Home
last modified time | relevance | path

Searched refs:ArkWebScreenLockCallbackImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_screen_lock_callback_impl.h25 class ArkWebScreenLockCallbackImpl : public ArkWebScreenLockCallback {
26 IMPLEMENT_REFCOUNTING(ArkWebScreenLockCallbackImpl);
29ArkWebScreenLockCallbackImpl(std::shared_ptr<OHOS::NWeb::NWebScreenLockCallback> nweb_screen_lock_…
30 ~ArkWebScreenLockCallbackImpl() = default;
H A Dark_web_screen_lock_callback_impl.cpp22 ArkWebScreenLockCallbackImpl::ArkWebScreenLockCallbackImpl( in ArkWebScreenLockCallbackImpl() function in OHOS::ArkWeb::ArkWebScreenLockCallbackImpl
27 void ArkWebScreenLockCallbackImpl::Handle(bool key) in Handle()
H A Dark_web_nweb_wrapper.cpp690 … ark_web_nweb_->RegisterScreenLockFunction(window_id, new ArkWebScreenLockCallbackImpl(callback)); in RegisterScreenLockFunction()