Home
last modified time | relevance | path

Searched refs:HandleOnAppStopped (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_state_observer.h54 void HandleOnAppStopped(const AppStateData &appStateData);
H A Djs_app_state_observer.cpp294 jsObserverSptr->HandleOnAppStopped(appStateData); in OnAppStopped()
302 void JSAppStateObserver::HandleOnAppStopped(const AppStateData &appStateData) in HandleOnAppStopped() function in OHOS::AbilityRuntime::JSAppStateObserver
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapplication_state_observer_stub.h172 int32_t HandleOnAppStopped(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp57 return HandleOnAppStopped(data, reply); in OnRemoteRequest()
295 int32_t ApplicationStateObserverStub::HandleOnAppStopped(MessageParcel &data, MessageParcel &reply) in HandleOnAppStopped() function in OHOS::AppExecFwk::ApplicationStateObserverStub
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h85 void HandleOnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp545 * Function: HandleOnAppStopped
547 * FunctionPoints: AppStateObserverManager HandleOnAppStopped
549 * CaseDescription: Verify HandleOnAppStopped
555 manager->HandleOnAppStopped(nullptr); in HWTEST_F()
562 manager->HandleOnAppStopped(appRecord); in HWTEST_F()
567 * Function: HandleOnAppStopped
569 * FunctionPoints: AppStateObserverManager HandleOnAppStopped
571 * CaseDescription: Verify HandleOnAppStopped
582 manager->HandleOnAppStopped(appRecord); in HWTEST_F()
587 * Function: HandleOnAppStopped
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp232 self->HandleOnAppStopped(appRecord); in OnAppStopped()
492 void AppStateObserverManager::HandleOnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord) in HandleOnAppStopped() function in OHOS::AppExecFwk::AppStateObserverManager
500 TAG_LOGD(AAFwkTag::APPMGR, "HandleOnAppStopped, bundle:%{public}s, uid:%{public}d, state:%{public}d", in HandleOnAppStopped()

Completed in 6 milliseconds