|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <SMBFile.h>
Public Member Functions | |
| CSMB () | |
| ~CSMB () | |
| void | Init () |
| void | Deinit () |
| void | CheckIfIdle () |
| void | SetActivityTime () |
| void | AddActiveConnection () |
| void | AddIdleConnection () |
| std::string | URLEncode (const std::string &value) |
| std::string | URLEncode (const CURL &url) |
| DWORD | ConvertUnixToNT (int error) |
Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| CountingLockable ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| unsigned int | exit (unsigned int leave=0) |
| void | restore (unsigned int restoreCount) |
| XbmcThreads::CRecursiveMutex & | get_underlying () |
Additional Inherited Members | |
Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| XbmcThreads::CRecursiveMutex | mutex |
| unsigned int | count |
| CSMB::CSMB | ( | ) |
| CSMB::~CSMB | ( | ) |
| void CSMB::AddActiveConnection | ( | ) |
| void CSMB::AddIdleConnection | ( | ) |
| void CSMB::CheckIfIdle | ( | ) |
| DWORD CSMB::ConvertUnixToNT | ( | int | error | ) |
| void CSMB::Deinit | ( | ) |
| void CSMB::Init | ( | ) |
| void CSMB::SetActivityTime | ( | ) |
| std::string CSMB::URLEncode | ( | const CURL & | url | ) |
| std::string CSMB::URLEncode | ( | const std::string & | value | ) |