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:ShowLogRes
(Results
1 - 6
of
6
) sorted by relevance
/base/update/updater/services/
H
A
D
updater_ui.cpp
116
GetFacade().
ShowLogRes
(res == UPDATE_CORRUPT ? TR(LOGRES_VERIFY_FAILED) : TR(LOGRES_UPDATE_FAILED));
in DEFINE_ASYN_CALLBACK()
120
GetFacade().
ShowLogRes
(TR(LABEL_UPD_OK_DONE));
in DEFINE_ASYN_CALLBACK()
146
GetFacade().
ShowLogRes
(res == UPDATE_CORRUPT ? TR(LOGRES_VERIFY_FAILED) : TR(LOGRES_UPDATE_FAILED));
in DEFINE_ASYN_CALLBACK()
150
GetFacade().
ShowLogRes
(TR(LABEL_UPD_OK_DONE));
in DEFINE_ASYN_CALLBACK()
203
GetFacade().
ShowLogRes
(TR(LOG_WIPE_FAIL));
in DEFINE_ASYN_CALLBACK()
H
A
D
updater_main.cpp
475
UPDATER_UI_INSTANCE.
ShowLogRes
(TR(LABEL_UPD_OK_SHUTDOWN));
in DoUpdatePackages()
627
UPDATER_UI_INSTANCE.
ShowLogRes
(
642
UPDATER_UI_INSTANCE.
ShowLogRes
(TR(LOGRES_WIPE_FAIL));
645
UPDATER_UI_INSTANCE.
ShowLogRes
(TR(LOGRES_WIPE_FINISH));
850
UPDATER_UI_INSTANCE.
ShowLogRes
(
/base/update/updater/test/unittest/updater_ui_test/
H
A
D
updater_ui_facade_unittest.cpp
50
UPDATER_UI_INSTANCE.
ShowLogRes
(log);
in HWTEST_F()
65
UPDATER_UI_INSTANCE.
ShowLogRes
(log);
in HWTEST_F()
/base/update/updater/services/ui/
H
A
D
updater_ui_empty.h
41
void
ShowLogRes
(const std::string &tag, bool isClear = false) const {}
in ShowLogRes()
function in Updater::UpdaterUiEmpty
H
A
D
updater_ui_facade.h
38
void
ShowLogRes
(const std::string &tag, bool isClear = false) const;
H
A
D
updater_ui_facade.cpp
78
void UpdaterUiFacade::
ShowLogRes
(const std::string &tag, bool isClear) const
in ShowLogRes()
function in Updater::UpdaterUiFacade
Completed in 3 milliseconds