Searched defs:bCreate (Results 1 - 3 of 3) sorted by relevance
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
| H A D | wifi_service_manager.cpp | 122 int WifiServiceManager::LoadStaService(const std::string &dlname, int instId, bool bCreate) in LoadStaService() argument 138 int32_t WifiServiceManager::LoadWifiProService(bool bCreate, int32_t instId) in LoadWifiProService() argument 154 int WifiServiceManager::LoadSelfCureService(const std::string &dlname, bool bCreate) in LoadSelfCureService() argument 167 int WifiServiceManager::LoadScanService(const std::string &dlname, bool bCreate) in LoadScanService() argument 181 int WifiServiceManager::LoadApService(const std::string &dlname, bool bCreate) in LoadApService() argument 196 int WifiServiceManager::LoadP2pService(const std::string &dlname, bool bCreate) in LoadP2pService() argument 209 int WifiServiceManager::LoadEnhanceService(const std::string &dlname, bool bCreate) in LoadEnhanceService() argument 236 int WifiServiceManager::CheckAndEnforceService(const std::string &name, int instId, bool bCreate) in CheckAndEnforceService() argument [all...] |
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/mock/ |
| H A D | mock_wifi_service_manager.cpp | 65 int WifiServiceManager::LoadStaService(const std::string &dlname, int instId, bool bCreate) in LoadStaService() argument 72 int32_t WifiServiceManager::LoadWifiProService(bool bCreate, int32_t instId) in LoadWifiProService() argument 80 int WifiServiceManager::LoadSelfCureService(const std::string &dlname, bool bCreate) in LoadSelfCureService() argument 87 int WifiServiceManager::LoadScanService(const std::string &dlname, bool bCreate) in LoadScanService() argument 94 int WifiServiceManager::LoadApService(const std::string &dlname, bool bCreate) in LoadApService() argument 102 int WifiServiceManager::LoadP2pService(const std::string &dlname, bool bCreate) in LoadP2pService() argument 109 int WifiServiceManager::LoadEnhanceService(const std::string &dlname, bool bCreate) in LoadEnhanceService() argument 115 int WifiServiceManager::CheckAndEnforceService(const std::string &name, int instId, bool bCreate) in CheckAndEnforceService() argument
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 235409 sqlite3Fts5IndexOpen( Fts5Config *pConfig, int bCreate, Fts5Index **pp, char **pzErr ) global() argument 237184 fts5InitVtab( int bCreate, sqlite3 *db, void *pAux, int argc, const char * const *argv, sqlite3_vtab **ppVTab, char **pzErr ) global() argument 240033 sqlite3Fts5StorageOpen( Fts5Config *pConfig, Fts5Index *pIndex, int bCreate, Fts5Storage **pp, char **pzErr ) global() argument [all...] |
Completed in 127 milliseconds