Home
last modified time | relevance | path

Searched refs:APPLICATION_DESCRIPTION_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.cpp45 const std::string APPLICATION_DESCRIPTION_ID = "descriptionId"; variable
170 {APPLICATION_DESCRIPTION_ID, applicationInfo.descriptionId}, in to_json()
341 APPLICATION_DESCRIPTION_ID, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp48 const char* APPLICATION_DESCRIPTION_ID = "descriptionId"; variable
937 {APPLICATION_DESCRIPTION_ID, applicationInfo.descriptionId}, in to_json()
1051 GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, APPLICATION_DESCRIPTION_ID, in from_json()