Home
last modified time | relevance | path

Searched refs:device_handler_ (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/init/
H A Dblock_dev_initializer.cpp34 device_handler_ = std::make_unique<DeviceHandler>( in BlockDevInitializer()
52 device_handler_->HandleUevent(uevent); in InitMiscDevice()
102 device_handler_->HandleUevent(uevent); in HandleUevent()
140 device_handler_->HandleUevent(uevent); in InitDmDevice()
H A Dblock_dev_initializer.h41 std::unique_ptr<DeviceHandler> device_handler_; variable
H A Ddevices_test.cpp35 device_handler_.sysfs_mount_point_ = fake_sys_root.path; in TestGetSymlinks()
47 result = device_handler_.GetBlockDeviceSymlinks(uevent); in TestGetSymlinks()
60 DeviceHandler device_handler_; member in android::init::DeviceHandlerTester