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:bus_
(Results
1 - 5
of
5
) sorted by relevance
/drivers/external_device_manager/utils/include/
H
A
D
ext_object.h
54
return
bus_
;
in GetBusName()
90
std::string
bus_
;
member in OHOS::ExternalDeviceManager::DriverInfo
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H
A
D
driver_info.cpp
37
cJSON_AddStringToObject(root, "bus", this->
bus_
.c_str());
in Serialize()
126
this->
bus_
= busType;
in UnSerialize()
H
A
D
drv_bundle_state_callback.cpp
78
tmpDrvInfo.
bus_
= data.second;
in ChangeValue()
106
EDM_LOGE(MODULE_PKG_MGR, "GetBusExtensionByName failed, bus:%{public}s", tmpDrvInfo.
bus_
.c_str());
in ParseToPkgInfoTables()
382
tmpDrvInfo.
bus_
.clear();
in ClearDriverInfo()
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H
A
D
usb_bus_extension_test.cpp
90
drvInfo->
bus_
= "USB";
in HWTEST_F()
123
drvInfo->
bus_
= BusType::BUS_TYPE_INVALID;
in HWTEST_F()
H
A
D
usb_driver_info_test.cpp
53
drvInfo->
bus_
= "USB";
in HWTEST_F()
66
ASSERT_EQ(newDriverInfo->
bus_
, "USB");
in HWTEST_F()
Completed in 3 milliseconds