Home
last modified time | relevance | path

Searched defs:maxUInt64 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp66 const uint64_t maxUInt64 = (std::numeric_limits<uint64_t>::max)() - 1; in OnEvent() local
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp323 const uint64_t maxUInt64 = (std::numeric_limits<uint64_t>::max)() - 1; variable