Home
last modified time | relevance | path

Searched refs:srcParam_ (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 …g srcParam) : devId_(devId), dhId_(dhId), reqId_(reqId), sinkParam_(sinkParam), srcParam_(srcParam) in DCameraRegistParam()
55 std::string srcParam_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp392 cJSON *srcRootValue = cJSON_Parse(param->srcParam_.c_str()); in ParseEnableParam()