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 - 6
of
6
) sorted by relevance
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H
A
D
driver.cpp
30
Driver
::
Driver
(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hdiConfig_(hdiConfig)
in Driver()
function in OHOS::UserIam::UserAuth::Driver
34
void
Driver
::OnHdiConnect()
in OnHdiConnect()
70
void
Driver
::OnHdiDisconnect()
in OnHdiDisconnect()
89
void
Driver
::OnFrameworkReady()
in OnFrameworkReady()
H
A
D
driver_manager.cpp
59
auto driver = Common::MakeShared<
Driver
>(hdiName, config);
in Start()
230
std::shared_ptr<
Driver
> DriverManager::GetDriverByServiceName(const std::string &serviceName)
in GetDriverByServiceName()
/base/useriam/user_auth_framework/frameworks/native/executors/include/
H
A
D
driver.h
30
class
Driver
: public NoCopyable {
class
32
Driver
(const std::string &serviceName, HdiConfig hdiConfig);
33
~
Driver
() override = default;
H
A
D
driver_manager.h
42
std::shared_ptr<
Driver
> GetDriverByServiceName(const std::string &serviceName);
51
std::map<std::string, std::shared_ptr<
Driver
>> serviceName2Driver_;
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H
A
D
scheduler.rs
119
/// `
Driver
` encapsulate event loop of epoll.
120
struct
Driver
{
structure names
125
impl
Driver
{
impls
139
call_debug_enter!("
Driver
::run");
in run()
143
info!(LOG_LABEL, "
Driver
stopped running");
in run()
491
let driver =
Driver
::new(epoll.clone(), is_running.clone());
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H
A
D
user_auth_driver_manager_fuzzer.cpp
263
std::shared_ptr<
Driver
> driver =
in FuzzDriverConnect()
275
std::shared_ptr<
Driver
> driver =
in FuzzDriverDisconnect()
Completed in 3 milliseconds