/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/ |
H A D | dcamera_capture_info_cmd_test.cpp | 39 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 50 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 60 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 71 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 81 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 92 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 109 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 120 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 131 "IsCapture": true, "EncodeType": 1, "StreamType": 1, 142 "IsCapture" [all...] |
H A D | dcamera_protocol_test.cpp | 51 "IsCapture":true, "EncodeType": 1, "StreamType": 1,
|
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/ |
H A D | base_consumer.cpp | 50 bool BaseConsumer::IsCapture() in IsCapture() function in OHOS::Sharing::BaseConsumer
|
H A D | base_consumer.h | 61 virtual bool IsCapture();
|
H A D | media_channel.cpp | 948 if (!(consumer_->IsCapture())) { in InitPlayController()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 204 bool IsCapture() const; 235 bool IsCapture() override
|
H A D | web_object_event.h | 133 virtual bool IsCapture(void* object) = 0;
|
H A D | web_delegate_cross.cpp | 588 bool WebFileChooserImpl::IsCapture() const in IsCapture() function in OHOS::Ace::WebFileChooserImpl 595 return obj->IsCapture(object_); in IsCapture() 1436 auto isCapture = webFileChooser->IsCapture(); in OnShowFileChooser()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 288 bool IsCapture() const;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 74 "DataSpace": 1, "IsCapture":true, "EncodeType": 1, "StreamType": 1,
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 106 if (LIKELY(!rscanvas.IsCapture())) { in HDRConvert()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 286 bool FileSelectorParamOhos::IsCapture() in IsCapture() function in OHOS::Ace::FileSelectorParamOhos
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 1499 bool RSPaintFilterCanvas::IsCapture() const in IsCapture() function in OHOS::Rosen::RSPaintFilterCanvas
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 704 RS_LOGD("HDR hasHdrPresent_:%{public}d", canvas.IsCapture()); in CaptureSurface()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 241 bool IsCapture() override;
|
H A D | web_delegate.cpp | 336 bool FileSelectorParamOhos::IsCapture() in IsCapture() function in OHOS::Ace::FileSelectorParamOhos 339 return param_->IsCapture(); in IsCapture()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 116 virtual bool IsCapture() = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1404 JSClass<JSFileSelectorParam>::CustomMethod("isCapture", &JSFileSelectorParam::IsCapture); in JSBind() 1428 void IsCapture(const JSCallbackInfo& args) in IsCapture() function in OHOS::OHOS::Ace::Framework::JSFileSelectorParam 1430 auto isCapture = JSVal(ToJSValue(param_->IsCapture())); in IsCapture()
|