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 D | application_state_observer_stub.cpp | 63 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 D | application_state_observer_stub.h | 160 int32_t HandleOnAppCacheStateChanged(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | app_state_observer_manager_test.cpp | 1405 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 D | app_state_observer_manager.h | 110 …void HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationS…
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_state_observer_manager.cpp | 1065 self->HandleOnAppCacheStateChanged(appRecord, state); in OnAppCacheStateChanged() 1070 void AppStateObserverManager::HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> … in HandleOnAppCacheStateChanged() function in OHOS::AppExecFwk::AppStateObserverManager
|