Home
last modified time | relevance | path

Searched refs:GetConfigDataFromDatabase (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp276 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 Dmouse_transform_processor.h112 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 Dkey_auto_repeat_test.cpp276 * @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 Dkey_auto_repeat.h53 int32_t GetConfigDataFromDatabase(std::string &key, int32_t &value);
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp557 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 Dmouse_transform_processor.cpp926 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 Dtouchpad_transform_processor.h91 static void GetConfigDataFromDatabase(std::string &key, bool &value);
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp344 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