Lines Matching refs:cameraId
54 * @tc.desc: GetCameraAbility, normal cameraId.
60 std::cout << "==========[test log]Check hdi_host: GetCameraAbility, normal cameraId." << std::endl;
74 * @tc.desc: GetCameraAbility, abnormal cameraId = 'abc'.
80 std::cout << "==========[test log]Check hdi_host: GetCameraAbility, abnormal cameraId = 'abc'." << std::endl;
82 std::string cameraId = "abc";
83 Test_->rc = Test_->service->GetCameraAbility(cameraId, Test_->ability);
91 * @tc.desc: GetCameraAbility, abnormal cameraId = ''
97 std::cout << "==========[test log]Check hdi_host: GetCameraAbility, abnormal cameraId = ''." << std::endl;
99 std::string cameraId = "";
100 Test_->rc = Test_->service->GetCameraAbility(cameraId, Test_->ability);
108 * @tc.desc: OpenCamera, normal cameraId.
114 std::cout << "==========[test log]Check hdi_host: OpenCamera, normal cameraId."<< std::endl;
138 std::string cameraId = "qwerty";
140 Test_->rc = Test_->service->OpenCamera(cameraId, Test_->deviceCallback, Test_->cameraDevice);
155 std::string cameraId = "1";
157 Test_->rc = Test_->service->OpenCamera(cameraId, Test_->deviceCallback, Test_->cameraDevice);
172 std::string cameraId = "";
174 Test_->rc = Test_->service->OpenCamera(cameraId, Test_->deviceCallback, Test_->cameraDevice);
206 std::string cameraId = "abc";
208 Test_->rc = Test_->service->OpenCamera(cameraId, Test_->deviceCallback, Test_->cameraDevice);
215 * @tc.desc: SetFlashlight, normal cameraId.
221 std::cout << "==========[test log]Check hdi_host: SetFlashlight, normal cameraId." << std::endl;
232 * @tc.desc: SetFlashlight, cameraId is not found.
238 std::cout << "==========[test log]Check hdi_host: SetFlashlight, cameraId is not found." << std::endl;
240 std::string cameraId = "abc";
242 Test_->rc = Test_->service->SetFlashlight(cameraId, Test_->status);
249 * @tc.desc: SetFlashlight, cameraId is empty.
255 std::cout << "==========[test log]Check hdi_host: SetFlashlight, cameraId is empty." << std::endl;
257 std::string cameraId = "";
259 Test_->rc = Test_->service->SetFlashlight(cameraId, Test_->status);
272 std::cout << "==========[test log]Check hdi_host: SetFlashlight, normal cameraId." << std::endl;
289 std::cout << "==========[test log]Check hdi_host: SetFlashlight, normal cameraId." << std::endl;