/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | status_bar_delegate_manager.cpp | 68 IN_PROCESS_CALL_WITHOUT_RET(DelayedSingleton<AppScheduler>::GetInstance()->AttachPidToParent( in DoProcessAttachment()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 119 virtual void AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) {} in AttachPidToParent() function in OHOS::AppExecFwk::IAmsMgr
|
H A D | ams_mgr_proxy.h | 109 virtual void AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) override;
|
H A D | app_mgr_client.h | 142 virtual AppMgrResultCode AttachPidToParent(const sptr<IRemoteObject> &token,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 123 virtual void AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) override;
|
H A D | app_mgr_service_inner.h | 200 virtual void AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 45 constexpr const char* TASK_ATTACH_PID_TO_PARENT = "AttachPidToParent"; 258 void AmsMgrScheduler::AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) in AttachPidToParent() function in OHOS::AppExecFwk::AmsMgrScheduler 272 amsMgrServiceInner->AttachPidToParent(token, callerToken); in AttachPidToParent()
|
H A D | app_mgr_service_inner.cpp | 2765 void AppMgrServiceInner::AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) in AttachPidToParent() function in OHOS::AppExecFwk::AppMgrServiceInner 2781 auto result = KillProcessByPid(pid, "AttachPidToParent"); in AttachPidToParent()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 174 void AppScheduler::AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) in AttachPidToParent() function in OHOS::AAFwk::AppScheduler 178 appMgrClient_->AttachPidToParent(token, callerToken); in AttachPidToParent()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 222 void AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken);
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 994 * Function: AttachPidToParent 996 * FunctionPoints: AmsMgrScheduler AttachPidToParent 1006 amsMgrScheduler->AttachPidToParent(token, callerToken); in HWTEST_F() 1011 * Function: AttachPidToParent 1013 * FunctionPoints: AmsMgrScheduler AttachPidToParent 1025 amsMgrScheduler->AttachPidToParent(token, callerToken); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/ |
H A D | ams_mgr_scheduler_second_test.cpp | 432 * @tc.desc: Test AttachPidToParent 449 amsMgrScheduler->AttachPidToParent(token, callerToken); in HWTEST_F() 455 * @tc.desc: Test AttachPidToParent 471 amsMgrScheduler->AttachPidToParent(token, callerToken); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 247 AppMgrResultCode AppMgrClient::AttachPidToParent(const sptr<IRemoteObject> &token, in AttachPidToParent() function in OHOS::AppExecFwk::AppMgrClient 254 amsService->AttachPidToParent(token, callerToken); in AttachPidToParent()
|
H A D | ams_mgr_stub.cpp | 330 AttachPidToParent(token, callerToken); in HandleAttachPidToParent()
|
H A D | ams_mgr_proxy.cpp | 289 void AmsMgrProxy::AttachPidToParent(const sptr<IRemoteObject> &token, const sptr<IRemoteObject> &callerToken) in AttachPidToParent() function in OHOS::AppExecFwk::AmsMgrProxy
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 423 appMgrClient->AttachPidToParent(token, callerToken); in HWTEST_F()
|