/ohos5.0/docs/en/application-dev/web/ |
H A D | web-geolocation-permission.md | 87 … event.geolocation.invoke(event.origin, false, false); // Deny access to the device location. 101 … event.geolocation.invoke(event.origin, false, false); // Deny access to the device location.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.cpp | 131 void Deny() in Deny() function in OHOS::Ace::Framework::CJWebPermissionRequest 134 webPermissionRequest_->Deny(); in Deny() 160 webPermissionRequest_->Deny(); in Grant() 212 request.Deny(); in RequestPermissionsFromUserWeb()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.3/ |
H A D | changelogs-access_token.md | 42 Before the change:<br>A dialog box containing **Allow** and **Deny** will be displayed for granting… 46 API 10 and earlier: A dialog box containing **Allow only while in use** and **Deny** will be displa…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_object_event.h | 91 virtual void Deny(void* object, int index) {}; in Deny() function
|
H A D | web_delegate_cross.h | 161 void Deny() const override;
|
H A D | web_delegate_cross.cpp | 416 void PermissionRequestImpl::Deny() const in Deny() function in OHOS::Ace::PermissionRequestImpl 423 obj->Deny(object_, index_); in Deny()
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | savebutton.md | 15 …box will be displayed to request user authorization. If the user clicks **Deny**, the dialog box w…
|
H A D | locationbutton.md | 16 …box will be displayed to request user authorization. If the user clicks **Deny**, the dialog box w…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 644 JSClass<JSWebPermissionRequest>::CustomMethod("deny", &JSWebPermissionRequest::Deny); in JSBind() 657 void Deny(const JSCallbackInfo& args) in Deny() function in OHOS::Ace::Framework::JSWebPermissionRequest 660 webPermissionRequest_->Deny(); in Deny() 694 webPermissionRequest_->Deny(); in Grant() 741 JSClass<JSScreenCaptureRequest>::CustomMethod("deny", &JSScreenCaptureRequest::Deny); in JSBind() 753 void Deny(const JSCallbackInfo& args) in Deny() function in OHOS::Ace::Framework::JSScreenCaptureRequest 756 request_->Deny(); in Deny() 777 request_->Deny(); in Grant() 783 request_->Deny(); in Grant()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 321 void Deny() const override; 372 void Deny() const override;
|
H A D | web_delegate.cpp | 361 void WebPermissionRequestOhos::Deny() const in Deny() function in OHOS::Ace::WebPermissionRequestOhos 426 void WebScreenCaptureRequestOhos::Deny() const in Deny() function in OHOS::Ace::WebScreenCaptureRequestOhos
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 685 virtual void Deny() const = 0; 701 virtual void Deny() const = 0;
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-Dialog.md | 378 value: 'Deny',
|