/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue_event.cpp | 35 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 69 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local 120 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 156 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local 210 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 353 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local 409 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in UnmarshalParcel() local 463 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in UnmarshalCallerInfo() local 515 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in UnmarshalCallerInfoExtra() local 609 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local [all …]
|
H A D | dsched_continue_manager.cpp | 614 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in HandleDataRecv() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/ |
H A D | dcamera_low_latency.cpp | 41 cJSON *rootValue = cJSON_CreateObject(); in EnableLowLatency() local 77 cJSON *rootValue = cJSON_CreateObject(); in DisableLowLatency() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_info_cmd.cpp | 27 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 56 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
H A D | dcamera_open_info_cmd.cpp | 27 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 56 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
H A D | dcamera_event_cmd.cpp | 26 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 57 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
H A D | dcamera_metadata_setting_cmd.cpp | 27 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 65 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
H A D | dcamera_capture_info_cmd.cpp | 26 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 79 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local 116 int32_t DCameraCaptureInfoCmd::UmarshalValue(cJSON *rootValue) in UmarshalValue()
|
H A D | dcamera_channel_info_cmd.cpp | 26 cJSON *rootValue = cJSON_CreateObject(); in Marshal() local 72 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
H A D | dcamera_sink_frame_info.cpp | 49 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in Unmarshal() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 28 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitDCameraAbility() local 160 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in GetInfoFromJson() local 255 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitDCameraOutputAbilityKeys() local 712 cJSON* DMetadataProcessor::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& … in GetFormatObj() 732 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetEachNodeSupportedResolution() 746 std::map<int, std::vector<DCResolution>>& supportedFormats, cJSON* rootValue) in GetNodeSupportedResolution() 808 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); in GetDCameraSupportedFormats() local 818 void DMetadataProcessor::ParsePhotoFormats(cJSON* rootValue, in ParsePhotoFormats() 846 void DMetadataProcessor::ParsePreviewFormats(cJSON* rootValue, in ParsePreviewFormats() 871 void DMetadataProcessor::ParseVideoFormats(cJSON* rootValue, in ParseVideoFormats()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 548 cJSON* DStreamOperator::GetFormatObj(const std::string rootNode, cJSON* rootValue, std::string& for… in GetFormatObj() 566 void DStreamOperator::ExtractCameraAttr(cJSON* rootValue, std::vector<int>& formats, const std::str… in ExtractCameraAttr() 579 void DStreamOperator::GetCameraAttr(cJSON *rootValue, std::string formatStr, const std::string root… in GetCameraAttr() 636 cJSON *rootValue = cJSON_Parse(sinkAbilityInfo.c_str()); in InitOutputConfigurations() local 704 std::vector<DCEncodeType> DStreamOperator::ParseEncoderTypes(cJSON* rootValue) in ParseEncoderTypes() 727 DCamRetCode DStreamOperator::ParsePhotoFormats(cJSON* rootValue) in ParsePhotoFormats() 754 DCamRetCode DStreamOperator::ParsePreviewFormats(cJSON* rootValue) in ParsePreviewFormats() 781 DCamRetCode DStreamOperator::ParseVideoFormats(cJSON* rootValue) in ParseVideoFormats()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | flatbuffer_schema.cpp | 305 int DoVerifyBeforeExtract(const flatbuffers::Table &rootValue, const reflection::Field &fieldInfo, in DoVerifyBeforeExtract() 345 inline std::string DoExtractString(const flatbuffers::Table &rootValue, const reflection::Field &fi… in DoExtractString() 354 int DoExtractValue(const flatbuffers::Table &rootValue, const reflection::Field &fieldInfo, TypeVal… in DoExtractValue() 401 int ExtractFlatBufferValueFinal(const flatbuffers::Table &rootValue, const reflection::Field &field… in ExtractFlatBufferValueFinal() 457 auto rootValue = flatbuffers::GetAnyRoot(valueRealBegin); in ExtractFlatBufferValue() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
H A D | dcamera_provider.cpp | 49 cJSON *rootValue = cJSON_Parse(abilityInfo.c_str()); in GetAbilityInfo() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller.cpp | 456 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in OnDataReceived() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 574 cJSON *rootValue = cJSON_Parse(jsonStr.c_str()); in HandleReceivedData() local
|