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:Flashd
(Results
1 - 25
of
27
) sorted by relevance
1
2
/base/update/updater/test/unittest/flashd_test/
H
A
D
flashd_unittest.cpp
34
using namespace
Flashd
;
56
std::unique_ptr<
Flashd
::Commander> commander_ = nullptr;
62
std::unique_ptr<
Flashd
::Commander> commander = nullptr;
in HWTEST_F()
63
Flashd
::UpdaterState ret = UpdaterState::DOING;
in HWTEST_F()
64
auto callbackFail = [&ret](
Flashd
::CmdType type,
Flashd
::UpdaterState state, const std::string &msg) {
in HWTEST_F()
67
commander =
Flashd
::CommanderFactory::GetInstance().CreateCommander(Hdc::CMDSTR_FORMAT_PARTITION, callbackFail);
in HWTEST_F()
96
std::unique_ptr<
Flashd
::Commander> commander = nullptr;
in HWTEST_F()
97
Flashd
::UpdaterState ret = UpdaterState::DOING;
in HWTEST_F()
98
auto callbackFail = [&ret](
Flashd
in HWTEST_F()
[all...]
H
A
D
flashd_utils_unittest.cpp
26
using namespace
Flashd
;
/base/update/updater/services/flashd/daemon/
H
A
D
daemon_updater.cpp
68
bool DaemonUpdater::SendToHost(
Flashd
::CmdType type,
Flashd
::UpdaterState state, const std::string &msg)
in SendToHost()
75
if (state ==
Flashd
::UpdaterState::DOING) {
in SendToHost()
86
if (state ==
Flashd
::UpdaterState::FAIL || state ==
Flashd
::UpdaterState::SUCCESS) {
in SendToHost()
87
uint8_t percentage = (state ==
Flashd
::UpdaterState::SUCCESS) ?
Flashd
::PERCENT_FINISH :
Flashd
::PERCENT_CLEAR;
in SendToHost()
93
buffer.push_back((state ==
Flashd
::UpdaterState::SUCCESS) ? Hdc::MSG_OK : Hdc::MSG_FAIL);
in SendToHost()
105
std::unique_ptr<
Flashd
[all...]
H
A
D
daemon_updater.h
38
bool SendToHost(
Flashd
::CmdType type,
Flashd
::UpdaterState state, const std::string &msg);
39
std::unique_ptr<
Flashd
::Commander> CreateCommander(const std::string &cmd);
43
std::unique_ptr<
Flashd
::Commander> commander_ = nullptr;
H
A
D
flashd_main.cpp
23
namespace
Flashd
{
namespace
27
REGISTER_MODE(
Flashd
, "updater.flashd.configfs");
H
A
D
commander_factory.h
25
namespace
Flashd
{
namespace
36
} // namespace
Flashd
H
A
D
erase_commander.h
21
namespace
Flashd
{
namespace
33
} // namespace
Flashd
H
A
D
flashd_utils.h
22
namespace
Flashd
{
namespace
30
} // namespace
Flashd
H
A
D
format_commander.h
22
namespace
Flashd
{
namespace
35
} // namespace
Flashd
H
A
D
flash_commander.h
21
namespace
Flashd
{
namespace
38
} // namespace
Flashd
H
A
D
update_commander.h
21
namespace
Flashd
{
namespace
37
} // namespace
Flashd
H
A
D
erase_commander.cpp
23
namespace
Flashd
{
namespace
71
} // namespace
Flashd
in PostCommand()
H
A
D
commander.cpp
20
namespace
Flashd
{
namespace
69
} // namespace
Flashd
in IsCallbackVaild()
H
A
D
commander_factory.cpp
24
namespace
Flashd
{
namespace
46
} // namespace
Flashd
in CreateCommander()
H
A
D
format_commander.cpp
23
namespace
Flashd
{
namespace
81
} // namespace
Flashd
in PostCommand()
H
A
D
flashd_utils.cpp
22
namespace
Flashd
{
namespace
71
} // namespace
Flashd
in SafeCloseFile()
H
A
D
commander.h
22
namespace
Flashd
{
namespace
66
} // namespace
Flashd
H
A
D
flash_commander.cpp
25
namespace
Flashd
{
namespace
121
} // namespace
Flashd
in PostCommand()
H
A
D
update_commander.cpp
30
namespace
Flashd
{
namespace
152
} // namespace
Flashd
in SaveLog()
/base/update/updater/services/include/flashd/
H
A
D
flashd.h
21
namespace
Flashd
{
namespace
54
} // namespace
Flashd
/base/update/updater/services/flashd/
H
A
D
partition.h
26
namespace
Flashd
{
namespace
H
A
D
partition.cpp
29
namespace
Flashd
{
namespace
/base/update/updater/services/flashd/common/
H
A
D
flashd_define.h
23
namespace
Flashd
{
namespace
/base/update/updater/services/flashd/image_writer/
H
A
D
image_writer.h
26
namespace
Flashd
{
namespace
63
} //
Flashd
/base/update/updater/services/
H
A
D
updater_utils.cpp
204
if (access(
Flashd
::FLASHD_FILE_PATH, 0) == 0 && !DeleteUpdaterPath(
Flashd
::FLASHD_FILE_PATH)) {
in PostUpdater()
Completed in 6 milliseconds
1
2