Home
last modified time | relevance | path

Searched refs:GetNWebSpawnClient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h60 std::shared_ptr<AppSpawnClient> GetNWebSpawnClient();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp60 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetNWebSpawnClient() in GetNWebSpawnClient() function in OHOS::AppExecFwk::RemoteClientManager
H A Dapp_mgr_service_inner.cpp5094 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in PreStartNWebSpawnProcess()
5285 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in StartRenderProcessImpl()
5366 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in GetRenderProcessTerminationStatus()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp95 remoteClientManager.GetNWebSpawnClient(); in DoSomethingInterestingWithMyAPI()