Home
last modified time | relevance | path

Searched refs:JSON_KEY_BUNDLE_NAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Drecoverable_application_info.cpp27 const char* JSON_KEY_BUNDLE_NAME = "bundleName"; variable
82 {JSON_KEY_BUNDLE_NAME, recoverableApplicationInfo.bundleName}, in to_json()
96 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, JSON_KEY_BUNDLE_NAME, in from_json()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp30 const std::string JSON_KEY_BUNDLE_NAME = "bundleName"; variable
453 { JSON_KEY_BUNDLE_NAME, info.bundleName }, in ConvertAutoStartupDataToKey()
475 if (jsonObject.contains(JSON_KEY_BUNDLE_NAME) && jsonObject[JSON_KEY_BUNDLE_NAME].is_string()) { in ConvertAutoStartupInfoFromKeyAndValue()
476 info.bundleName = jsonObject.at(JSON_KEY_BUNDLE_NAME).get<std::string>(); in ConvertAutoStartupInfoFromKeyAndValue()
543 if (!IsEqual(jsonObject, JSON_KEY_BUNDLE_NAME, info.bundleName) in IsEqual()