Home
last modified time | relevance | path

Searched refs:KEY_BUNDLE_NAME (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
H A Dability_resident_process_rdb.cpp26 const std::string KEY_BUNDLE_NAME = "KEY_BUNDLE_NAME"; variable
57 valuesBucket.PutString(KEY_BUNDLE_NAME, std::get<INDEX_BUNDLE_NAME>(item)); in OnCreate()
148 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in VerifyConfigurationPermissions()
189 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in GetResidentProcessEnable()
235 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in UpdateResidentProcessEnable()
251 absRdbPredicates.EqualTo(KEY_BUNDLE_NAME, bundleName); in RemoveData()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinner_mission_info.cpp34 const std::string KEY_BUNDLE_NAME = "BundleName"; variable
46 value[KEY_BUNDLE_NAME] = bundleName; in ToJsonStr()
92 if (!CheckJsonNode(value, KEY_BUNDLE_NAME, JsonType::STRING)) { in FromJsonStr()
95 bundleName = value[KEY_BUNDLE_NAME].get<std::string>(); in FromJsonStr()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp44 const std::string KEY_BUNDLE_NAME = "bundle-name"; variable
182 GetStringIfExist(bundleInfo, KEY_BUNDLE_NAME, out.bundleInfo.bundleName); in ParseBundleInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h29 const std::string KEY_BUNDLE_NAME = "BUNDLE_NAME"; variable
250 evt.bundleName = sysEvent.GetEventValue(KEY_BUNDLE_NAME); in ConvertToXperfEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp81 const static std::string KEY_BUNDLE_NAME = "name"; variable
634 … GenerateEntry(GenerateBundleKey(bundleKey, KEY_BUNDLE_NAME), bundleInfo.GetBundleName(), values); in PutBundlePropertyValueToDisturbeDB()
762 std::string bundleDBKey = KEY_BUNDLE_LABEL + KEY_BUNDLE_NAME + KEY_UNDER_LINE + bundleKey; in RemoveBundleFromDisturbeDB()
1089 if (typeStr.compare(KEY_BUNDLE_NAME) == 0) { in ParseBundlePropertyFromDisturbeDB()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp71 const std::string KEY_BUNDLE_NAME = "bundleName"; variable