Home
last modified time | relevance | path

Searched refs:Grant (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp143 void Grant(std::vector<std::string>& args) in Grant() function in OHOS::Ace::Framework::CJWebPermissionRequest
155 webPermissionRequest_->Grant(resources); in Grant()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h90 virtual void Grant(void* object, const int resourcesId, int index) {}; in Grant() function in OHOS::Ace::WebPermissionRequestObject
H A Dweb_delegate_cross.h164 void Grant(std::vector<std::string>& resources) const override;
H A Dweb_delegate_cross.cpp396 void PermissionRequestImpl::Grant(std::vector<std::string>& resources) const in Grant() function in OHOS::Ace::PermissionRequestImpl
412 obj->Grant(object_, resourcesId, index_); in Grant()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp300 void WebPermissionRequestOhos::Grant(std::vector<std::string>& resources) const {} in Grant() function in OHOS::Ace::WebPermissionRequestOhos
308 void WebScreenCaptureRequestOhos::Grant() const {} in Grant() function in OHOS::Ace::WebScreenCaptureRequestOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h328 void Grant(std::vector<std::string>& resources) const override;
381 void Grant() const override;
H A Dweb_delegate.cpp393 void WebPermissionRequestOhos::Grant(std::vector<std::string>& resources) const in Grant() function in OHOS::Ace::WebPermissionRequestOhos
441 void WebScreenCaptureRequestOhos::Grant() const in Grant() function in OHOS::Ace::WebScreenCaptureRequestOhos
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h701 virtual void Grant(std::vector<std::string>& resources) const = 0;
719 virtual void Grant() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp644 JSClass<JSWebPermissionRequest>::CustomMethod("grant", &JSWebPermissionRequest::Grant); in JSBind()
687 void Grant(const JSCallbackInfo& args) in Grant() function in OHOS::OHOS::Ace::Framework::JSWebPermissionRequest
711 webPermissionRequest_->Grant(resources); in Grant()
740 JSClass<JSScreenCaptureRequest>::CustomMethod("grant", &JSScreenCaptureRequest::Grant); in JSBind()
768 void Grant(const JSCallbackInfo& args) in Grant() function in OHOS::OHOS::Ace::Framework::JSScreenCaptureRequest
786 request_->Grant(); in Grant()

Completed in 35 milliseconds