Home
last modified time | relevance | path

Searched refs:APPLICATION_APP_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.cpp108 const std::string APPLICATION_APP_TYPE = "bundleType"; variable
232 {APPLICATION_APP_TYPE, applicationInfo.bundleType}, in to_json()
837 APPLICATION_APP_TYPE, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp117 const char* APPLICATION_APP_TYPE = "bundleType"; variable
1003 {APPLICATION_APP_TYPE, applicationInfo.bundleType}, in to_json()
1186 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, APPLICATION_APP_TYPE, in from_json()