Searched refs:RemoteClientManager (Results 1 – 14 of 14) sorted by relevance
25 RemoteClientManager::RemoteClientManager() in RemoteClientManager() function in OHOS::AppExecFwk::RemoteClientManager31 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()
98 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in QueryExitBundleInfos()
30 AppPreloader::AppPreloader(std::shared_ptr<RemoteClientManager> remoteClientManager) in AppPreloader()
339 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in ClearUpApplicationData()650 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in FinishUserTest()
969 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in WrapAppStateData()
306 : remoteClientManager_(std::make_shared<RemoteClientManager>()), in AppMgrServiceInner()
27 class RemoteClientManager {29 RemoteClientManager();30 virtual ~RemoteClientManager();
40 AppPreloader(std::shared_ptr<RemoteClientManager> remoteClientManager);60 std::shared_ptr<RemoteClientManager> remoteClientManager_;
1634 std::shared_ptr<RemoteClientManager> remoteClientManager_;
32 std::shared_ptr<RemoteClientManager> remoteClientManager_ = nullptr;37 remoteClientManager_ = std::make_shared<RemoteClientManager>(); in SetUp()
56 …std::shared_ptr<RemoteClientManager> remoteClientManager = std::make_shared<RemoteClientManager>(); in DoSomethingInterestingWithMyAPI()
28 *RemoteClientManager*;
88 RemoteClientManager remoteClientManager; in DoSomethingInterestingWithMyAPI()
4342 appMgrServiceInner->remoteClientManager_ = std::make_shared<RemoteClientManager>();