Home
last modified time | relevance | path

Searched refs:GetBundleInfoByBundleName (Results 1 - 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp52 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_bundle_manager_helper.cpp57 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/
H A Dmock_bundle_manager_helper.cpp53 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp58 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp94 * @tc.desc : test GetBundleInfoByBundleName function and bundleMgr_ == nullptr
104 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo)); in HWTEST_F()
110 * @tc.desc : test GetBundleInfoByBundleName function and bundleMgr_ != nullptr
120 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo)); in HWTEST_F()
126 * @tc.desc : test CheckApiCompatibility function and GetBundleInfoByBundleName is false
/base/notification/distributed_notification_service/services/ans/include/
H A Dbundle_manager_helper.h86 bool GetBundleInfoByBundleName(const std::string bundle, const int32_t userId, AppExecFwk::BundleInfo &bundleInfo);
/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp94 if (!GetBundleInfoByBundleName(bundleName, callingUserId, bundleInfo)) { in CheckApiCompatibility()
95 ANS_LOGW("Failed to GetBundleInfoByBundleName, bundlename = %{public}s", in CheckApiCompatibility()
108 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
H A Dadvanced_notification_utils.cpp1920 if (!bundleMgr->GetBundleInfoByBundleName(bundleOption->GetBundleName(), callingUserId, bundleInfo)) { in GetBundleInfoByNotificationBundleOption()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dbundle_manager_helper_test.cpp98 * @tc.name : GetBundleInfoByBundleName
108 bool result = bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo); in HWTEST_F()
/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h118 bool GetBundleInfoByBundleName(int32_t userId, const std::string &bundleName, AppExecFwk::BundleInfo &bundleInfo);
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp1058 if (GetBundleInfoByBundleName(userId, imeInfo.prop.name, bundleInfo)) { in GetFullImeInfo()
1132 if (!GetBundleInfoByBundleName(userId, bundleName, bundleInfo)) { in GetImeAppId()
1147 if (!GetBundleInfoByBundleName(userId, bundleName, bundleInfo)) { in GetImeVersionCode()
1154 bool ImeInfoInquirer::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::MiscServices::ImeInfoInquirer

Completed in 9 milliseconds