Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dremote_client_manager.cpp25 RemoteClientManager::RemoteClientManager() in RemoteClientManager() function in OHOS::AppExecFwk::RemoteClientManager
31 RemoteClientManager::~RemoteClientManager() in ~RemoteClientManager()
34 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetSpawnClient() in GetSpawnClient()
42 void RemoteClientManager::SetSpawnClient(const std::shared_ptr<AppSpawnClient> &appSpawnClient) in SetSpawnClient()
47 std::shared_ptr<BundleMgrHelper> RemoteClientManager::GetBundleManagerHelper() in GetBundleManagerHelper()
55 void RemoteClientManager::SetBundleManagerHelper(const std::shared_ptr<BundleMgrHelper> &bundleMgrHelper) in SetBundleManagerHelper()
60 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetNWebSpawnClient() in GetNWebSpawnClient()
65 std::shared_ptr<AppSpawnClient> RemoteClientManager
[all...]
H A Dexit_resident_process_manager.cpp98 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in QueryExitBundleInfos()
H A Dapp_preloader.cpp30 AppPreloader::AppPreloader(std::shared_ptr<RemoteClientManager> remoteClientManager) in AppPreloader()
H A Dapp_mgr_service.cpp336 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in ClearUpApplicationData()
625 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in FinishUserTest()
H A Dapp_state_observer_manager.cpp1045 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in WrapAppStateData()
H A Dapp_mgr_service_inner.cpp306 : remoteClientManager_(std::make_shared<RemoteClientManager>()), in AppMgrServiceInner()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h27 class RemoteClientManager { class
29 RemoteClientManager();
30 virtual ~RemoteClientManager();
H A Dapp_preloader.h39 AppPreloader(std::shared_ptr<RemoteClientManager> remoteClientManager);
59 std::shared_ptr<RemoteClientManager> remoteClientManager_;
H A Dapp_mgr_service_inner.h1831 std::shared_ptr<RemoteClientManager> remoteClientManager_;
/foundation/ability/ability_runtime/test/unittest/app_preloader_test/
H A Dapp_preloader_test.cpp32 std::shared_ptr<RemoteClientManager> remoteClientManager_ = nullptr;
37 remoteClientManager_ = std::make_shared<RemoteClientManager>(); in SetUp()
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp56 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/exit_resident_process_manager_test/
H A Dexit_resident_process_manager_test.cpp140 std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp88 RemoteClientManager remoteClientManager; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp1105 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>(); in HWTEST_F()
1277 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>(); in HWTEST_F()
1899 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>(); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4392 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>(); in HWTEST_F()

Completed in 46 milliseconds