Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp74 char *jsonSource = cJSON_Print(srcRootValue); in GetAbilityInfo() local
75 if (jsonSource == nullptr) { in GetAbilityInfo()
80 sourceCodecInfo = std::string(jsonSource); in GetAbilityInfo()
83 cJSON_free(jsonSource); in GetAbilityInfo()