Home
last modified time | relevance | path

Searched refs:JSON_KEY_LABEL_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Drecoverable_application_info.cpp29 const char* JSON_KEY_LABEL_ID = "labelId"; variable
84 {JSON_KEY_LABEL_ID, recoverableApplicationInfo.labelId}, in to_json()
100 GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_LABEL_ID, in from_json()
H A Dshortcut_info.cpp45 const char* JSON_KEY_LABEL_ID = "labelId"; variable
162 {JSON_KEY_LABEL_ID, shortcutInfo.labelId}, in to_json()
311 JSON_KEY_LABEL_ID, in from_json()
H A Dability_info.cpp72 const char* JSON_KEY_LABEL_ID = "labelId"; variable
566 {JSON_KEY_LABEL_ID, abilityInfo.labelId}, in to_json()
768 JSON_KEY_LABEL_ID, in from_json()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp72 const std::string JSON_KEY_LABEL_ID = "labelId"; variable
139 {JSON_KEY_LABEL_ID, abilityInfo.labelId}, in to_json()
334 JSON_KEY_LABEL_ID, in from_json()