Home
last modified time | relevance | path

Searched refs:RemoteClientManager (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/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> &bundleMgrH… in SetBundleManagerHelper()
60 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetNWebSpawnClient() in GetNWebSpawnClient()
65 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetCJSpawnClient() in GetCJSpawnClient()
73 std::shared_ptr<AppSpawnClient> RemoteClientManager::GetNativeSpawnClient() in GetNativeSpawnClient()
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.cpp339 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in ClearUpApplicationData()
650 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in FinishUserTest()
H A Dapp_state_observer_manager.cpp969 …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()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dremote_client_manager.h27 class RemoteClientManager {
29 RemoteClientManager();
30 virtual ~RemoteClientManager();
H A Dapp_preloader.h40 AppPreloader(std::shared_ptr<RemoteClientManager> remoteClientManager);
60 std::shared_ptr<RemoteClientManager> remoteClientManager_;
H A Dapp_mgr_service_inner.h1634 std::shared_ptr<RemoteClientManager> remoteClientManager_;
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp56 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/
H A Dlibappms.map28 *RemoteClientManager*;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/
H A Dappmgrrest_fuzzer.cpp88 RemoteClientManager remoteClientManager; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp4342 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>();