Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapplication_state_observer_stub.h178 int32_t HandleOnAppCacheStateChanged(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp63 return HandleOnAppCacheStateChanged(data, reply); in OnRemoteRequest()
331 int32_t ApplicationStateObserverStub::HandleOnAppCacheStateChanged(MessageParcel &data, MessageParcel &reply) in HandleOnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h114 void HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState state);
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1503 * Function: HandleOnAppCacheStateChanged
1505 * FunctionPoints: AppStateObserverManager HandleOnAppCacheStateChanged
1507 * CaseDescription: Verify HandleOnAppCacheStateChanged
1513 manager->HandleOnAppCacheStateChanged(nullptr, ApplicationState::APP_STATE_CREATE); in HWTEST_F()
1520 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE); in HWTEST_F()
1525 * Function: HandleOnAppCacheStateChanged
1527 * FunctionPoints: AppStateObserverManager HandleOnAppCacheStateChanged
1529 * CaseDescription: Verify HandleOnAppCacheStateChanged
1540 manager->HandleOnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CREATE); in HWTEST_F()
1545 * Function: HandleOnAppCacheStateChanged
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp1141 self->HandleOnAppCacheStateChanged(appRecord, state); in OnAppCacheStateChanged()
1146 void AppStateObserverManager::HandleOnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, in HandleOnAppCacheStateChanged() function in OHOS::AppExecFwk::AppStateObserverManager
1156 TAG_LOGD(AAFwkTag::APPMGR, "HandleOnAppCacheStateChanged, bundle:%{public}s, uid:%{public}d, state:%{public}d", in HandleOnAppCacheStateChanged()

Completed in 6 milliseconds