Home
last modified time | relevance | path

Searched refs:IsAppKilling (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/app_mgr_client_first_test/
H A Dapp_mgr_client_first_test.cpp200 * @tc.desc: AppMgrClient test for IsAppKilling.
208 auto result = appMgrClient->IsAppKilling(token); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h444 virtual bool IsAppKilling(sptr<IRemoteObject> token) in IsAppKilling() function in OHOS::AppExecFwk::IAmsMgr
H A Dams_mgr_proxy.h394 virtual bool IsAppKilling(sptr<IRemoteObject> token) override;
H A Dapp_mgr_client.h892 bool IsAppKilling(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h421 virtual bool IsAppKilling(sptr<IRemoteObject> token) override;
H A Dapp_mgr_service_inner.h1354 bool IsAppKilling(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp732 bool AmsMgrScheduler::IsAppKilling(sptr<IRemoteObject> token) in IsAppKilling() function in OHOS::AppExecFwk::AmsMgrScheduler
738 return amsMgrServiceInner_->IsAppKilling(token); in IsAppKilling()
H A Dapp_mgr_service_inner.cpp8142 bool AppMgrServiceInner::IsAppKilling(sptr<IRemoteObject> token) const in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp655 bool AppScheduler::IsAppKilling(sptr<IRemoteObject> token) const in IsAppKilling() function in OHOS::AAFwk::AppScheduler
661 return appMgrClient_->IsAppKilling(token); in IsAppKilling()
H A Dability_manager_service.cpp1023 bool isAppKilling = IN_PROCESS_CALL(DelayedSingleton<AppScheduler>::GetInstance()->IsAppKilling(callerToken)); in StartAbilityInner()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h565 bool IsAppKilling(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp2066 * @tc.desc: Test IsAppKilling
2081 auto ret = amsMgrScheduler->IsAppKilling(token); in HWTEST_F()
2088 * @tc.desc: Test IsAppKilling
2104 auto ret = amsMgrScheduler->IsAppKilling(token); in HWTEST_F()
2111 * @tc.desc: Test IsAppKilling
2127 auto ret = amsMgrScheduler->IsAppKilling(token); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1393 bool AppMgrClient::IsAppKilling(sptr<IRemoteObject> token) const in IsAppKilling() function in OHOS::AppExecFwk::AppMgrClient
1403 return amsService->IsAppKilling(token); in IsAppKilling()
H A Dams_mgr_stub.cpp856 auto isAppKilling = IsAppKilling(token); in HandleIsAppKilling()
H A Dams_mgr_proxy.cpp1312 bool AmsMgrProxy::IsAppKilling(sptr<IRemoteObject> token) in IsAppKilling() function in OHOS::AppExecFwk::AmsMgrProxy

Completed in 47 milliseconds