Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetBusType
(Results
1 - 6
of
6
) sorted by relevance
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H
A
D
usb_bus_extension.cpp
60
BusType UsbBusExtension::
GetBusType
()
in GetBusType()
function in OHOS::ExternalDeviceManager::UsbBusExtension
112
if (device.
GetBusType
() != BusType::BUS_TYPE_USB) {
in MatchDriver()
114
(uint32_t)device.
GetBusType
(), (uint32_t)BusType::BUS_TYPE_USB);
in MatchDriver()
/drivers/external_device_manager/utils/include/
H
A
D
ibus_extension.h
33
virtual BusType
GetBusType
() = 0;
H
A
D
ext_object.h
56
BusType
GetBusType
() const
in GetBusType()
function in OHOS::ExternalDeviceManager::DriverInfo
113
BusType
GetBusType
() const
in GetBusType()
function in OHOS::ExternalDeviceManager::DeviceInfo
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H
A
D
driver_ext_mgr.cpp
128
switch (deviceInfo->
GetBusType
()) {
in QueryDevice()
132
device->busType = usbDeviceInfo->
GetBusType
();
in QueryDevice()
179
auto busType = deviceInfo->
GetBusType
();
in ParseToDeviceInfoData()
226
auto busType = driverInfo->
GetBusType
();
in ParseToDriverInfoData()
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/usb/
H
A
D
usb_bus_extension.h
42
BusType
GetBusType
() override;
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H
A
D
etx_device_mgr.cpp
150
BusType type = deviceInfo->
GetBusType
();
in RemoveDeviceOfDeviceMap()
226
BusType type = devInfo->
GetBusType
();
in RegisterDevice()
286
BusType type = devInfo->
GetBusType
();
in UnRegisterDevice()
Completed in 4 milliseconds