Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h33 * GetSpawnClient, Get spawn client.
37 std::shared_ptr<AppSpawnClient> GetSpawnClient();
/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.cpp2604 if (remoteClientManager_->GetSpawnClient()) { in OpenAppSpawnConnection()
2605 return remoteClientManager_->GetSpawnClient()->OpenConnection(); in OpenAppSpawnConnection()
2617 if (remoteClientManager_->GetSpawnClient()) { in CloseAppSpawnConnection()
2618 remoteClientManager_->GetSpawnClient()->CloseConnection(); in CloseAppSpawnConnection()
2629 if (remoteClientManager_->GetSpawnClient()) { in QueryAppSpawnConnectionState()
2630 return remoteClientManager_->GetSpawnClient()->QueryConnectionState(); in QueryAppSpawnConnectionState()
3016 if (!remoteClientManager_ || !remoteClientManager_->GetSpawnClient()) { in StartPerfProcessByStartMsg()
3040 auto errCode = remoteClientManager_->GetSpawnClient()->StartProcess(startMsg, pid); in StartPerfProcessByStartMsg()
3122 auto spawnClient = remoteClientManager_->GetSpawnClient(); in AddMountPermission()
3393 if (!remoteClientManager_ || !remoteClientManager_->GetSpawnClient()) { in StartProcess()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp93 remoteClientManager.GetSpawnClient(); in DoSomethingInterestingWithMyAPI()
/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()); in HWTEST_F()

Completed in 14 milliseconds