Searched refs:GetConfigDataFromDatabase (Results 1 - 8 of 8) sorted by relevance
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | key_auto_repeat.cpp | 276 if (GetConfigDataFromDatabase(name, delay) != RET_OK) { in GetKeyboardRepeatDelay() 294 if (GetConfigDataFromDatabase(name, rate) != RET_OK) { in GetKeyboardRepeatRate() 318 int32_t KeyAutoRepeat::GetConfigDataFromDatabase(std::string &key, int32_t &value) in GetConfigDataFromDatabase() function in OHOS::MMI::KeyAutoRepeat
|
/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_transform_processor.h | 112 static void GetConfigDataFromDatabase(std::string &key, bool &value); 114 static void GetConfigDataFromDatabase(std::string &key, int32_t &value);
|
/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | key_auto_repeat_test.cpp | 276 * @tc.desc: Test the funcation GetConfigDataFromDatabase 287 int32_t ret = keyAutoRepeat.GetConfigDataFromDatabase(key, value); in HWTEST_F() 292 ret = keyAutoRepeat.GetConfigDataFromDatabase(key, value); in HWTEST_F()
|
/foundation/multimodalinput/input/service/event_handler/include/ |
H A D | key_auto_repeat.h | 53 int32_t GetConfigDataFromDatabase(std::string &key, int32_t &value);
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 557 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadSwipeSwitch() 576 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadPinchSwitch() 595 GetConfigDataFromDatabase(name, rotateSwitch); in GetTouchpadRotateSwitch() 622 void TouchPadTransformProcessor::GetConfigDataFromDatabase(std::string &key, bool &value) in GetConfigDataFromDatabase() function in OHOS::MMI::TouchPadTransformProcessor 748 GetConfigDataFromDatabase(THREE_FINGER_TAP_KEY, switchFlag); in GetTouchpadThreeFingersTapSwitch()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 926 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadScrollSwitch() 946 GetConfigDataFromDatabase(name, state); in GetTouchpadScrollDirection() 966 GetConfigDataFromDatabase(name, switchFlag); in GetTouchpadTapSwitch() 986 GetConfigDataFromDatabase(name, speed); in GetTouchpadPointerSpeed() 1007 GetConfigDataFromDatabase(name, type); in GetTouchpadRightClickType() 1019 void MouseTransformProcessor::GetConfigDataFromDatabase(std::string &key, bool &value) in GetConfigDataFromDatabase() function in OHOS::MMI::MouseTransformProcessor 1029 void MouseTransformProcessor::GetConfigDataFromDatabase(std::string &key, int32_t &value) in GetConfigDataFromDatabase() function in OHOS::MMI::MouseTransformProcessor
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touchpad_transform_processor.h | 91 static void GetConfigDataFromDatabase(std::string &key, bool &value);
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touchpad_transform_processor_test.cpp | 344 ASSERT_NO_FATAL_FAILURE(processor.GetConfigDataFromDatabase(key, value)); in HWTEST_F() 349 * @tc.desc: Test the GetConfigDataFromDatabase method of the TouchPadTransformProcessor class 360 ASSERT_NO_FATAL_FAILURE(processor.GetConfigDataFromDatabase(key, value)); in HWTEST_F()
|
Completed in 27 milliseconds