/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/ |
H A D | domain_json_util.cpp | 27 json jsonObj; in Parse() local
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | testConfigParser.h | 43 nlohmann::json jsonObj; in ParseFromFile4StressTest() local 44 jf >> jsonObj; in ParseFromFile4StressTest() local
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/ |
H A D | res_sched_exe_common_utils.cpp | 46 auto jsonObj = nlohmann::json::parse(str, nullptr, false); in StringToJson() local
|
/foundation/distributedhardware/device_manager/utils/src/kvadapter/ |
H A D | dm_kv_info.cpp | 25 nlohmann::json jsonObj; in ConvertDmKVValueToJson() local
|
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/ |
H A D | auth_ui_state_manager.cpp | 50 nlohmann::json jsonObj; in UpdateUiState() local
|
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/ |
H A D | serializable.cpp | 21 json jsonObj = cJSON_Parse(jsonStr.c_str()); in Unmarshall() local
|
/foundation/distributedhardware/distributed_screen/common/src/ |
H A D | dscreen_json_util.cpp | 23 bool IsString(const nlohmann::json &jsonObj, const std::string &key) in IsString() argument 32 bool IsUInt8(const nlohmann::json &jsonObj, const std::string &key) in IsUInt8() argument 41 IsInt32(const nlohmann::json &jsonObj, const std::string &key) IsInt32() argument 51 IsUInt32(const nlohmann::json &jsonObj, const std::string &key) IsUInt32() argument 60 IsInt64(const nlohmann::json &jsonObj, const std::string &key) IsInt64() argument 70 IsUInt64(const nlohmann::json &jsonObj, const std::string &key) IsUInt64() argument 79 IsFloat(const nlohmann::json &jsonObj, const std::string &key) IsFloat() argument 88 IsArray(const nlohmann::json &jsonObj, const std::string &key) IsArray() argument 97 IsBool(const nlohmann::json &jsonObj, const std::string &key) IsBool() argument [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
H A D | low_latency_listener.cpp | 51 cJSON *jsonObj = cJSON_Parse(message.c_str()); in OnMessage() local
|
/foundation/filemanagement/app_file_service/interfaces/common/src/ |
H A D | json_utils.cpp | 25 int32_t JsonUtils::GetJsonObjFromPath(nlohmann::json& jsonObj, const std::string& jsonPath) in GetJsonObjFromPath() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_event_listener_stub.cpp | 33 nlohmann::json jsonObj = nlohmann::json::object(); in StringToStringJsonObj() local
|
H A D | res_sched_service_proxy.cpp | 92 bool ResSchedServiceProxy::StringToJson(const std::string& str, nlohmann::json& jsonObj) in StringToJson() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/ |
H A D | serializable.cpp | 28 json jsonObj = json::parse(jsonStr, nullptr, false); in Unmarshall() local 44 json jsonObj = json::parse(jsonStr, nullptr, false); in ToJson() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | serializable.cpp | 27 json jsonObj = json::parse(jsonStr, nullptr, false); in Unmarshall() local 43 json jsonObj = json::parse(jsonStr, nullptr, false); in ToJson() local [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | version_info.cpp | 38 cJSON *jsonObj = cJSON_Parse(jsonStr.c_str()); in FromJsonString() local 50 cJSON *jsonObj = cJSON_CreateObject(); in ToJsonString() local [all...] |
H A D | meta_capability_info.cpp | 58 cJSON *jsonObj = cJSON_Parse(jsonStr.c_str()); in FromJsonString() local 71 cJSON *jsonObj = cJSON_CreateObject(); in ToJsonString() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.cpp | 125 bool KvOperator::StringToJson(const std::string &str, nlohmann::json &jsonObj) in StringToJson() argument 136 bool KvOperator::JsonToString(const nlohmann::json &jsonObj, std::string &str) in JsonToString() argument 142 bool KvOperator::QueryFromJson(const nlohmann::json &jsonObj, const std::string &key, std::string &val) in QueryFromJson() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_config.cpp | 28 auto jsonObj = JsonUtil::ParseJsonString(config); in Init() local 60 void EventConfig::ParseSwitch(const std::unique_ptr<JsonValue>& jsonObj) in ParseSwitch() argument [all...] |
/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | bgtask_config.cpp | 45 nlohmann::json jsonObj; in LoadConfigFile() local 56 void BgtaskConfig::ParseTransientTaskExemptedQuatoList(const nlohmann::json &jsonObj) in ParseTransientTaskExemptedQuatoList() argument 80 const nlohmann::json &jsonObj = nlohmann::json::parse(configData, nullptr, false); AddExemptedQuatoData() local 119 SetCloudConfigParam(const nlohmann::json &jsonObj) SetCloudConfigParam() argument 159 ParseTransientTaskExemptedQuato(const nlohmann::json &jsonObj) ParseTransientTaskExemptedQuato() argument [all...] |
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_anonymous.cpp | 185 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); in HWTEST_F() local 203 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); in HWTEST_F() local 221 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); in HWTEST_F() local 239 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); in HWTEST_F() local 257 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); in HWTEST_F() local 275 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 293 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 324 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 344 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 364 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 384 nlohmann::json jsonObj = nlohmann::json::parse(str, nullptr, false); HWTEST_F() local 463 nlohmann::json jsonObj = nlohmann::json::parse(jsonStr, nullptr, false); HWTEST_F() local 489 nlohmann::json jsonObj = nlohmann::json::parse(jsonStr, nullptr, false); HWTEST_F() local 498 nlohmann::json jsonObj = nlohmann::json::parse(jsonStr, nullptr, false); HWTEST_F() local [all...] |
/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_session.cpp | 107 nlohmann::json jsonObj; in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/ |
H A D | ability_manager_service_dialog_test.cpp | 156 nlohmann::json jsonObj = nlohmann::json::parse(params); in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_base_test.cpp | 101 nlohmann::json jsonObj; in HWTEST_F() local 141 nlohmann::json jsonObj; in HWTEST_F() local 160 nlohmann::json jsonObj; in HWTEST_F() local [all...] |
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | json_utils.cpp | 74 bool JsonUtils::IsInt32(const json& jsonObj, const std::string& key) in IsInt32() argument 84 bool JsonUtils::IsString(const json& jsonObj, const std::string& key) in IsString() argument 93 IsBool(const json& jsonObj, const std::string& key) IsBool() argument 106 json jsonObj = json::parse(jsonCapability, nullptr, false); GetVectorCapability() local 137 json jsonObj; SetSessionBasicInfo() local 166 json jsonObj = json::parse(sessionInfo, nullptr, false); GetSessionBasicInfo() local 209 json jsonObj; SetSessionDescriptors() local 232 json jsonObj = json::parse(sessionInfo, nullptr, false); GetSessionDescriptors() local 260 json jsonObj; SetSessionDescriptor() local 281 json jsonObj = json::parse(sessionInfo, nullptr, false); GetSessionDescriptor() local [all...] |
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/ |
H A D | devices_info_interact.cpp | 112 nlohmann::json jsonObj = nlohmann::json::parse(versionInfo); in GetMLDeviceInfos() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | cgroup_map.cpp | 81 bool CgroupMap::LoadConfigFromJsonObj(const nlohmann::json& jsonObj) in LoadConfigFromJsonObj() argument
|