Home
last modified time | relevance | path

Searched refs:HandleOnAppStateChanged (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_foreground_state_observer_stub.cpp41 return HandleOnAppStateChanged(data, reply); in OnRemoteRequest()
47 int32_t AppForegroundStateObserverStub::HandleOnAppStateChanged(MessageParcel &data, MessageParcel … in HandleOnAppStateChanged() function in OHOS::AppExecFwk::AppForegroundStateObserverStub
H A Dapp_state_callback_host.cpp48 return HandleOnAppStateChanged(data, reply); in OnRemoteRequest()
94 int32_t AppStateCallbackHost::HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply) in HandleOnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackHost
H A Dapplication_state_observer_stub.cpp51 return HandleOnAppStateChanged(data, reply); in OnRemoteRequest()
211 int32_t ApplicationStateObserverStub::HandleOnAppStateChanged(MessageParcel &data, MessageParcel &r… in HandleOnAppStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp52 return HandleOnAppStateChanged(data); in OnRemoteRequestInner()
78 int32_t AppStateSubscriberStub::HandleOnAppStateChanged(MessageParcel &data) in HandleOnAppStateChanged() function in OHOS::Memory::AppStateSubscriberStub
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dapp_status_change_callback.cpp56 HandleOnAppStateChanged(data, reply); in OnRemoteRequest()
95 int32_t ApplicationStateObserverStub::HandleOnAppStateChanged(MessageParcel &data, MessageParcel &r… in HandleOnAppStateChanged() function in OHOS::Security::AccessToken::ApplicationStateObserverStub
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_foreground_state_observer.cpp43 jsObserver->HandleOnAppStateChanged(appStateData); in OnAppStateChanged()
50 void JSAppForegroundStateObserver::HandleOnAppStateChanged(const AppStateData &appStateData) in HandleOnAppStateChanged() function in OHOS::AbilityRuntime::JSAppForegroundStateObserver
H A Djs_app_foreground_state_observer.h35 void HandleOnAppStateChanged(const AppStateData &appStateData);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.h44 int32_t HandleOnAppStateChanged(MessageParcel &data);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_foreground_state_observer_stub.h35 int32_t HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply);
H A Dapp_state_callback_host.h80 int32_t HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply);
H A Dapplication_state_observer_stub.h148 int32_t HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_status_change_callback.h44 int32_t HandleOnAppStateChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_state_callback_host.cpp57 int32_t AppStateCallbackHost::HandleOnAppStateChanged(MessageParcel& data, MessageParcel& reply) in HandleOnAppStateChanged() function in OHOS::AppExecFwk::AppStateCallbackHost
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_state_callback_host.h67 int32_t HandleOnAppStateChanged(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_foreground_state_observer_stub_test/
H A Dapp_foreground_state_observer_stub_test.cpp68 auto result = stub->HandleOnAppStateChanged(data, reply);