Searched refs:bundleMgrClient_ (Results 1 – 3 of 3) sorted by relevance
163 std::shared_ptr<AppExecFwk::BundleMgrClient> bundleMgrClient_; variable
541 if (bundleMgrClient_ == nullptr) { in GetBundleMgrClient()542 bundleMgrClient_ = DelayedSingleton<AppExecFwk::BundleMgrClient>::GetInstance(); in GetBundleMgrClient()544 return bundleMgrClient_; in GetBundleMgrClient()
375 autoStartupService.bundleMgrClient_ = std::make_shared<AppExecFwk::BundleMgrClient>();