Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 - 25 of 93) sorted by relevance

1234

/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Ddomain_json_util.cpp27 json jsonObj; in Parse() local
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A DtestConfigParser.h43 nlohmann::json jsonObj; in ParseFromFile4StressTest() local
44 jf >> jsonObj; in ParseFromFile4StressTest() local
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/
H A Dres_sched_exe_common_utils.cpp46 auto jsonObj = nlohmann::json::parse(str, nullptr, false); in StringToJson() local
/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Ddm_kv_info.cpp25 nlohmann::json jsonObj; in ConvertDmKVValueToJson() local
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_ui_state_manager.cpp50 nlohmann::json jsonObj; in UpdateUiState() local
/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/
H A Dserializable.cpp21 json jsonObj = cJSON_Parse(jsonStr.c_str()); in Unmarshall() local
/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_json_util.cpp23 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 Dlow_latency_listener.cpp51 cJSON *jsonObj = cJSON_Parse(message.c_str()); in OnMessage() local
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Djson_utils.cpp25 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 Dres_sched_event_listener_stub.cpp33 nlohmann::json jsonObj = nlohmann::json::object(); in StringToStringJsonObj() local
H A Dres_sched_service_proxy.cpp92 bool ResSchedServiceProxy::StringToJson(const std::string& str, nlohmann::json& jsonObj) in StringToJson() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp28 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 Dserializable.cpp27 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 Dversion_info.cpp38 cJSON *jsonObj = cJSON_Parse(jsonStr.c_str()); in FromJsonString() local
50 cJSON *jsonObj = cJSON_CreateObject(); in ToJsonString() local
[all...]
H A Dmeta_capability_info.cpp58 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 Dkv_operator.cpp125 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 Devent_config.cpp28 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 Dbgtask_config.cpp45 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 DUTTest_dm_anonymous.cpp185 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 DUTTest_softbus_session.cpp107 nlohmann::json jsonObj; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_dialog_test/
H A Dability_manager_service_dialog_test.cpp156 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 Dbms_bundle_free_install_base_test.cpp101 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 Djson_utils.cpp74 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 Ddevices_info_interact.cpp112 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 Dcgroup_map.cpp81 bool CgroupMap::LoadConfigFromJsonObj(const nlohmann::json& jsonObj) in LoadConfigFromJsonObj() argument

Completed in 12 milliseconds

1234