Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h48 …std::string srcParam) : devId_(devId), dhId_(dhId), reqId_(reqId), sinkParam_(sinkParam), srcParam… in DCameraRegistParam()
54 std::string sinkParam_; variable
/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()