Home
last modified time | relevance | path

Searched refs:ReadTouchpadPointerSpeed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp113 MMIService::GetInstance()->ReadTouchpadPointerSpeed(tmpfd); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h189 int32_t ReadTouchpadPointerSpeed(int32_t &speed);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2124 int32_t MMIService::ReadTouchpadPointerSpeed(int32_t &speed) in ReadTouchpadPointerSpeed() function in OHOS::MMI::MMIService
2287 return this->ReadTouchpadPointerSpeed(speed); in GetTouchpadPointerSpeed()