Home
last modified time | relevance | path

Searched defs:bPreLoad (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/mock/
H A Dmock_wifi_service_manager.cpp175 NO_SANITIZE("cfi") int32_t WifiServiceManager::UnloadWifiProService(bool bPreLoad, int32_t instId) in UnloadWifiProService()
183 NO_SANITIZE("cfi") int WifiServiceManager::UnloadSelfCureService(bool bPreLoad, int instId) in UnloadSelfCureService()
190 NO_SANITIZE("cfi") int WifiServiceManager::UnloadStaService(bool bPreLoad, int instId) in UnloadStaService()
196 NO_SANITIZE("cfi") int WifiServiceManager::UnloadScanService(bool bPreLoad, int instId) in UnloadScanService()
203 NO_SANITIZE("cfi") int WifiServiceManager::UnloadApService(bool bPreLoad, int id) in UnloadApService()
211 NO_SANITIZE("cfi") int WifiServiceManager::UnloadP2pService(bool bPreLoad) in UnloadP2pService()
217 NO_SANITIZE("cfi") int WifiServiceManager::UnloadEnhanceService(bool bPreLoad) in UnloadEnhanceService()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_service_manager.cpp390 NO_SANITIZE("cfi") int32_t WifiServiceManager::UnloadWifiProService(bool bPreLoad, int32_t instId) in UnloadWifiProService()
412 NO_SANITIZE("cfi") int WifiServiceManager::UnloadSelfCureService(bool bPreLoad, int instId) in UnloadSelfCureService()
433 NO_SANITIZE("cfi") int WifiServiceManager::UnloadStaService(bool bPreLoad, int instId) in UnloadStaService()
452 NO_SANITIZE("cfi") int WifiServiceManager::UnloadScanService(bool bPreLoad, int instId) in UnloadScanService()
473 NO_SANITIZE("cfi") int WifiServiceManager::UnloadApService(bool bPreLoad, int id) in UnloadApService()
495 NO_SANITIZE("cfi") int WifiServiceManager::UnloadP2pService(bool bPreLoad) in UnloadP2pService()
510 NO_SANITIZE("cfi") int WifiServiceManager::UnloadEnhanceService(bool bPreLoad) in UnloadEnhanceService()
531 bool bPreLoad = WifiSettings::GetInstance().IsModulePreLoad(name); in UnloadService() local