Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/insight_intent/insight_intent_utils_test/
H A Dinsight_intent_utils_test.cpp98 std::shared_ptr<BundleMgrHelper> bundleMgrHelper_{ nullptr };
110 bundleMgrHelper_ = DelayedSingleton<BundleMgrHelper>::GetInstance(); in SetUp()
126 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
144 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
157 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
171 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
184 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
193 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
206 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
228 bundleMgrHelper_ in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp39 if (bundleMgrHelper_ == nullptr) { in ConnectManagerHelper()
40 bundleMgrHelper_ = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in ConnectManagerHelper()
42 return bundleMgrHelper_; in ConnectManagerHelper()
287 std::shared_ptr<AppExecFwk::BundleMgrHelper> UPMSUtils::bundleMgrHelper_ = nullptr; member in OHOS::AAFwk::UPMSUtils
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/
H A Dability_manager_service_sixth_test.cpp94 std::shared_ptr<BundleMgrHelper> bundleMgrHelper_{ nullptr };
147 bundleMgrHelper_ = DelayedSingleton<AppExecFwk::BundleMgrHelper>::GetInstance(); in SetUp()
303 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
315 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
357 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
373 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
986 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
1013 bundleMgrHelper_->bundleMgr_ = nullptr; in HWTEST_F()
1047 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
1069 bundleMgrHelper_ in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/uripermmgr/include/
H A Duri_permission_utils.h48 static std::shared_ptr<AppExecFwk::BundleMgrHelper> bundleMgrHelper_; member in OHOS::AAFwk::UPMSUtils
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp77 std::shared_ptr<BundleMgrHelper> bundleMgrHelper_{ nullptr };
126 bundleMgrHelper_ = DelayedSingleton<BundleMgrHelper>::GetInstance(); in SetUp()
837 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
1526 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()
2289 bundleMgrHelper_->bundleMgr_ = mockBundleMgr; in HWTEST_F()

Completed in 8 milliseconds