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 D | recoverable_application_info.cpp | 29 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 D | shortcut_info.cpp | 45 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 D | ability_info.cpp | 72 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 D | ability_info.cpp | 72 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()
|