/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/ |
H A D | dcamera_client_test.cpp | 141 photoInfo_false_->isCapture_ = false; in SetUp() 148 videoInfo_false_->isCapture_ = false; in SetUp() 155 photoInfo_true_->isCapture_ = true; in SetUp() 162 videoInfo_true_->isCapture_ = true; in SetUp() 219 info->isCapture_ = true; in SetCaptureInfo() 365 videoInfo_true_->isCapture_); in HWTEST_F() 426 videoInfo_true_->format_, videoInfo_true_->isCapture_); in HWTEST_F() 429 photoInfo_false_->format_, photoInfo_false_->isCapture_); in HWTEST_F() 443 videoInfo_true_->format_, videoInfo_true_->isCapture_); in HWTEST_F() 446 photoInfo_false_->format_, photoInfo_false_->isCapture_); in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | dcamera_capture_info_cmd.h | 32 bool isCapture_; member in OHOS::DistributedHardware::DCameraCaptureInfo
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 50 cJSON_AddBoolToObject(captureInfo, "IsCapture", capture->isCapture_); in Marshal() 144 captureInfo->isCapture_ = cJSON_IsTrue(isCapture); in UmarshalValue()
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_hisysevent_adapter.h | 49 bool isCapture_; member
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_dev.cpp | 596 capture->isCapture_ = (*iter)->isCapture_; in StartCapture() 602 capture->width_, capture->height_, capture->format_, capture->isCapture_ ? 1 : 0, capture->encodeType_, in StartCapture() 633 .isCapture_ = capture->isCapture_, in HitraceAndHisyseventImpl() 638 if (capture->type_ == CONTINUOUS_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl() 640 } else if (capture->type_ == SNAPSHOT_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl()
|
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_hisysevent_adapter_test.cpp | 139 capture.isCapture_ = true; in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_data_process.cpp | 149 captureInfo->width_, captureInfo->height_, captureInfo->format_, captureInfo->isCapture_, in StartCapture() 151 if (streamType_ == CONTINUOUS_FRAME && captureInfo->isCapture_ == true) { in StartCapture()
|
H A D | dcamera_source_input.cpp | 141 GetAnonyString(dhId_).c_str(), (*iter)->type_, idSize, (*iter)->isCapture_ ? 1 : 0); in StartCapture()
|
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 134 "ISCAPTURE", capture.isCapture_ ? "true" : "false", in ReportStartCaptureEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 215 : title_(title), mode_(mode), defaultFileName_(defaultFileName), acceptType_(acceptType), isCapture_(isCapture) in FileSelectorParam() 237 return isCapture_; 245 bool isCapture_; member in OHOS::Ace::FileSelectorParam
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_controller_test.cpp | 130 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F() 160 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F() 531 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F()
|
H A D | dcamera_source_data_process_test.cpp | 141 captureInfo->isCapture_ = true; in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.cpp | 214 capture->isCapture_ = iter->isCapture_; in StartCapture()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 195 if ((info->streamType_ == CONTINUOUS_FRAME) || (!info->isCapture_)) { in StartCapture() 468 info->format_, info->streamType_, info->isCapture_); in CreatePhotoOutput() 493 info->format_, info->streamType_, info->isCapture_); in CreatePreviewOutput()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 1501 paintFilterCanvas->isCapture_ = false; in HWTEST_F() 1529 paintFilterCanvas->isCapture_ = false; in HWTEST_F() 1558 paintFilterCanvas->isCapture_ = false; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 1501 return isCapture_; in IsCapture() 1505 isCapture_ = isCapture; in SetCapture()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 365 bool isCapture_ = false; member
|