Home
last modified time | relevance | path

Searched refs:EnableNetworkSelectStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/non_mock/
H A Dblock_connect_service_test.cpp73 bool result = BlockConnectService::GetInstance().EnableNetworkSelectStatus(targetNetworkId);
84 bool result = BlockConnectService::GetInstance().EnableNetworkSelectStatus(targetNetworkId);
123 bool result = BlockConnectService::GetInstance().EnableNetworkSelectStatus(targetNetworkId);
142 bool result = BlockConnectService::GetInstance().EnableNetworkSelectStatus(targetNetworkId);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dblock_connect_service.h58 bool EnableNetworkSelectStatus(int targetNetworkId);
H A Dblock_connect_service.cpp140 bool BlockConnectService::EnableNetworkSelectStatus(int targetNetworkId) in EnableNetworkSelectStatus() function in OHOS::Wifi::BlockConnectService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp1169 BlockConnectService::GetInstance().EnableNetworkSelectStatus(networkId); in DealConnectToUserSelectedNetwork()