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:DeviceInfoList
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/interfaces/inner_api/hdi/
H
A
D
devmgr_hdi.h
74
struct
DeviceInfoList
{
struct
97
void (*FreeQueryDeviceList)(struct HDIDeviceManager *self, struct
DeviceInfoList
*list);
107
int32_t (*QueryUsableDeviceInfo)(struct HDIDeviceManager *self, struct
DeviceInfoList
*list);
117
int32_t (*QueryUnusableDeviceInfo)(struct HDIDeviceManager *self, struct
DeviceInfoList
*list);
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H
A
D
devmgr_client.c
31
static void DevmgrFreeQueryDeviceListImpl(struct
DeviceInfoList
*list);
44
static int32_t HdfObtainDeviceInfo(struct
DeviceInfoList
*list, struct HdfSBuf *reply)
in HdfObtainDeviceInfo()
80
static int32_t DevmgrQueryDeviceInfo(struct HDIDeviceManager *iDevMgr, struct
DeviceInfoList
*list, int32_t type)
in DevmgrQueryDeviceInfo()
119
static int32_t DevmgrQueryUsableDeviceInfo(struct HDIDeviceManager *self, struct
DeviceInfoList
*list)
in DevmgrQueryUsableDeviceInfo()
127
static int32_t DevmgrQueryUnusableDeviceInfo(struct HDIDeviceManager *self, struct
DeviceInfoList
*list)
in DevmgrQueryUnusableDeviceInfo()
136
static void DevmgrFreeQueryDeviceListImpl(struct
DeviceInfoList
*list)
in DevmgrFreeQueryDeviceListImpl()
151
static void DevmgrFreeQueryDeviceList(struct HDIDeviceManager *self, struct
DeviceInfoList
*list)
in DevmgrFreeQueryDeviceList()
/drivers/hdf_core/framework/test/fuzztest/devmgr_c_fuzzer/queryusabledeviceInfo_fuzzer/
H
A
D
queryusabledeviceInfo_fuzzer.cpp
30
struct
DeviceInfoList
list;
in QueryUnusableDeviceInfoFuzzTest()
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
H
A
D
service_manager_hdi_c_test.cpp
704
struct
DeviceInfoList
list;
in HWTEST_F()
717
struct
DeviceInfoList
list;
in HWTEST_F()
Completed in 4 milliseconds