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 D | distributed_ability_info.cpp | 32 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 D | distributed_bundle_info.cpp | 37 const char* JSON_KEY_ENABLED = "enabled"; variable 113 jsonObject[JSON_KEY_ENABLED] = enabled; in ToString() 203 JSON_KEY_ENABLED, in FromJsonString()
|
H A D | ability_info.cpp | 56 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 D | distributed_bundle_info.cpp | 35 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 D | ability_info.cpp | 55 const std::string JSON_KEY_ENABLED = "enabled"; variable 159 {JSON_KEY_ENABLED, abilityInfo.enabled}, in to_json() 494 JSON_KEY_ENABLED, in from_json()
|