Home
last modified time | relevance | path

Searched refs:APPLICATION_ENABLED (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.cpp75 const std::string APPLICATION_ENABLED = "enabled"; variable
200 {APPLICATION_ENABLED, applicationInfo.enabled}, in to_json()
581 APPLICATION_ENABLED, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp79 const char* APPLICATION_ENABLED = "enabled"; variable
969 {APPLICATION_ENABLED, applicationInfo.enabled}, in to_json()
1115 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, APPLICATION_ENABLED, in from_json()