Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp5091 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in PreStartNWebSpawnProcess() local
5092 if (!nwebSpawnClient) { in PreStartNWebSpawnProcess()
5093 TAG_LOGE(AAFwkTag::APPMGR, "nwebSpawnClient null"); in PreStartNWebSpawnProcess()
5107 ErrCode errCode = nwebSpawnClient->PreStartNWebSpawnProcess(); in PreStartNWebSpawnProcess()
5280 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in StartRenderProcessImpl() local
5281 if (!nwebSpawnClient) { in StartRenderProcessImpl()
5282 TAG_LOGE(AAFwkTag::APPMGR, "nwebSpawnClient null"); in StartRenderProcessImpl()
5297 ErrCode errCode = nwebSpawnClient->StartProcess(startMsg, pid); in StartRenderProcessImpl()
5361 auto nwebSpawnClient = remoteClientManager_->GetNWebSpawnClient(); in GetRenderProcessTerminationStatus() local
5362 if (!nwebSpawnClient) { in GetRenderProcessTerminationStatus()
[all...]

Completed in 11 milliseconds