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:driverInfoExt_
(Results
1 - 5
of
5
) sorted by relevance
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H
A
D
driver_info.cpp
27
if (this->
driverInfoExt_
== nullptr) {
in Serialize()
28
EDM_LOGE(MODULE_COMMON, "Serialize error, this->
driverInfoExt_
is nullptr");
in Serialize()
31
this->
driverInfoExt_
->Serialize(extInfo);
in Serialize()
113
this->
driverInfoExt_
= busExt->GetNewDriverInfoExtObject();
in UnSerialize()
114
if (this->
driverInfoExt_
== nullptr) {
in UnSerialize()
115
EDM_LOGE(MODULE_COMMON, "error, this->
driverInfoExt_
is nullptr");
in UnSerialize()
120
int32_t ret = this->
driverInfoExt_
->UnSerialize(extInfo);
in UnSerialize()
H
A
D
drv_bundle_state_callback.cpp
109
tmpDrvInfo.
driverInfoExt_
= extInstance->ParseDriverInfo(metaMap);
in ParseToPkgInfoTables()
110
if (tmpDrvInfo.
driverInfoExt_
== nullptr) {
in ParseToPkgInfoTables()
385
tmpDrvInfo.
driverInfoExt_
= nullptr;
in ClearDriverInfo()
/drivers/external_device_manager/utils/include/
H
A
D
ext_object.h
86
return
driverInfoExt_
;
in GetInfoExt()
99
std::shared_ptr<DriverInfoExt>
driverInfoExt_
;
member in OHOS::ExternalDeviceManager::DriverInfo
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/
H
A
D
usb_driver_info_test.cpp
56
drvInfo->
driverInfoExt_
= usbDrvInfo;
in HWTEST_F()
69
UsbDriverInfo* newUsbDriverInfo = static_cast<UsbDriverInfo*>(newDriverInfo->
driverInfoExt_
.get());
in HWTEST_F()
H
A
D
usb_bus_extension_test.cpp
93
drvInfo->
driverInfoExt_
= usbDrvInfo;
in HWTEST_F()
Completed in 3 milliseconds