Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h439 virtual bool IsProcessAttached(sptr<IRemoteObject> token) in IsProcessAttached() function in OHOS::AppExecFwk::IAmsMgr
H A Dams_mgr_proxy.h392 virtual bool IsProcessAttached(sptr<IRemoteObject> token) override;
H A Dapp_mgr_client.h890 bool IsProcessAttached(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h419 virtual bool IsProcessAttached(sptr<IRemoteObject> token) override;
H A Dapp_running_record.h961 bool IsProcessAttached() const;
H A Dapp_mgr_service_inner.h1348 bool IsProcessAttached(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp723 bool AmsMgrScheduler::IsProcessAttached(sptr<IRemoteObject> token) in IsProcessAttached() function in OHOS::AppExecFwk::AmsMgrScheduler
729 return amsMgrServiceInner_->IsProcessAttached(token); in IsProcessAttached()
H A Dapp_running_record.cpp2543 bool AppRunningRecord::IsProcessAttached() const in IsProcessAttached() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp8127 bool AppMgrServiceInner::IsProcessAttached(sptr<IRemoteObject> token) const in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
8139 return appRecord->IsProcessAttached(); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp646 bool AppScheduler::IsProcessAttached(sptr<IRemoteObject> token) const in IsProcessAttached() function in OHOS::AAFwk::AppScheduler
652 return appMgrClient_->IsProcessAttached(token); in IsProcessAttached()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h563 bool IsProcessAttached(sptr<IRemoteObject> token) const;
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1955 * @tc.desc: Test IsProcessAttached
1976 * @tc.desc: Test IsProcessAttached
1998 * @tc.desc: Test IsProcessAttached
2013 auto ret = amsMgrScheduler->IsProcessAttached(token); in HWTEST_F()
2020 * @tc.desc: Test IsProcessAttached
2036 auto ret = amsMgrScheduler->IsProcessAttached(token); in HWTEST_F()
2043 * @tc.desc: Test IsProcessAttached
2059 auto ret = amsMgrScheduler->IsProcessAttached(token); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1380 bool AppMgrClient::IsProcessAttached(sptr<IRemoteObject> token) const in IsProcessAttached() function in OHOS::AppExecFwk::AppMgrClient
1390 return amsService->IsProcessAttached(token); in IsProcessAttached()
H A Dams_mgr_stub.cpp844 auto isAttached = IsProcessAttached(token); in HandleIsProcessAttached()
H A Dams_mgr_proxy.cpp1290 bool AmsMgrProxy::IsProcessAttached(sptr<IRemoteObject> token) in IsProcessAttached() function in OHOS::AppExecFwk::AmsMgrProxy

Completed in 35 milliseconds