Searched refs:UpdateNetworkSelectStatus (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/non_mock/ |
H A D | block_connect_service_test.cpp | 103 …bool result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason… 108 result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason); 112 result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason); 131 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 155 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 160 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 165 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 170 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 175 …result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason, rea… 219 …bool result = BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, reason…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | block_connect_service.h | 61 … bool UpdateNetworkSelectStatus(int targetNetworkId, DisabledReason disableReason, int wpaReason); 64 bool UpdateNetworkSelectStatus(int targetNetworkId, DisabledReason disableReason);
|
H A D | block_connect_service.cpp | 172 bool BlockConnectService::UpdateNetworkSelectStatus(int targetNetworkId, DisabledReason disableReas… in UpdateNetworkSelectStatus() function in OHOS::Wifi::BlockConnectService 182 return UpdateNetworkSelectStatus(targetNetworkId, disableReason); in UpdateNetworkSelectStatus() 186 bool BlockConnectService::UpdateNetworkSelectStatus(int targetNetworkId, DisabledReason disableReas… in UpdateNetworkSelectStatus() function in OHOS::Wifi::BlockConnectService
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 1434 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 1437 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 1457 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 1460 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 1470 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 1480 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealWpaLinkFailEvent() 4177 BlockConnectService::GetInstance().UpdateNetworkSelectStatus(targetNetworkId, in DealGetDhcpIpTimeout()
|