Searched refs:OnForegroundAppChanged (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/ |
H A D | wifi_common_service_manager.cpp | 67 mWifiAppStateAwareCallbacks.OnForegroundAppChanged = in Init() 68 std::bind(&WifiCommonServiceManager::OnForegroundAppChanged, this, _1, _2); in Init() 101 void WifiCommonServiceManager::OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData,… in OnForegroundAppChanged() function in OHOS::Wifi::WifiCommonServiceManager
|
H A D | wifi_common_service_manager.h | 64 … void OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData, const int mInstId = 0);
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_app_state_aware.cpp | 134 void WifiAppStateAware::OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData, const … in OnForegroundAppChanged() function in OHOS::Wifi::WifiAppStateAware 139 if (mWifiAppStateAwareCallbacks.OnForegroundAppChanged != nullptr) { in OnForegroundAppChanged() 140 mWifiAppStateAwareCallbacks.OnForegroundAppChanged(appStateData, mInstId); in OnForegroundAppChanged() 246 WifiAppStateAware::GetInstance().OnForegroundAppChanged(appStateData); in OnForegroundApplicationChanged()
|
H A D | wifi_app_state_aware.h | 32 const int mInstId)> OnForegroundAppChanged; member 45 … void OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData, const int mInstId = 0);
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_app_state_aware_test.cpp | 35 MOCK_METHOD(void, OnForegroundAppChanged, (const AppExecFwk::AppStateData &, int)); 79 callbacks_->OnForegroundAppChanged(*appStateData, 0); 114 wifiAppStateAware.OnForegroundAppChanged(appStateData, 0);
|