Home
last modified time | relevance | path

Searched refs:APPLICATION_APP_TARGET_PRIORITY (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.cpp104 const std::string APPLICATION_APP_TARGET_PRIORITY = "targetPriority"; variable
228 {APPLICATION_APP_TARGET_PRIORITY, applicationInfo.targetPriority}, in to_json()
805 APPLICATION_APP_TARGET_PRIORITY, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp113 const char* APPLICATION_APP_TARGET_PRIORITY = "targetPriority"; variable
999 {APPLICATION_APP_TARGET_PRIORITY, applicationInfo.targetPriority}, in to_json()
1178 GetValueIfFindKey<int>(jsonObject, jsonObjectEnd, APPLICATION_APP_TARGET_PRIORITY, in from_json()