Searched refs:GetBindDisplayNameByInputDevice (Results 1 – 5 of 5) sorted by relevance
246 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));
169 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::InputDisplayBindHelper
62 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;77 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;
189 std::string BindInfos::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::MMI::BindInfos334 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice() function in OHOS::MMI::InputDisplayBindHelper338 return infos_->GetBindDisplayNameByInputDevice(inputDeviceId); in GetBindDisplayNameByInputDevice()
1715 std::string screenId = bindInfo_.GetBindDisplayNameByInputDevice(deviceId); in UpdateDisplayInfo()