|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CTVOSNSUserDefaults, including all inherited members.
| DeleteKey(const std::string &key, bool synchronize) | CTVOSNSUserDefaults | static |
| DeleteKeyFromPath(const std::string &path, bool synchronize) | CTVOSNSUserDefaults | static |
| GetDirectoryContents(const std::string &path, std::vector< std::string > &contents) | CTVOSNSUserDefaults | static |
| GetKey(const std::string &key, std::string &value) | CTVOSNSUserDefaults | static |
| GetKeyData(const std::string &key, void *lpBuf, size_t &uiBufSize) | CTVOSNSUserDefaults | static |
| GetKeyDataFromPath(const std::string &path, void *lpBuf, size_t &uiBufSize) | CTVOSNSUserDefaults | static |
| GetKeyFromPath(const std::string &path, std::string &value) | CTVOSNSUserDefaults | static |
| IsKeyFromPath(const std::string &key) | CTVOSNSUserDefaults | static |
| KeyExists(const std::string &key) | CTVOSNSUserDefaults | static |
| KeyFromPathExists(const std::string &path) | CTVOSNSUserDefaults | static |
| SetKey(const std::string &key, const std::string &value, bool synchronize) | CTVOSNSUserDefaults | static |
| SetKeyData(const std::string &key, const void *lpBuf, size_t uiBufSize, bool synchronize) | CTVOSNSUserDefaults | static |
| SetKeyDataFromPath(const std::string &path, const void *lpBuf, size_t uiBufSize, bool synchronize) | CTVOSNSUserDefaults | static |
| SetKeyFromPath(const std::string &path, const std::string &value, bool synchronize) | CTVOSNSUserDefaults | static |
| Synchronize() | CTVOSNSUserDefaults | static |