Home
last modified time | relevance | path

Searched refs:APPLICATION_ICON (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.cpp83 const std::string APPLICATION_ICON = "icon"; variable
208 {APPLICATION_ICON, applicationInfo.icon}, in to_json()
645 APPLICATION_ICON, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp90 const char* APPLICATION_ICON = "icon"; variable
978 {APPLICATION_ICON, applicationInfo.icon}, in to_json()
1136 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_ICON, in from_json()