Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/interaction/
H A Ddm_device_info.rs56 pub fn device_name(&self) -> String { in device_name() method
59 let device_name = unsafe {CStr::from_ptr((*self.as_inner()).device_name)}; in device_name() localVariable
/aosp12/system/bt/service/common/bluetooth/
H A Dscan_filter.h37 const std::string& device_name() const { return device_name_; } in device_name() function
/ohos5.0/build/indep_configs/variants/default/
H A Dbuild_config.json3 "device_name": "rk3568", string
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py204 def delete_device_operation(self, device_name, *section): argument
220 def judgement_device_in_model(self, device_name): argument
/aosp12/system/core/init/
H A Duevent.h31 std::string device_name; member
H A Dblock_dev_initializer.cpp127 const std::string device_name(basename(device.c_str())); in InitDmDevice() local
/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr_dm_linear.h75 std::string device_name; member
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetoothCallback.aidl29 String device_name, in OnSspRequest()
/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dhw_info.c102 char *device_name) in hw_info_append_hw_type()
/aosp12/hardware/qcom/audio/hal/msm8974/
H A Dhw_info.c128 char *device_name) in hw_info_append_hw_type()
/aosp12/system/bt/gd/security/pairing/
H A Dclassic_pairing_handler.h45 std::string device_name, in ClassicPairingHandler()
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc302 std::string device_name = GetBlockDevicePartitionName(block_device); in ParseLinearExtentData() local
333 std::string device_name = GetBlockDevicePartitionName(block_device); in PrintMetadata() local
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c224 char device_name[10]; in main() local
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
H A Ddm_binding.rs54 pub device_name: *const c_char, field
/aosp12/system/apex/apexd/
H A Dapex_database.h41 std::string device_name; // Name of the dm verity device. member
H A Dapexd_loop.cpp91 std::string device_name = Basename(device_path); in ConfigureReadAhead() local
H A Dapex_database_test.cpp106 const std::string& mount_point, const std::string& device_name, in Contains()
/ohos5.0/build/hb/util/preloader/
H A Dpreloader_process_data.py295 def _get_device_info_v2(self, device_name, config_dir) -> dict: argument
/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Draw_gadget.h27 __u8 device_name[UDC_NAME_LENGTH_MAX]; member
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dfs_avb.cpp506 const std::string device_name(GetVerityDeviceName(*fstab_entry)); in TearDownAvbHashtree() local
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.cc338 bool HidlCameraProvider::ParseDeviceName(const hidl_string& device_name, in ParseDeviceName()
/aosp12/art/test/testrunner/
H A Dtestrunner.py821 def get_disabled_test_info(device_name): argument
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dfirewire.h96 char device_name[16]; member
/aosp12/frameworks/native/services/vr/virtual_touchpad/
H A DEvdevInjector.cpp64 int EvdevInjector::ConfigureBegin(const char* device_name, int16_t bustype, in ConfigureBegin()
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs50 pub device_name: [i8; DEVICE_NAME_BUF_LEN], field

123