Home
last modified time | relevance | path

Searched refs:AttachChildProcess (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h680 virtual void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) = 0;
H A Dapp_mgr_proxy.h591 void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) override;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h104 MOCK_METHOD1(AttachChildProcess, void(const sptr<IRemoteObject> &childScheduler));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h78 MOCK_METHOD1(AttachChildProcess, void(const sptr<IRemoteObject> &childScheduler));
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp152 appMgr_->AttachChildProcess(this); in Attach()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h651 void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) override;
H A Dapp_mgr_service_inner.h1168 virtual void AttachChildProcess(const pid_t pid, const sptr<IChildScheduler> &childScheduler);
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/
H A Dmock_app_mgr_service.h101 MOCK_METHOD1(AttachChildProcess, void(const sptr<IRemoteObject> &childScheduler));
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1390 void AppMgrService::AttachChildProcess(const sptr<IRemoteObject> &childScheduler) in AttachChildProcess() function in OHOS::AppExecFwk::AppMgrService
1392 TAG_LOGD(AAFwkTag::APPMGR, "AttachChildProcess."); in AttachChildProcess()
1403 appMgrServiceInner->AttachChildProcess(pid, iface_cast<IChildScheduler>(childScheduler)); in AttachChildProcess()
H A Dapp_mgr_service_inner.cpp7087 void AppMgrServiceInner::AttachChildProcess(const pid_t pid, const sptr<IChildScheduler> &childScheduler) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1507 * @tc.desc: verify AttachChildProcess works.
1521 appMgrService->AttachChildProcess(childScheduler); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1401 AttachChildProcess(scheduler); in HandleAttachChildProcess()
H A Dapp_mgr_proxy.cpp1641 void AppMgrProxy::AttachChildProcess(const sptr<IRemoteObject> &childScheduler) in AttachChildProcess() function in OHOS::AppExecFwk::AppMgrProxy

Completed in 32 milliseconds