Home
last modified time | relevance | path

Searched refs:HandleOnAppCacheStateChanged (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp63 return HandleOnAppCacheStateChanged(data, reply); in OnRemoteRequest()
291 int32_t ApplicationStateObserverStub::HandleOnAppCacheStateChanged(MessageParcel &data, MessageParc… in HandleOnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapplication_state_observer_stub.h160 int32_t HandleOnAppCacheStateChanged(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1405 manager->HandleOnAppCacheStateChanged(nullptr, ApplicationState::APP_STATE_CREATE);
1412 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE);
1432 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE);
1454 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE);
1475 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h110 …void HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationS…
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp1065 self->HandleOnAppCacheStateChanged(appRecord, state); in OnAppCacheStateChanged()
1070 void AppStateObserverManager::HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> … in HandleOnAppCacheStateChanged() function in OHOS::AppExecFwk::AppStateObserverManager