Home
last modified time | relevance | path

Searched refs:TakePhotoParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h41 struct TakePhotoParams { struct
60 using TakePhotoImpl = std::function<void(const TakePhotoParams&)>; argument
64 void TakePhoto(const TakePhotoParams& params) in TakePhoto()
H A Dcamera_element.h56 void TakePhoto(const TakePhotoParams& params);
116 TakePhotoParams callbackIds_;
H A Dcamera_element.cpp581 const TakePhotoParams& params) { in SetMethodCall()
763 void CameraElement::TakePhoto(const TakePhotoParams& params) in TakePhoto()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_camera.cpp109 TakePhotoParams DOMCamera::GetParamFromJson(const std::string& args) const in GetParamFromJson()
113 TakePhotoParams takePhotoParams; in GetParamFromJson()
H A Ddom_camera.h41 TakePhotoParams GetParamFromJson(const std::string& args) const;