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:ActionProcesser
(Results
1 - 3
of
3
) sorted by relevance
/base/update/sys_installer/frameworks/action_processer/src/
H
A
D
action_processer.cpp
25
ActionProcesser
&
ActionProcesser
::GetInstance()
in GetInstance()
27
static
ActionProcesser
instance;
in GetInstance()
31
bool
ActionProcesser
::IsRunning()
in IsRunning()
36
void
ActionProcesser
::AddAction(std::unique_ptr<IAction> action)
in AddAction()
51
void
ActionProcesser
::Start()
in Start()
71
void
ActionProcesser
::Stop()
in Stop()
89
void
ActionProcesser
::Suspend()
in Suspend()
92
LOG(WARNING) << "
ActionProcesser
not running or action empty";
in Suspend()
101
void
ActionProcesser
[all...]
/base/update/sys_installer/frameworks/action_processer/include/
H
A
D
action_processer.h
27
class
ActionProcesser
{
class
28
DISALLOW_COPY_MOVE(
ActionProcesser
);
30
static
ActionProcesser
&GetInstance();
45
ActionProcesser
() = default;
46
~
ActionProcesser
() = default;
/base/update/sys_installer/frameworks/installer_manager/src/
H
A
D
installer_manager_helper.cpp
39
ActionProcesser
::GetInstance().SetStatusManager(statusManager_);
in SysInstallerInit()
50
if (
ActionProcesser
::GetInstance().IsRunning()) {
in StartUpdatePackageZip()
51
LOG(ERROR) << "
ActionProcesser
IsRunning";
in StartUpdatePackageZip()
54
ActionProcesser
::GetInstance().AddAction(std::make_unique<PkgVerify>(statusManager_, pkgPath));
in StartUpdatePackageZip()
55
ActionProcesser
::GetInstance().AddAction(std::make_unique<ABUpdate>(statusManager_, pkgPath));
in StartUpdatePackageZip()
56
ActionProcesser
::GetInstance().Start();
in StartUpdatePackageZip()
Completed in 2 milliseconds