Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp348 std::string inputDevice = idh.GetInputDeviceById(1000);
387 std::string ret1 = idh.GetInputDeviceById(id);
393 std::string ret2 = idh.GetInputDeviceById(id);
399 std::string ret3 = idh.GetInputDeviceById(id);
743 ASSERT_NO_FATAL_FAILURE(inputDisplayBindHelper.GetInputDeviceById(1));
757 ASSERT_NO_FATAL_FAILURE(inputDisplayBindHelper.GetInputDeviceById(1));
793 std::string ret = inputDisplayBindHelper.GetInputDeviceById(id);
810 std::string ret1 = inputDisplayBindHelper.GetInputDeviceById(id);
816 std::string ret2 = inputDisplayBindHelper.GetInputDeviceById(id);
821 std::string ret3 = inputDisplayBindHelper.GetInputDeviceById(id);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp389 std::string deviceName = GetInputDeviceById(id); in AddDisplay()
420 std::string deviceName = GetInputDeviceById(id); in AddLocalDisplay()
436 std::string InputDisplayBindHelper::GetInputDeviceById(int32_t id) in GetInputDeviceById() function in OHOS::MMI::InputDisplayBindHelper
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_display_bind_helper.h91 std::string GetInputDeviceById(int32_t id);