Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/stubhandleallocsocketfd_fuzzer/
H A Dstubhandleallocsocketfd_fuzzer.cpp117 MMIService::GetInstance()->ReadTouchpadRotateSwitch(g_rotateSwitchFlag); in StubHandleAllocSocketFdFuzzTest()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/
H A Dmmi_service.h193 int32_t ReadTouchpadRotateSwitch(bool &rotateSwitch);
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp2148 int32_t MMIService::ReadTouchpadRotateSwitch(bool &rotateSwitch) in ReadTouchpadRotateSwitch() function in OHOS::MMI::MMIService
2423 return this->ReadTouchpadRotateSwitch(rotateSwitch); in GetTouchpadRotateSwitch()