Home
last modified time | relevance | path

Searched refs:APPLICATION_DESCRIPTION_RESOURCE (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.cpp97 const std::string APPLICATION_DESCRIPTION_RESOURCE = "descriptionResource"; variable
222 {APPLICATION_DESCRIPTION_RESOURCE, applicationInfo.descriptionResource}, in to_json()
757 APPLICATION_DESCRIPTION_RESOURCE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp104 const char* APPLICATION_DESCRIPTION_RESOURCE = "descriptionResource"; variable
992 {APPLICATION_DESCRIPTION_RESOURCE, applicationInfo.descriptionResource}, in to_json()
1164 GetValueIfFindKey<Resource>(jsonObject, jsonObjectEnd, APPLICATION_DESCRIPTION_RESOURCE, in from_json()