/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | event_checker.h | 34 static bool IsValidEventType(EventSubscribeModule module, const std::string &type);
|
H A D | event_checker.cpp | 34 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 D | napi_hiappevent_builder.cpp | 67 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 D | napi_hiappevent_watch.cpp | 263 if (!IsValidEventType(type)) {
in GetFilters()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_verify.h | 37 bool IsValidEventType(int eventType);
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/ |
H A D | napi_hiappevent_builder.h | 45 bool IsValidEventType(const napi_env env, const napi_value type);
|
/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/ |
H A D | js_keyboard_panel_manager.cpp | 100 !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 D | js_keyboard_delegate_setting.cpp | 228 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_DELEGATE, type) || in Subscribe() 257 !EventChecker::IsValidEventType(EventSubscribeModule::KEYBOARD_DELEGATE, type)) { in UnSubscribe()
|
H A D | js_panel.cpp | 357 !EventChecker::IsValidEventType(EventSubscribeModule::PANEL, type) || in Subscribe() 389 PARAM_CHECK_RETURN(env, EventChecker::IsValidEventType(EventSubscribeModule::PANEL, type), in UnSubscribe()
|
H A D | js_input_method_engine_setting.cpp | 340 !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 D | hiappevent_verify.cpp | 388 bool IsValidEventType(int eventType)
in IsValidEventType() function
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.cpp | 490 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_SETTING, type) || in Subscribe() 561 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_SETTING, type)) { in UnSubscribe()
|
H A D | js_get_input_method_controller.cpp | 354 PARAM_CHECK_RETURN(env, EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_CONTROLLER, type), in Subscribe() 388 !EventChecker::IsValidEventType(EventSubscribeModule::INPUT_METHOD_CONTROLLER, type)) { in UnSubscribe()
|