Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_event_subscriber_manager.h112 bool GetLocationModeByDatashare();
H A Dwifi_event_subscriber_manager.cpp369 bool WifiEventSubscriberManager::GetLocationModeByDatashare() in GetLocationModeByDatashare() function in OHOS::Wifi::WifiEventSubscriberManager
391 if (GetLocationModeByDatashare()) { in DealLocationModeChangeEvent()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_manager_test.cpp358 bool result = wifiManager.wifiEventSubscriberManager->GetLocationModeByDatashare();
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp571 … if (WifiManager::GetInstance().GetWifiEventSubscriberManager()->GetLocationModeByDatashare()) { in IsScanOnlyEnable()