Home
last modified time | relevance | path

Searched refs:abilityRootValue (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp402 cJSON *abilityRootValue = cJSON_CreateObject(); in ParseEnableParam() local
403 if (abilityRootValue == nullptr) { in ParseEnableParam()
408 cJSON_AddItemToObject(abilityRootValue, "SinkAbility", sinkRootValue); in ParseEnableParam()
409 cJSON_AddItemToObject(abilityRootValue, "SourceCodec", srcRootValue); in ParseEnableParam()
410 char *jsonstr = cJSON_Print(abilityRootValue); in ParseEnableParam()
412 cJSON_Delete(abilityRootValue); in ParseEnableParam()
416 cJSON_Delete(abilityRootValue); in ParseEnableParam()

Completed in 3 milliseconds