Home
last modified time | relevance | path

Searched refs:Deny (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/en/application-dev/web/
H A Dweb-geolocation-permission.md87 … 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 Dcj_web_ffi.cpp131 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 Dchangelogs-access_token.md42 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 Dweb_object_event.h91 virtual void Deny(void* object, int index) {}; in Deny() function
H A Dweb_delegate_cross.h161 void Deny() const override;
H A Dweb_delegate_cross.cpp416 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 Dsavebutton.md15 …box will be displayed to request user authorization. If the user clicks **Deny**, the dialog box w…
H A Dlocationbutton.md16 …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 Djs_web.cpp644 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 Dweb_delegate.h321 void Deny() const override;
372 void Deny() const override;
H A Dweb_delegate.cpp361 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 Dweb_event.h685 virtual void Deny() const = 0;
701 virtual void Deny() const = 0;
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-Dialog.md378 value: 'Deny',