Home
last modified time | relevance | path

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

/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()

Completed in 2 milliseconds