Home
last modified time | relevance | path

Searched refs:PreStartNWebSpawnProcess (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp56 int ret = asc->PreStartNWebSpawnProcess();
70 int ret = asc->PreStartNWebSpawnProcess();
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/prestartnwebspawnprocess_fuzzer/
H A Dprestartnwebspawnprocess_fuzzer.cpp43 if (appMgrClient->PreStartNWebSpawnProcess() != 0) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp81 appSpawnClient.PreStartNWebSpawnProcess(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h208 virtual int32_t PreStartNWebSpawnProcess();
H A Dapp_mgr_service.h361 virtual int PreStartNWebSpawnProcess() override;
H A Dapp_mgr_service_inner.h788 virtual int32_t PreStartNWebSpawnProcess(const pid_t hostPid);
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h52 MOCK_METHOD0(PreStartNWebSpawnProcess, int());
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp95 appMgrService->PreStartNWebSpawnProcess(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h376 virtual int PreStartNWebSpawnProcess() = 0;
H A Dapp_mgr_client.h478 virtual int PreStartNWebSpawnProcess();
H A Dapp_mgr_proxy.h352 virtual int PreStartNWebSpawnProcess() override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h53 MOCK_METHOD0(PreStartNWebSpawnProcess, int());
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h62 MOCK_METHOD0(PreStartNWebSpawnProcess, int());
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp467 int32_t AppSpawnClient::PreStartNWebSpawnProcess() in PreStartNWebSpawnProcess() function in OHOS::AppExecFwk::AppSpawnClient
H A Dapp_mgr_service.cpp986 int32_t AppMgrService::PreStartNWebSpawnProcess() in PreStartNWebSpawnProcess() function in OHOS::AppExecFwk::AppMgrService
994 return appMgrServiceInner_->PreStartNWebSpawnProcess(IPCSkeleton::GetCallingPid()); in PreStartNWebSpawnProcess()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp225 EXPECT_CALL(*mockAppMgrService_, PreStartNWebSpawnProcess()).Times(1);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp840 int AppMgrClient::PreStartNWebSpawnProcess() in PreStartNWebSpawnProcess() function in OHOS::AppExecFwk::AppMgrClient
846 return service->PreStartNWebSpawnProcess(); in PreStartNWebSpawnProcess()
H A Dapp_mgr_stub.cpp877 int32_t result = PreStartNWebSpawnProcess(); in HandlePreStartNWebSpawnProcess()
H A Dapp_mgr_proxy.cpp767 int AppMgrProxy::PreStartNWebSpawnProcess() in PreStartNWebSpawnProcess() function in OHOS::AppExecFwk::AppMgrProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp274 appMgrProxy_->PreStartNWebSpawnProcess();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp719 int ret = appMgrService->PreStartNWebSpawnProcess();
733 int ret = appMgrService->PreStartNWebSpawnProcess();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp105 int ret = appMgrClient->PreStartNWebSpawnProcess();
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp370 int ret = appMgrServiceInner->PreStartNWebSpawnProcess(callingPid);
386 int ret = appMgrServiceInner->PreStartNWebSpawnProcess(callingPid);
2944 int ret = appMgrServiceInner->PreStartNWebSpawnProcess(callingPid);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp187 int PreStartNWebSpawnProcess() override in PreStartNWebSpawnProcess() function in OHOS::AppExecFwk::MockAppMgrStub
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1764 appmgr->PreStartNWebSpawnProcess(); in HandleLaunchApplication()

12