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:commander_
(Results
1 - 3
of
3
) sorted by relevance
/base/update/updater/services/flashd/daemon/
H
A
D
daemon_updater.cpp
97
if (
commander_
!= nullptr) {
in SendToHost()
98
commander_
->PostCommand();
in SendToHost()
135
commander_
= CreateCommander(ctxNow.transferConfig.functionName.c_str());
in CheckCommand()
136
if (
commander_
== nullptr) {
in CheckCommand()
137
FLASHD_LOGE("
commander_
is null for cmd = %s", ctxNow.transferConfig.functionName.c_str());
in CheckCommand()
140
commander_
->DoCommand(ctxNow.transferConfig.options, ctxNow.transferConfig.fileSize);
in CheckCommand()
148
if (
commander_
== nullptr) {
in DataCommand()
149
FLASHD_LOGE("
commander_
is null");
in DataCommand()
161
commander_
->DoCommand(payload + PAYLOAD_FIX_RESERVER, pld.uncompressSize);
in DataCommand()
166
commander_
in EraseCommand()
[all...]
H
A
D
daemon_updater.h
43
std::unique_ptr<Flashd::Commander>
commander_
= nullptr;
member in Hdc::DaemonUpdater
/base/update/updater/test/unittest/flashd_test/
H
A
D
flashd_unittest.cpp
56
std::unique_ptr<Flashd::Commander>
commander_
= nullptr;
member in __anon4006::FLashServiceUnitTest
Completed in 2 milliseconds