Home
last modified time | relevance | path

Searched refs:APPLICATION_ENTITY_TYPE (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.cpp67 const std::string APPLICATION_ENTITY_TYPE = "entityType"; variable
193 {APPLICATION_ENTITY_TYPE, applicationInfo.entityType}, in to_json()
525 APPLICATION_ENTITY_TYPE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp71 const char* APPLICATION_ENTITY_TYPE = "entityType"; variable
962 {APPLICATION_ENTITY_TYPE, applicationInfo.entityType}, in to_json()
1101 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_ENTITY_TYPE, in from_json()