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:devBusInfo
(Results
1 - 6
of
6
) sorted by relevance
/drivers/external_device_manager/test/unittest/device_manager_test/
H
A
D
device_manager_test.cpp
84
device->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_TEST;
in HWTEST_F()
85
device->devInfo_.
devBusInfo
.busDeviceId = 1;
in HWTEST_F()
101
device->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_TEST;
in HWTEST_F()
102
device->devInfo_.
devBusInfo
.busDeviceId = 1;
in HWTEST_F()
121
device0->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_TEST;
in HWTEST_F()
122
device0->devInfo_.
devBusInfo
.busDeviceId = 1;
in HWTEST_F()
126
device1->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_TEST;
in HWTEST_F()
127
device1->devInfo_.
devBusInfo
.busDeviceId = 2;
in HWTEST_F()
147
device0->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_TEST;
in HWTEST_F()
148
device0->devInfo_.
devBusInfo
in HWTEST_F()
[all...]
/drivers/external_device_manager/utils/include/
H
A
D
ext_object.h
109
devInfo_.
devBusInfo
.busType = busType;
in DeviceInfo()
110
devInfo_.
devBusInfo
.busDeviceId = busDeviceId;
in DeviceInfo()
115
return devInfo_.
devBusInfo
.busType;
in GetBusType()
123
return devInfo_.
devBusInfo
.busDeviceId;
in GetBusDevId()
136
}
devBusInfo
;
member
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H
A
D
usb_bus_extension_test.cpp
98
deviceInfo->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_USB;
in HWTEST_F()
119
deviceInfo4.devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_INVALID;
in HWTEST_F()
/drivers/external_device_manager/test/moduletest/drivers_pkg_manager_mt/
H
A
D
drivers_pkg_manager_mt.cpp
40
deviceInfo->devInfo_.
devBusInfo
.busType = BusType::BUS_TYPE_USB;
in PrintQueryMatchDriver()
/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
H
A
D
driverpkgmanager_fuzzer.cpp
41
devInfo->devInfo_.
devBusInfo
.busType = BUS_TYPE_USB;
in QueryMatchDriverIllegalBusTest()
/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H
A
D
driver_pkg_manager_test.cpp
155
devInfo->devInfo_.
devBusInfo
.busType = BUS_TYPE_INVALID;
in HWTEST_F()
Completed in 3 milliseconds