Home
last modified time | relevance | path

Searched refs:GetSpawnClient (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h37 std::shared_ptr<AppSpawnClient> GetSpawnClient();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp34 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetSpawnClient() in GetSpawnClient() function in OHOS::AppExecFwk::RemoteClientManager
H A Dapp_mgr_service_inner.cpp2548 if (remoteClientManager_->GetSpawnClient()) { in OpenAppSpawnConnection()
2549 return remoteClientManager_->GetSpawnClient()->OpenConnection(); in OpenAppSpawnConnection()
2561 if (remoteClientManager_->GetSpawnClient()) { in CloseAppSpawnConnection()
2562 remoteClientManager_->GetSpawnClient()->CloseConnection(); in CloseAppSpawnConnection()
2573 if (remoteClientManager_->GetSpawnClient()) { in QueryAppSpawnConnectionState()
2574 return remoteClientManager_->GetSpawnClient()->QueryConnectionState(); in QueryAppSpawnConnectionState()
3026 if (!remoteClientManager_ || !remoteClientManager_->GetSpawnClient()) { in StartPerfProcessByStartMsg()
3126 auto handle = remoteClientManager_->GetSpawnClient()->GetAppSpawnClientHandle(); in AddMountPermission()
3394 if (!remoteClientManager_ || !remoteClientManager_->GetSpawnClient()) { in StartProcess()
4032 if (!remoteClientManager_->GetSpawnClient()) { in CheckRemoteClient()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp93 remoteClientManager.GetSpawnClient(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp888 EXPECT_TRUE(serviceInner_->remoteClientManager_->GetSpawnClient());