Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp41 const std::string APPLICATION_ICON_ID = "iconId"; variable
166 {APPLICATION_ICON_ID, applicationInfo.iconId}, in to_json()
309 APPLICATION_ICON_ID, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp44 const char* APPLICATION_ICON_ID = "iconId"; variable
933 {APPLICATION_ICON_ID, applicationInfo.iconId}, in to_json()
1043 GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, APPLICATION_ICON_ID, in from_json()