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:driver
(Results
1 - 7
of
7
) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H
A
D
driver_manager.cpp
59
auto
driver
= Common::MakeShared<Driver>(hdiName, config);
in Start()
local
60
if (
driver
== nullptr) {
in Start()
61
IAM_LOGE("MakeShared for
driver
%{public}s failed", hdiName.c_str());
in Start()
64
serviceName2Driver_[hdiName] =
driver
;
in Start()
65
driver
->OnHdiConnect();
in Start()
66
IAM_LOGI("add
driver
%{public}s", hdiName.c_str());
in Start()
81
if (config.
driver
== nullptr) {
in HdiConfigIsValid()
82
IAM_LOGE("
driver
is nullptr");
in HdiConfigIsValid()
107
auto
driver
= DriverManager::GetInstance().GetDriverByServiceName(status.serviceName);
in SubscribeHdiDriverStatus()
108
if (
driver
in SubscribeHdiDriverStatus()
[all...]
H
A
D
driver.cpp
16
#include "
driver
.h"
43
IF_FALSE_LOGE_AND_RETURN(hdiConfig_.
driver
!= nullptr);
in OnHdiConnect()
44
hdiConfig_.
driver
->GetExecutorList(executorHdiList);
in OnHdiConnect()
84
IF_FALSE_LOGE_AND_RETURN(hdiConfig_.
driver
!= nullptr);
in OnHdiDisconnect()
85
hdiConfig_.
driver
->OnHdiDisconnect();
in OnHdiDisconnect()
/base/useriam/user_auth_framework/test/unittest/executors/
H
A
D
driver_manager_unit_test.cpp
64
config.
driver
= nullptr;
in HWTEST_F()
70
config.
driver
= Common::MakeShared<MockIAuthDriverHdi>();
in HWTEST_F()
84
config.
driver
= nullptr;
in HWTEST_F()
89
config.
driver
= Common::MakeShared<MockIAuthDriverHdi>();
in HWTEST_F()
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H
A
D
iam_executor_idriver_manager.h
41
/** The current
driver
. */
42
std::shared_ptr<IAuthDriverHdi>
driver
;
member
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H
A
D
user_auth_driver_manager_fuzzer.cpp
224
//
driver
manager forbids multiple invoke of Start(), it's config must be valid
in FuzzStart()
263
std::shared_ptr<Driver>
driver
=
in FuzzDriverConnect()
local
267
driver
->OnHdiConnect();
in FuzzDriverConnect()
275
std::shared_ptr<Driver>
driver
=
in FuzzDriverDisconnect()
local
279
driver
->OnHdiDisconnect();
in FuzzDriverDisconnect()
/base/print/print_fwk/services/print_service/include/
H
A
D
vendor_bsuni_driver.h
25
static void SetDriverWrapper(VendorBsuniDriver *
driver
);
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_bsuni_driver.cpp
27
void VendorBsuniDriver::SetDriverWrapper(VendorBsuniDriver *
driver
)
in SetDriverWrapper()
argument
30
g_driverWrapper =
driver
;
in SetDriverWrapper()
93
PRINT_HILOGW("
driver
released");
in AddPrinterToDiscovery()
109
PRINT_HILOGW("
driver
released");
in RemovePrinterFromDiscovery()
136
PRINT_HILOGW("
driver
released");
in AddPrinterToCups()
157
PRINT_HILOGW("
driver
released");
in RemovePrinterFromCups()
174
PRINT_HILOGW("
driver
released");
in OnCapabilityQueried()
191
PRINT_HILOGW("
driver
released");
in OnPropertiesQueried()
299
return "
driver
.bsuni";
in GetVendorName()
Completed in 3 milliseconds