Searched refs:APPLICATION_NAME (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/ |
H A D | hisysevent.yaml | 45 APPLICATION_NAME: {type: STRING, desc: application name} 75 APPLICATION_NAME: {type: STRING, desc: application name}
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 34 const std::string APPLICATION_NAME = "name"; variable 158 {APPLICATION_NAME, applicationInfo.name}, in to_json() 245 APPLICATION_NAME, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 37 const char* APPLICATION_NAME = "name"; variable 925 {APPLICATION_NAME, applicationInfo.name}, in to_json() 1027 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_NAME, in from_json()
|