Home
last modified time | relevance | path

Searched refs:GetDevPath (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/crown_transform_processor/test/src/
H A Dcrown_transform_processor_test.cpp69 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 Dgeneral_device.cpp43 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 Dgeneral_device.h40 std::string GetDevPath() const;
H A Dv_input_device.h85 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 Dv_input_device.h86 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 Ddisk_info_test_mock.h36 MOCK_METHOD0(GetDevPath, std::string(void));
H A Ddisk_info_test.cpp464 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 Dmouse_event_normalize_test.cpp71 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 Dmouse_transform_processor_test.cpp78 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 Ddevice_manager.cpp153 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 Ddevice_manager.cpp154 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 Ddevice.h82 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 Ddevice.h82 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 Dkey_event_normalize_test.cpp67 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 Dtouch_transform_processor_test.cpp64 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 Dtouchpad_transform_processor_test.cpp73 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 Dinput_event_handler_test.cpp76 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 Ddisk_info.h53 std::string GetDevPath() const;
/ohos5.0/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h70 virtual std::string GetDevPath() const = 0;
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_device.h70 virtual std::string GetDevPath() const = 0;
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp216 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 Dinput_device_mgr.cpp216 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 Ddisk_info.cpp65 std::string DiskInfo::GetDevPath() const in GetDevPath() function in OHOS::StorageDaemon::DiskInfo