Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/v4l2/include/camera_host/
H A Dhcs_deal.h28 class HcsDeal { class
33 HcsDeal(const std::string &pathName);
34 virtual ~HcsDeal();
35 HcsDeal(const HcsDeal &other) = delete;
36 HcsDeal(HcsDeal &&other) = delete;
37 HcsDeal &operator=(const HcsDeal &other) = delete;
38 HcsDeal
[all...]
H A Dcamera_host_config.h26 class HcsDeal;
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_host/
H A Dhcs_deal.cpp25 HcsDeal::HcsDeal(const std::string &pathName) : sPathName(pathName), pDevResIns(nullptr), pRootNode(nullptr) {} in HcsDeal() function in OHOS::Camera::HcsDeal
27 HcsDeal::~HcsDeal() in ~HcsDeal()
34 void HcsDeal::SetHcsPathName(const std::string &pathName) in SetHcsPathName()
39 RetCode HcsDeal::Init() in Init()
64 RetCode HcsDeal::DealHcsData() in DealHcsData()
94 RetCode HcsDeal::DealCameraAbility(const struct DeviceResourceNode &node) in DealCameraAbility()
133 RetCode HcsDeal::DealPhysicsCameraId(const struct DeviceResourceNode &node, std::vector<std::string> &cameraIds) in DealPhysicsCameraId()
145 RetCode HcsDeal
[all...]
H A Dcamera_host_config.cpp60 std::unique_ptr<HcsDeal> hcsDeal = std::make_unique<HcsDeal>(CONFIG_PATH_NAME); in ReadConfigFile()
62 CAMERA_LOGE("make HcsDeal failed. [pathname = %{public}s]", CONFIG_PATH_NAME.c_str()); in ReadConfigFile()

Completed in 2 milliseconds