Home
last modified time | relevance | path

Searched refs:GetSysPath (Results 1 - 17 of 17) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Ddisk_test.cpp55 auto result3 = disk.GetSysPath(); in HWTEST_F()
121 EXPECT_EQ(result->GetSysPath(), sysPath); in HWTEST_F()
/foundation/filemanagement/storage_service/test/fuzztest/disk_fuzzer/
H A Ddisk_fuzzer.cpp31 disk.GetSysPath(); in FileUtilFuzzTest()
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Ddisk.h34 std::string GetSysPath();
/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_info_test_mock.h38 MOCK_METHOD0(GetSysPath, std::string(void));
H A Ddisk_info_test.cpp508 * @tc.desc: Verify the GetSysPath function.
531 EXPECT_CALL(*mock, GetSysPath()).WillOnce(testing::Return(sysPath)); in HWTEST_F()
532 std::string ret = mock->GetSysPath(); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Ddisk.cpp35 std::string Disk::GetSysPath() in GetSysPath() function in OHOS::StorageManager::Disk
/foundation/multimodalinput/input/libudev/test/
H A Dcustom_udev_test.cpp155 EXPECT_EQ(udev_device_new_from_syspath(nullptr, testDevice_.GetSysPath()), nullptr); in HWTEST_F()
233 testDevice_.GetSysPath() + std::string("/") + udev_device_get_sysname(device)); in HWTEST_F()
283 EXPECT_STREQ(udev_device_get_syspath(parent), testDevice_.GetSysPath()); in HWTEST_F()
301 EXPECT_NE(udev_device_get_syspath(parent), testDevice_.GetSysPath()); in HWTEST_F()
H A Dtest_device.h191 auto GetSysPath() in GetSysPath() function
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h86 std::string GetSysPath() const;
196 inline std::string VInputDevice::GetSysPath() const in GetSysPath() function in OHOS::MMI::VInputDevice
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h71 virtual std::string GetSysPath() const = 0;
/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_info.h55 std::string GetSysPath() const;
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp69 diskInfo.GetSysPath(), diskInfo.GetDevVendor(), in NotifyDiskCreated()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h83 std::string GetSysPath() const override;
230 inline std::string Device::GetSysPath() const in GetSysPath() function in OHOS::Msdp::DeviceStatus::Device
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp217 FI_HILOGI(" sysPath: \"%{private}s\"", device->GetSysPath().c_str()); in DispDeviceInfo()
246 packet << device->GetId() << device->GetDevPath() << device->GetSysPath() << device->GetBus() << in SerializeDevice()
/foundation/filemanagement/storage_service/services/storage_manager/disk/test/
H A Ddisk_manager_service_test.cpp335 GTEST_LOG_(INFO) << result[0].GetSysPath(); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp70 std::string DiskInfo::GetSysPath() const in GetSysPath() function in OHOS::StorageDaemon::DiskInfo
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp246 FI_HILOGI(" sysPath: \"%{private}s\"", dev->GetSysPath().c_str()); in OnDeviceAdded()

Completed in 9 milliseconds