Home
last modified time | relevance | path

Searched refs:dhId_ (Results 1 - 25 of 38) sorted by relevance

12

/drivers/peripheral/distributed_camera/hdi_service/include/utils/
H A Ddcamera_base.h25 explicit DCameraBase(std::string deviceId, std::string dhId) : deviceId_(deviceId), dhId_(dhId) {} in DCameraBase()
30 return this->deviceId_ == index.deviceId_ && this->dhId_ == index.dhId_; in operator ==()
35 return (this->deviceId_ + this->dhId_) < (index.deviceId_ + index.dhId_); in operator <()
39 std::string dhId_; member in OHOS::DistributedHardware::DCameraBase
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp95 "%{public}zu}.", GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str(), in EnableDCameraDevice()
131 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in DisableDCameraDevice()
159 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str(), streamId); in AcquireBuffer()
192 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str(), streamId, buffer.index_); in ShutterBuffer()
212 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in OnSettingsResult()
237 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in Notify()
255 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in OpenSession()
269 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in CloseSession()
283 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_).c_str()); in ConfigureStreams()
302 GetAnonyString(dhBase.deviceId_).c_str(), GetAnonyString(dhBase.dhId_) in ReleaseStreams()
[all...]
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/
H A Ddcameraadddcameradevice_fuzzer.cpp29 MockDCameraProviderCallbackImpl(const std::string& devId, const std::string& dhId) : devId_(devId), dhId_(dhId) in MockDCameraProviderCallbackImpl()
70 std::string dhId_; member in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
84 dhBase.dhId_ = dhId; in DcameraAddDCameraDeviceFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/
H A Ddcameraenabledcameradevice_fuzzer.cpp29 MockDCameraProviderCallbackImpl(const std::string& devId, const std::string& dhId) : devId_(devId), dhId_(dhId) in MockDCameraProviderCallbackImpl()
69 std::string dhId_; member in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
82 dhBase.dhId_ = dhId; in DcameraEnableDCameraDeviceFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerahost_fuzzer/
H A Ddcamerahost_fuzzer.cpp33 dhBase.dhId_ = "2"; in DCameraGetCameraAbilityFromDevFuzzTest()
57 dhBase.dhId_ = dhId; in DCameraAddDeviceParamCheckFuzzTest()
78 dhBase.dhId_ = "2"; in DCameraIsCameraIdInvalidFuzzTest()
97 dhBase.dhId_ = "2"; in DCameraGetCameraIdByDHBaseFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradisabledcameradevice_fuzzer/
H A Ddcameradisabledcameradevice_fuzzer.cpp35 dhBase.dhId_ = dhId; in DcameraDisableDCameraDeviceFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraacquirebuffer_fuzzer/
H A Ddcameraacquirebuffer_fuzzer.cpp37 dhBase.dhId_ = dhId; in DcameraAcquireBufferFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraclosesession_fuzzer/
H A Ddcameraclosesession_fuzzer.cpp36 dhBase.dhId_ = dhId; in DcameraCloseSessionFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradeviceclose_fuzzer/
H A Ddcameradeviceclose_fuzzer.cpp32 dhBase.dhId_ = dhId; in DcameraDeviceCloseFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameranotify_fuzzer/
H A Ddcameranotify_fuzzer.cpp36 dhBase.dhId_ = dhId; in DcameraNotifyFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameranotifydcamerastatus_fuzzer/
H A Ddcameranotifydcamerastatus_fuzzer.cpp35 dhBase.dhId_ = dhId; in DcameraNotifyDCameraStatusFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraopensession_fuzzer/
H A Ddcameraopensession_fuzzer.cpp36 dhBase.dhId_ = dhId; in DcameraOpenSessionFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerareleasestreams_fuzzer/
H A Ddcamerareleasestreams_fuzzer.cpp39 dhBase.dhId_ = dhId; in DcameraReleaseStreamsFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerashutterbuffer_fuzzer/
H A Ddcamerashutterbuffer_fuzzer.cpp37 dhBase.dhId_ = dhId; in DcameraShutterBufferFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastopcapture_fuzzer/
H A Ddcamerastopcapture_fuzzer.cpp39 dhBase.dhId_ = dhId; in DcameraStopCaptureFuzzTest()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp200 {KEY_DH_ID, std::to_string(dhId_)} }; in Start()
212 std::initializer_list<std::pair<std::string, std::string>> items = { {KEY_DH_ID, std::to_string(dhId_)} }; in Start()
234 std::initializer_list<std::pair<std::string, std::string>> items = { {KEY_DH_ID, std::to_string(dhId_)} }; in Stop()
246 {KEY_DH_ID, std::to_string(dhId_)} }; in Stop()
533 dhId_ = dhId; in SetAttrs()
541 dhId_, devAttrs_.frameSize); in SetAttrs()
H A Daudio_capture_ext_impl.cpp102 std::initializer_list<std::pair<std::string, std::string>> items = { {KEY_DH_ID, std::to_string(dhId_)} }; in Start()
124 std::initializer_list<std::pair<std::string, std::string>> items = { {KEY_DH_ID, std::to_string(dhId_)} }; in Stop()
384 dhId_ = dhId; in SetAttrs()
392 dhId_, devAttrs_.frameSize); in SetAttrs()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradevicegetenabledresults_fuzzer/
H A Ddcameradevicegetenabledresults_fuzzer.cpp33 dhBase.dhId_ = dhId; in DcameraDeviceGetEnabledResultsFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradevicesetresultmode_fuzzer/
H A Ddcameradevicesetresultmode_fuzzer.cpp34 dhBase.dhId_ = dhId; in DcameraDeviceSetResultModeFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradevicegetsettings_fuzzer/
H A Ddcameradevicegetsettings_fuzzer.cpp33 dhBase.dhId_ = dhId; in DcameraDeviceGetSettingsFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradeviceupdatesettings_fuzzer/
H A Ddcameradeviceupdatesettings_fuzzer.cpp33 dhBase.dhId_ = dhId; in DcameraDeviceUpdateSettingsFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameradisableresult_fuzzer/
H A Ddcameradisableresult_fuzzer.cpp36 dhBase.dhId_ = dhId; in DcameraDisableResultFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenableresult_fuzzer/
H A Ddcameraenableresult_fuzzer.cpp36 dhBase.dhId_ = dhId; in DcameraEnableResultFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameragetcameraability_fuzzer/
H A Ddcameragetcameraability_fuzzer.cpp37 dhBase.dhId_ = dhId; in DcameraGetCameraAbilityFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameragetcameraids_fuzzer/
H A Ddcameragetcameraids_fuzzer.cpp33 dhBase.dhId_ = "2"; in DCameraGetCameraIdsFuzzTest()

Completed in 7 milliseconds

12