Home
last modified time | relevance | path

Searched refs:IsValidEventType (Results 1 - 13 of 13) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/common/
H A Devent_checker.h34 static bool IsValidEventType(EventSubscribeModule module, const std::string &type);
H A Devent_checker.cpp34 bool EventChecker::IsValidEventType(EventSubscribeModule module, const std::string &type) in IsValidEventType() function in OHOS::MiscServices::EventChecker
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp67 bool NapiHiAppEventBuilder::IsValidEventType(const napi_env env, const napi_value type) in IsValidEventType() function in OHOS::HiviewDFX::NapiHiAppEventBuilder
73 if (!NapiUtil::IsNumber(env, type) || !OHOS::HiviewDFX::IsValidEventType(NapiUtil::GetInt32(env, type))) { in IsValidEventType()
101 && IsValidEventType(env, NapiUtil::GetProperty(env, eventInfo, TYPE_PROPERTY)) in IsValidEventInfo()
108 && IsValidEventType(env, params[1]) // 1 means the index of event type in IsOldWriteParams()
H A Dnapi_hiappevent_watch.cpp263 if (!IsValidEventType(type)) { in GetFilters()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h37 bool IsValidEventType(int eventType);
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_hiappevent_builder.h45 bool IsValidEventType(const napi_env env, const napi_value type);
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp100 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_PANEL_MANAGER, type) || in Subscribe()
123 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_PANEL_MANAGER, type)) { in UnSubscribe()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.cpp228 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_DELEGATE, type) || in Subscribe()
257 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_DELEGATE, type)) { in UnSubscribe()
H A Djs_panel.cpp357 !EventChecker::IsValidEventType(EventSubscribeModule::PANEL, type) || in Subscribe()
389 PARAM_CHECK_RETURN(env, EventChecker::IsValidEventType(EventSubscribeModule::PANEL, type), in UnSubscribe()
H A Djs_input_method_engine_setting.cpp340 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_ABILITY, type) || in Subscribe()
497 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_ABILITY, type)) { in UnSubscribe()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp388 bool IsValidEventType(int eventType) in IsValidEventType() function
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_setting.cpp490 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_SETTING, type) || in Subscribe()
561 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_SETTING, type)) { in UnSubscribe()
H A Djs_get_input_method_controller.cpp354 PARAM_CHECK_RETURN(env, EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_CONTROLLER, type), in Subscribe()
388 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_CONTROLLER, type)) { in UnSubscribe()

Completed in 12 milliseconds