Home
last modified time | relevance | path

Searched refs:BUNDLE_LABEL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/
H A Ddistributed_preferences_branch_test.cpp37 const std::string BUNDLE_LABEL = "bundle"; variable
80 …entry.key = DISTRIBUTED_LABEL + DELIMITER + MAIN_LABEL + DELIMITER + BUNDLE_LABEL + DELIMITER + WI…
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences.cpp28 const std::string BUNDLE_LABEL = "bundle"; variable
72 …key = DISTRIBUTED_LABEL + DELIMITER + BUNDLE_LABEL + DELIMITER + bundleOption->GetBundleName() + D… in GetDistributedBundleKey()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp42 const std::string BUNDLE_LABEL = "Hello, OHOS"; variable
287 appInfo.label = BUNDLE_LABEL; in AddApplicationInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp81 const std::string BUNDLE_LABEL = "Hello, OHOS"; variable
472 bundleInfo.label = BUNDLE_LABEL; in AddBundleInfo()
493 appInfo.label = BUNDLE_LABEL; in AddApplicationInfo()
3660 Metadata metadata(META_DATA_SHORTCUTS_NAME, BUNDLE_LABEL, MAIN_ENTRY);
5507 abilityInfo.applicationInfo.label = BUNDLE_LABEL;
5511 abilityInfo.label = BUNDLE_LABEL;
H A Dbms_bundle_kit_service_test.cpp75 const std::string BUNDLE_LABEL = "Hello, OHOS"; variable
577 bundleInfo.label = BUNDLE_LABEL; in AddBundleInfo()
598 appInfo.label = BUNDLE_LABEL; in AddApplicationInfo()
1021 EXPECT_EQ(BUNDLE_LABEL, bundleInfo.label); in CheckBundleInfo()
1042 EXPECT_EQ(BUNDLE_LABEL, bundleInfo.label); in CheckBundleArchiveInfo()
1066 EXPECT_EQ(BUNDLE_LABEL, appInfo.label); in CheckApplicationInfo()
1197 EXPECT_EQ(BUNDLE_LABEL, appInfo.label); in CheckCompatibleApplicationInfo()