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
defs:busType
(Results
1 - 23
of
23
) sorted by relevance
/drivers/external_device_manager/services/native/driver_extension_manager/include/bus_extension/core/
H
A
D
bus_extension_core.h
47
void RegisterBusExtension(BusType
busType
)
in RegisterBusExtension()
argument
/drivers/external_device_manager/test/fuzztest/drivers_pkg_manager_fuzzer/driverpkgmanager_fuzzer/
H
A
D
driverpkgmanager_fuzzer.cpp
38
int
busType
= *(static_cast<const uint8_t *>(data));
in QueryMatchDriverIllegalBusTest()
local
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
H
A
D
bus_extension_core.cpp
81
int32_t BusExtensionCore::Register(BusType
busType
, std::shared_ptr<IBusExtension> busExtension)
in Register()
argument
108
BusType
busType
in GetBusExtensionByName()
local
[all...]
/drivers/external_device_manager/frameworks/native/
H
A
D
driver_ext_mgr_client.cpp
99
UsbErrCode DriverExtMgrClient::QueryDevice(uint32_t
busType
, std::vector<std::shared_ptr<DeviceData>> &devices)
in QueryDevice()
argument
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H
A
D
driver_info.cpp
106
string
busType
= GetStringValue(jsonObj, "bus");
in UnSerialize()
local
/drivers/external_device_manager/services/zidl/src/
H
A
D
driver_ext_mgr_stub.cpp
50
uint32_t
busType
= 0;
in OnQueryDevice()
local
H
A
D
driver_ext_mgr_proxy.cpp
25
UsbErrCode DriverExtMgrProxy::QueryDevice(uint32_t
busType
, std::vector<std::shared_ptr<DeviceData>> &devices)
in QueryDevice()
argument
H
A
D
driver_ext_mgr_types.cpp
101
BusType
busType
= static_cast<BusType>(busTypeData);
in UnMarshalling()
local
127
os << "{
busType
in Dump()
local
163
os << "{
busType
:" <<
busType
<< ", ";
Dump()
local
261
BusType
busType
= DeviceInfoData::GetBusTypeByDeviceId(deviceId);
UnMarshalling()
local
[all...]
/drivers/external_device_manager/interfaces/innerkits/
H
A
D
driver_ext_mgr_types.h
50
BusType
busType
;
member in OHOS::ExternalDeviceManager::DeviceData
114
BusType
busType
;
member in OHOS::ExternalDeviceManager::DriverInfoData
/drivers/external_device_manager/utils/include/
H
A
D
ext_object.h
134
BusType
busType
;
member
/drivers/external_device_manager/test/unittest/driver_extension_manager_client_test/
H
A
D
driver_extension_manager_client_test.cpp
160
uint32_t
busType
= static_cast<uint32_t>(BusType::BUS_TYPE_INVALID);
in HWTEST_F()
local
169
uint32_t
busType
= static_cast<uint32_t>(BusType::BUS_TYPE_USB);
in HWTEST_F()
local
/drivers/hdf_core/framework/model/network/wifi/include/
H
A
D
hdf_wifi_config.h
58
uint8_t
busType
;
member
92
uint8_t
busType
;
member
H
A
D
hdf_wlan_config.h
78
uint8_t
busType
;
member
/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H
A
D
etx_device_mgr.cpp
325
vector<shared_ptr<DeviceInfo>> ExtDeviceManager::QueryDevice(const BusType
busType
)
in QueryDevice()
argument
431
BusType
busType
= *reinterpret_cast<BusType *>(&deviceId);
in QueryDeviceByDeviceID()
local
[all...]
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H
A
D
driver_ext_mgr.cpp
113
UsbErrCode DriverExtMgr::QueryDevice(uint32_t
busType
, std::vector<std::shared_ptr<DeviceData>> &devices)
in QueryDevice()
argument
179
auto
busType
= deviceInfo->GetBusType();
in ParseToDeviceInfoData()
local
226
auto
busType
= driverInfo->GetBusType();
ParseToDriverInfoData()
local
[all...]
/drivers/hdf_core/framework/include/wifi/
H
A
D
hdf_ibus_intf.h
37
uint8_t
busType
;
member
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/
H
A
D
vibrator_driver_type.h
78
uint8_t
busType
; // enum VibratorBusType
member
/drivers/hdf_core/framework/model/sensor/driver/include/
H
A
D
sensor_platform_if.h
79
uint8_t
busType
; // enum SensorBusType
member
/drivers/external_device_manager/frameworks/js/napi/device_manager/
H
A
D
device_manager_middle.cpp
340
BusType
busType
= DeviceInfoData::GetBusTypeByDeviceId(deviceInfo->deviceId);
in ConvertToJsDeviceInfo()
local
409
int32_t
busType
= BusType::BUS_TYPE_USB;
in QueryDevices()
local
[all...]
/drivers/hdf_core/framework/model/input/driver/
H
A
D
hdf_input_device_manager.h
94
uint16_t
busType
;
member
H
A
D
input_config.h
45
uint8_t
busType
;
member
117
uint8_t
busType
;
member
H
A
D
hdf_touch.c
952
uint8_t
busType
= config->bus.
busType
;
in TouchSetupBus()
local
/drivers/peripheral/input/interfaces/include/
H
A
D
input_type.h
255
uint16_t
busType
; /**< Bus type */
member
Completed in 12 milliseconds