Home
last modified time | relevance | path

Searched refs:INPUT_PARAMETER (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp32 constexpr size_t INPUT_PARAMETER { 2 }; variable
464 if (argc < INPUT_PARAMETER) { in SetPointerLocation()
496 if (argc == INPUT_PARAMETER) { in SetPointerLocation()
513 if (argc < INPUT_PARAMETER) { in SetCustomCursor()
537 if (argc == INPUT_PARAMETER) { in SetCustomCursor()
562 if (argc < INPUT_PARAMETER) { in SetCustomCursorSync()
586 if (argc == INPUT_PARAMETER) { in SetCustomCursorSync()
752 if (argc < INPUT_PARAMETER) { in SetPointerStyle()
784 if (argc == INPUT_PARAMETER) { in SetPointerStyle()
801 if (argc < INPUT_PARAMETER) { in SetPointerStyleSync()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp37 constexpr size_t INPUT_PARAMETER { 2 }; variable
251 if (argc < 1 || argc > INPUT_PARAMETER) { in GetDevice()
280 if (argc < INPUT_PARAMETER) { in SupportKeys()
324 if (argc == INPUT_PARAMETER) { in SupportKeys()