/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/test/src/ |
H A D | crown_transform_processor_test.cpp | 69 MMI_HILOGD("device node name: %{public}s", vCrown_.GetDevPath().c_str()); in SetupCrown() 70 ASSERT_TRUE(libinput_.AddPath(vCrown_.GetDevPath())); in SetupCrown() 82 libinput_.RemovePath(vCrown_.GetDevPath()); in CloseCrown()
|
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/src/ |
H A D | general_device.cpp | 43 std::string GeneralDevice::GetDevPath() const in GetDevPath() function in OHOS::MMI::GeneralDevice 45 return (vDev_ != nullptr ? vDev_->GetDevPath() : std::string()); in GetDevPath()
|
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/ |
H A D | general_device.h | 40 std::string GetDevPath() const;
|
H A D | v_input_device.h | 85 std::string GetDevPath() const; 191 inline std::string VInputDevice::GetDevPath() const in GetDevPath() function
|
/ohos5.0/base/msdp/device_status/tools/vdev/include/ |
H A D | v_input_device.h | 86 std::string GetDevPath() const; 192 inline std::string VInputDevice::GetDevPath() const in GetDevPath() function
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/ |
H A D | disk_info_test_mock.h | 36 MOCK_METHOD0(GetDevPath, std::string(void));
|
H A D | disk_info_test.cpp | 464 EXPECT_CALL(*mock, GetDevPath()).WillOnce(testing::Return(devPath)); 465 std::string ret = mock->GetDevPath(); 635 diskInfo->GetDevPath();
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 71 std::cout << "device node name: " << vMouse_.GetDevPath() << std::endl; in SetupMouse() 72 ASSERT_TRUE(libinput_.AddPath(vMouse_.GetDevPath())); in SetupMouse() 84 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
|
H A D | mouse_transform_processor_test.cpp | 78 std::cout << "device node name: " << vMouse_.GetDevPath() << std::endl; in SetupMouse() 79 ASSERT_TRUE(libinput_.AddPath(vMouse_.GetDevPath())); in SetupMouse() 91 libinput_.RemovePath(vMouse_.GetDevPath()); in CloseMouse()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 153 return ((item.second != nullptr) && (item.second->GetDevPath() == devPath)); in FindDevice() 230 if (dev->GetDevPath() == devPath) { in RemoveDevice() 245 FI_HILOGI("Add device %{public}d:%{public}s", dev->GetId(), dev->GetDevPath().c_str()); in OnDeviceAdded()
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/src/ |
H A D | device_manager.cpp | 154 return ((item.second != nullptr) && (item.second->GetDevPath() == devPath)); in FindDevice() 230 if (dev->GetDevPath() == devPath) { in RemoveDevice() 245 FI_HILOGI("Add device %{public}d:%{private}s", dev->GetId(), dev->GetDevPath().c_str()); in OnDeviceAdded()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device.h | 82 std::string GetDevPath() const override; 225 inline std::string Device::GetDevPath() const in GetDevPath() function
|
/ohos5.0/base/msdp/device_status/intention/services/device_manager/include/ |
H A D | device.h | 82 std::string GetDevPath() const override; 225 inline std::string Device::GetDevPath() const in GetDevPath() function
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/test/ |
H A D | key_event_normalize_test.cpp | 67 std::cout << "device node name: " << vKeyboard_.GetDevPath() << std::endl; in SetupKeyboard() 68 ASSERT_TRUE(libinput_.AddPath(vKeyboard_.GetDevPath())); in SetupKeyboard() 79 libinput_.RemovePath(vKeyboard_.GetDevPath()); in CloseKeyboard()
|
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_transform_processor_test.cpp | 64 std::cout << "device node name: " << vTouchscreen_.GetDevPath() << std::endl; in SetupTouchscreen() 65 ASSERT_TRUE(libinput_.AddPath(vTouchscreen_.GetDevPath())); in SetupTouchscreen() 75 libinput_.RemovePath(vTouchscreen_.GetDevPath()); in CloseTouchscreen()
|
H A D | touchpad_transform_processor_test.cpp | 73 std::cout << "device node name: " << vTouchpad_.GetDevPath() << std::endl; in SetupTouchpad() 74 ASSERT_TRUE(libinput_.AddPath(vTouchpad_.GetDevPath())); in SetupTouchpad() 86 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()
|
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | input_event_handler_test.cpp | 76 std::cout << "device node name: " << vTouchpad_.GetDevPath() << std::endl; in SetupTouchpad() 77 ASSERT_TRUE(libinput_.AddPath(vTouchpad_.GetDevPath())); in SetupTouchpad() 88 libinput_.RemovePath(vTouchpad_.GetDevPath()); in CloseTouchpad()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/ |
H A D | disk_info.h | 53 std::string GetDevPath() const;
|
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/ |
H A D | i_device.h | 70 virtual std::string GetDevPath() const = 0;
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_device.h | 70 virtual std::string GetDevPath() const = 0;
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 216 FI_HILOGI(" device %{public}d:%{public}s", device->GetId(), device->GetDevPath().c_str()); in DispDeviceInfo() 246 packet << device->GetId() << device->GetDevPath() << device->GetSysPath() << device->GetBus() << in SerializeDevice()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 216 FI_HILOGI(" device %{public}d:%{private}s", device->GetId(), device->GetDevPath().c_str()); in DispDeviceInfo() 246 packet << device->GetId() << device->GetDevPath() << device->GetSysPath() << device->GetBus() << in SerializeDevice()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_info.cpp | 65 std::string DiskInfo::GetDevPath() const in GetDevPath() function in OHOS::StorageDaemon::DiskInfo
|