Home
last modified time | relevance | path

Searched defs:appStateData (Results 1 – 25 of 47) sorted by relevance

12

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
Dwifi_app_state_aware_test.cpp73 AppExecFwk::AppStateData *appStateData = new (std::nothrow) AppExecFwk::AppStateData(); variable
109 AppExecFwk::AppStateData appStateData; variable
145 AppExecFwk::AppStateData *appStateData = new (std::nothrow) AppExecFwk::AppStateData(); variable
157 AppExecFwk::AppStateData *appStateData = new (std::nothrow) AppExecFwk::AppStateData(); variable
169 AppExecFwk::AppStateData *appStateData = new (std::nothrow) AppExecFwk::AppStateData(); variable
181 AppExecFwk::AppStateData *appStateData = new (std::nothrow) AppExecFwk::AppStateData(); variable
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
Diapplication_state_observer.h88 virtual void OnAppStateChanged(const AppStateData &appStateData) {} in OnAppStateChanged()
97 virtual void OnAppStarted(const AppStateData &appStateData) {}; in OnAppStarted()
104 virtual void OnAppStopped(const AppStateData &appStateData) {}; in OnAppStopped()
125 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) {}; in OnAppCacheStateChanged()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dapp_state_observer.cpp32 void RmsApplicationStateObserver::OnForegroundApplicationChanged(const AppStateData &appStateData) in OnForegroundApplicationChanged()
174 void RmsApplicationStateObserver::OnApplicationStateChanged(const AppStateData &appStateData) in OnApplicationStateChanged()
202 void RmsApplicationStateObserver::MarshallingAppStateData(const AppStateData &appStateData, nlohman… in MarshallingAppStateData()
212 void RmsApplicationStateObserver::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged()
226 void RmsApplicationStateObserver::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged()
264 void RmsApplicationStateObserver::OnAppStopped(const AppStateData &appStateData) in OnAppStopped()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
Dwifi_app_state_aware.cpp134 void WifiAppStateAware::OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData, const … in OnForegroundAppChanged()
221 void AppStateObserver::OnAppStarted(const AppExecFwk::AppStateData &appStateData) in OnAppStarted()
228 void AppStateObserver::OnAppStopped(const AppExecFwk::AppStateData &appStateData) in OnAppStopped()
242 void AppStateObserver::OnForegroundApplicationChanged(const AppExecFwk::AppStateData &appStateData) in OnForegroundApplicationChanged()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapplication_state_observer_proxy.cpp40 void ApplicationStateObserverProxy::OnForegroundApplicationChanged(const AppStateData &appStateData) in OnForegroundApplicationChanged()
168 void ApplicationStateObserverProxy::OnApplicationStateChanged(const AppStateData &appStateData) in OnApplicationStateChanged()
187 void ApplicationStateObserverProxy::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged()
206 void ApplicationStateObserverProxy::OnAppStarted(const AppStateData &appStateData) in OnAppStarted()
225 void ApplicationStateObserverProxy::OnAppStopped(const AppStateData &appStateData) in OnAppStopped()
282 void ApplicationStateObserverProxy::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged()
Dapplication_state_observer_stub.cpp69 void ApplicationStateObserverStub::OnForegroundApplicationChanged(const AppStateData &appStateData) in OnForegroundApplicationChanged()
87 void ApplicationStateObserverStub::OnApplicationStateChanged(const AppStateData &appStateData) in OnApplicationStateChanged()
90 void ApplicationStateObserverStub::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged()
96 void ApplicationStateObserverStub::OnAppStarted(const AppStateData &appStateData) in OnAppStarted()
99 void ApplicationStateObserverStub::OnAppStopped(const AppStateData &appStateData) in OnAppStopped()
108 void ApplicationStateObserverStub::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged()
Dapp_state_data.cpp53 AppStateData *appStateData = new (std::nothrow) AppStateData(); in Unmarshalling() local
Dapp_foreground_state_observer_proxy.cpp36 void AppForegroundStateObserverProxy::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged()
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dconnection_state_manager.h181 void OnForegroundApplicationChanged(const AppExecFwk::AppStateData &appStateData) {} in OnForegroundApplicationChanged()
186 void OnApplicationStateChanged(const AppExecFwk::AppStateData &appStateData) {} in OnApplicationStateChanged()
/foundation/resourceschedule/background_task_mgr/services/common/src/
Dapp_state_observer.cpp68 void AppStateObserver::OnAppStopped(const AppExecFwk::AppStateData &appStateData) in OnAppStopped()
88 inline bool AppStateObserver::ValidateAppStateData(const AppExecFwk::AppStateData &appStateData) in ValidateAppStateData()
/foundation/resourceschedule/device_standby/services/core/src/
Dapp_state_observer.cpp60 void AppStateObserver::OnApplicationStateChanged(const AppExecFwk::AppStateData &appStateData) in OnApplicationStateChanged()
78 void AppStateObserver::OnForegroundApplicationChanged(const AppExecFwk::AppStateData &appStateData) in OnForegroundApplicationChanged()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
Dapp_state_observer.h43 inline bool ValidateAppStateData(const AppStateData &appStateData) const in ValidateAppStateData()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
Dbundle_active_app_state_observer.h38 inline bool ValidateAppStateData(const AppStateData &appStateData) const in ValidateAppStateData()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
Djs_app_state_observer.cpp32 void JSAppStateObserver::OnForegroundApplicationChanged(const AppStateData &appStateData) in OnForegroundApplicationChanged()
56 void JSAppStateObserver::HandleOnForegroundApplicationChanged(const AppStateData &appStateData) in HandleOnForegroundApplicationChanged()
238 void JSAppStateObserver::OnAppStarted(const AppStateData &appStateData) in OnAppStarted()
262 void JSAppStateObserver::HandleOnAppStarted(const AppStateData &appStateData) in HandleOnAppStarted()
278 void JSAppStateObserver::OnAppStopped(const AppStateData &appStateData) in OnAppStopped()
302 void JSAppStateObserver::HandleOnAppStopped(const AppStateData &appStateData) in HandleOnAppStopped()
Djs_app_foreground_state_observer.cpp28 void JSAppForegroundStateObserver::OnAppStateChanged(const AppStateData &appStateData) in OnAppStateChanged()
50 void JSAppForegroundStateObserver::HandleOnAppStateChanged(const AppStateData &appStateData) in HandleOnAppStateChanged()
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
Djs_app_manager_utils.cpp27 napi_value CreateJsAppStateData(napi_env env, const AppStateData &appStateData) in CreateJsAppStateData()
89 for (const auto &appStateData : appStateDatas) { in CreateJsAppStateDataArray() local
/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_proxy_test/
Dapp_foreground_state_observer_proxy_test.cpp72 AppStateData appStateData; variable
/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/sensor_fold_state_manager/
Ddual_display_sensor_fold_state_manager.h43 void OnApplicationStateChanged(const AppStateData &appStateData) override {}; in OnApplicationStateChanged()
Dsingle_display_sensor_pocket_fold_state_manager.h47 void OnApplicationStateChanged(const AppExecFwk::AppStateData &appStateData) override {}; in OnApplicationStateChanged()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
Dapp_state_observer_test.cpp62 AppExecFwk::AppStateData appStateData; variable
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dpreload_uiext_state_observer.cpp48 void PreLoadUIExtStateObserver::OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) in OnAppCacheStateChanged()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta_new/
Dsta_interface_test.cpp103 AppExecFwk::AppStateData appStateData; variable
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
Dapp_state_observer.cpp30 void AppStateObserver::OnForegroundApplicationChanged(const AppExecFwk::AppStateData& appStateData) in OnForegroundApplicationChanged()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
Dapp_state_observer.cpp31 void AppStateObserver::OnForegroundApplicationChanged(const AppExecFwk::AppStateData &appStateData) in OnForegroundApplicationChanged()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
Dwifi_common_service_manager.cpp101 void WifiCommonServiceManager::OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData,… in OnForegroundAppChanged()

12