Home
last modified time | relevance | path

Searched refs:GetBindDisplayNameByInputDevice (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp246 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(1), std::string("think 123"));
247 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(2), std::string("hp 223"));
248 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(3), std::string());
251 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(1), std::string());
252 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(2), std::string("hp 223"));
254 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(1), std::string());
255 ASSERT_EQ(bindInfo.GetBindDisplayNameByInputDevice(2), std::string());
669 ASSERT_NO_FATAL_FAILURE(bindInfos.GetBindDisplayNameByInputDevice(1));
H A Dmock.cpp169 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::InputDisplayBindHelper
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_display_bind_helper.h62 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;
77 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp189 std::string BindInfos::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::MMI::BindInfos
334 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::MMI::InputDisplayBindHelper
338 return infos_->GetBindDisplayNameByInputDevice(inputDeviceId); in GetBindDisplayNameByInputDevice()
H A Dinput_windows_manager.cpp1715 std::string screenId = bindInfo_.GetBindDisplayNameByInputDevice(deviceId); in UpdateDisplayInfo()