/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_screen_lock_callback_wrapper.cpp | 27 void ArkWebScreenLockCallbackWrapper::Handle(bool key) in Handle() function in OHOS::ArkWeb::ArkWebScreenLockCallbackWrapper 29 ark_web_screen_lock_callback_->Handle(key); in Handle()
|
H A D | ark_web_output_frame_callback_wrapper.cpp | 27 bool ArkWebOutputFrameCallbackWrapper::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle() function in OHOS::ArkWeb::ArkWebOutputFrameCallbackWrapper 29 return ark_web_output_frame_callback_->Handle(buffer, width, height); in Handle()
|
H A D | ark_web_screen_lock_callback_wrapper.h | 32 void Handle(bool key) override;
|
H A D | ark_web_output_frame_callback_wrapper.h | 32 bool Handle(const char* buffer, uint32_t width, uint32_t height) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_screen_lock_callback_impl.cpp | 27 void ArkWebScreenLockCallbackImpl::Handle(bool key) in Handle() function in OHOS::ArkWeb::ArkWebScreenLockCallbackImpl 29 nweb_screen_lock_callback_->Handle(key); in Handle()
|
H A D | ark_web_output_frame_callback_impl.cpp | 27 bool ArkWebOutputFrameCallbackImpl::Handle(const char* buffer, uint32_t width, uint32_t height) in Handle() function in OHOS::ArkWeb::ArkWebOutputFrameCallbackImpl 29 return nweb_output_frame_callback_->Handle(buffer, width, height); in Handle()
|
H A D | ark_web_screen_lock_callback_impl.h | 32 void Handle(bool key) override;
|
H A D | ark_web_output_frame_callback_impl.h | 32 bool Handle(const char* buffer, uint32_t width, uint32_t height) override;
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | js_util_test.cpp | 62 static napi_value Handle(napi_env env, napi_callback_info info, const Action &action)
in Handle() function 71 return Handle(env, info, [env](napi_value in) -> napi_value {
in GetInt32() 79 return Handle(env, info, [env](napi_value in) -> napi_value {
in GetInt64() 87 return Handle(env, info, [env](napi_value in) -> napi_value {
95 return Handle(env, info, [env](napi_value in) -> napi_value {
103 return Handle(env, info, [env](napi_value in) -> napi_value {
111 return Handle(env, info, [env](napi_value in) -> napi_value {
119 return Handle(env, info, [env](napi_value in) -> napi_value {
127 return Handle(env, info, [env](napi_value in) -> napi_value {
135 return Handle(en [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_screen_lock_callback.h | 28 virtual void Handle(bool key) = 0;
|
H A D | ark_web_output_frame_callback.h | 28 virtual bool Handle(const char* buffer, uint32_t width, uint32_t height) = 0;
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | isys_event_callback.h | 25 virtual void Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType,
|
H A D | hisysevent_listener_proxy.h | 48 void Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType,
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | isys_event_callback.h | 26 virtual void Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType,
|
H A D | sys_event_callback_proxy.h | 31 void Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType,
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | border_rule.h | 31 bool Handle(PhoneNumberMatch* match, icu::UnicodeString& message);
|
H A D | negative_rule.h | 27 icu::UnicodeString Handle(icu::UnicodeString& src);
|
H A D | code_rule.h | 30 PhoneNumberMatch* Handle(PhoneNumberMatch* phoneNumberMatch, icu::UnicodeString& message);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | sys_event_callback_proxy.cpp | 24 void SysEventCallbackProxy::Handle(const std::u16string& domain, const std::u16string& eventName, uint32_t eventType, in Handle() function in OHOS::HiviewDFX::SysEventCallbackProxy
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
H A D | hisysevent_listener_proxy.cpp | 22 void HiSysEventListenerProxy::Handle(const std::u16string& domain, const std::u16string& eventName, in Handle() function in OHOS::HiviewDFX::HiSysEventListenerProxy
|
H A D | sys_event_callback_stub.cpp | 62 Handle(domain, eventName, eventType, eventDetail); in OnRemoteRequest()
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_enhance_surface_adapter.cpp | 33 bool Handle(const char* buffer, uint32_t width, uint32_t height) override
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/ |
H A D | negative_rule.cpp | 52 icu::UnicodeString NegativeRule::Handle(icu::UnicodeString& src) in Handle() function in OHOS::Global::I18n::NegativeRule
|
H A D | border_rule.cpp | 59 bool BorderRule::Handle(PhoneNumberMatch* match, icu::UnicodeString& message) in Handle() function in OHOS::Global::I18n::BorderRule
|
/base/global/i18n/frameworks/intl/test/fuzztest/regexrule_fuzzer/ |
H A D | regexrule_fuzzer.cpp | 43 regexRule->Handle(possibleNumber, regex); in DoSomethingInterestingWithMyAPI()
|