Home
last modified time | relevance | path

Searched defs:interceptorTime (Results 1 – 4 of 4) sorted by relevance

/base/msdp/device_status/test/unittest/intention/cooperate/src/
Dinput_event_builder_test.cpp189 int64_t interceptorTime = 1; variable
568 int64_t interceptorTime = 1; variable
602 int64_t interceptorTime = 1; variable
636 int64_t interceptorTime = 1; variable
670 int64_t interceptorTime = 1; variable
Dinput_event_serialization_test.cpp289 int64_t interceptorTime = 1; variable
496 int64_t interceptorTime = 1; variable
512 int64_t interceptorTime = 1; variable
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
Dinput_event_serialization.cpp491 int32_t InputEventSerialization::SerializeInterceptorTime(int64_t interceptorTime, NetPacket &pkt) in SerializeInterceptorTime()
502 …t32_t InputEventSerialization::DeserializeInterceptorTime(NetPacket &pkt, int64_t &interceptorTime) in DeserializeInterceptorTime()
514 int64_t interceptorTime) in Marshalling()
555 int64_t &interceptorTime) in Unmarshalling()
Dinput_event_interceptor.cpp155 int64_t interceptorTime = Utility::GetSysClockTime(); in OnPointerEvent() local