Home
last modified time | relevance | path

Searched refs:JSON_KEY_ENABLED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_ability_info.cpp32 const char* JSON_KEY_ENABLED = "enabled"; variable
106 {JSON_KEY_ENABLED, distributedAbilityInfo.enabled}, in to_json()
140 JSON_KEY_ENABLED, in from_json()
H A Ddistributed_bundle_info.cpp37 const char* JSON_KEY_ENABLED = "enabled"; variable
113 jsonObject[JSON_KEY_ENABLED] = enabled; in ToString()
203 JSON_KEY_ENABLED, in FromJsonString()
H A Dability_info.cpp56 const char* JSON_KEY_ENABLED = "enabled"; variable
586 {JSON_KEY_ENABLED, abilityInfo.enabled}, in to_json()
928 JSON_KEY_ENABLED, in from_json()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp35 const std::string JSON_KEY_ENABLED = "enabled"; variable
293 jsonObject[JSON_KEY_ENABLED] = enabled; in ToString()
327 GetValueIfFindKey<bool>(jsonObject, jsonObjectEnd, JSON_KEY_ENABLED, enabled, in FromJsonString()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dability_info.cpp55 const std::string JSON_KEY_ENABLED = "enabled"; variable
159 {JSON_KEY_ENABLED, abilityInfo.enabled}, in to_json()
494 JSON_KEY_ENABLED, in from_json()