Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp53 cJSON *sinkRootValue = cJSON_GetObjectItemCaseSensitive(rootValue, "SinkAbility"); in GetAbilityInfo() local
54 if (sinkRootValue == nullptr || !cJSON_IsObject(sinkRootValue)) { in GetAbilityInfo()
67 char *jsonSink = cJSON_Print(sinkRootValue); in GetAbilityInfo()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp386 cJSON *sinkRootValue = cJSON_Parse(param->sinkParam_.c_str()); in ParseEnableParam() local
387 if (sinkRootValue == nullptr) { in ParseEnableParam()
395 cJSON_Delete(sinkRootValue); in ParseEnableParam()
401 cJSON_Delete(sinkRootValue); in ParseEnableParam()
405 cJSON_AddItemToObject(abilityRootValue, "SinkAbility", sinkRootValue); in ParseEnableParam()