Home
last modified time | relevance | path

Searched refs:GetCJSpawnClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h62 std::shared_ptr<AppSpawnClient> GetCJSpawnClient();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp65 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetCJSpawnClient() in GetCJSpawnClient() function in OHOS::AppExecFwk::RemoteClientManager
H A Dapp_mgr_service_inner.cpp3424 if (!remoteClientManager_->GetCJSpawnClient()) { in StartProcess()
3430 errCode = remoteClientManager_->GetCJSpawnClient()->StartProcess(startMsg, pid); in StartProcess()