Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp104 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo));
120 ASSERT_EQ(false, bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo));
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dbundle_manager_helper.cpp94 if (!GetBundleInfoByBundleName(bundleName, callingUserId, bundleInfo)) { in CheckApiCompatibility()
108 bool BundleManagerHelper::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::Notification::BundleManagerHelper
H A Dadvanced_notification_utils.cpp1897 …if (!bundleMgr->GetBundleInfoByBundleName(bundleOption->GetBundleName(), callingUserId, bundleInfo… in GetBundleInfoByNotificationBundleOption()
/ohos5.0/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::BundleI…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dbundle_manager_helper_test.cpp108 bool result = bundleManagerHelper.GetBundleInfoByBundleName(bundle, userId, bundleInfo); in HWTEST_F()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp1064 if (GetBundleInfoByBundleName(userId, imeInfo.prop.name, bundleInfo)) { in GetFullImeInfo()
1138 if (!GetBundleInfoByBundleName(userId, bundleName, bundleInfo)) { in GetImeAppId()
1153 if (!GetBundleInfoByBundleName(userId, bundleName, bundleInfo)) { in GetImeVersionCode()
1160 bool ImeInfoInquirer::GetBundleInfoByBundleName( in GetBundleInfoByBundleName() function in OHOS::MiscServices::ImeInfoInquirer
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h119 …bool GetBundleInfoByBundleName(int32_t userId, const std::string &bundleName, AppExecFwk::BundleIn…