Home
last modified time | relevance | path

Searched refs:AttachChildProcess (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h648 virtual void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) = 0;
H A Dapp_mgr_proxy.h576 void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) override;
/ohos5.0/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));
/ohos5.0/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));
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp145 appMgr_->AttachChildProcess(this); in Attach()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h542 void AttachChildProcess(const sptr<IRemoteObject> &childScheduler) override;
H A Dapp_mgr_service_inner.h1103 virtual void AttachChildProcess(const pid_t pid, const sptr<IChildScheduler> &childScheduler);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp1433 void AppMgrService::AttachChildProcess(const sptr<IRemoteObject> &childScheduler) in AttachChildProcess() function in OHOS::AppExecFwk::AppMgrService
1446 appMgrServiceInner->AttachChildProcess(pid, iface_cast<IChildScheduler>(childScheduler)); in AttachChildProcess()
H A Dapp_mgr_service_inner.cpp7015 void AppMgrServiceInner::AttachChildProcess(const pid_t pid, const sptr<IChildScheduler> &childSche… in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1467 appMgrService->AttachChildProcess(childScheduler);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp1415 AttachChildProcess(scheduler); in HandleAttachChildProcess()
H A Dapp_mgr_proxy.cpp1657 void AppMgrProxy::AttachChildProcess(const sptr<IRemoteObject> &childScheduler) in AttachChildProcess() function in OHOS::AppExecFwk::AppMgrProxy