Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_define.h59 constexpr int TRIGGER_UPDATE_REASON_SCAN_CHANGE = 1; variable
H A Dwifi_country_code_manager.cpp93 } else if (triggerReason == TRIGGER_UPDATE_REASON_SCAN_CHANGE && in TriggerUpdateWifiCountryCode()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_manager_test.cpp136 …iCountryCodeManager::GetInstance().TriggerUpdateWifiCountryCode(TRIGGER_UPDATE_REASON_SCAN_CHANGE);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.cpp1167 …iCountryCodeManager::GetInstance().TriggerUpdateWifiCountryCode(TRIGGER_UPDATE_REASON_SCAN_CHANGE); in OnReceiveEvent()