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:CommandFunction
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/services/include/applypatch/
H
A
D
command_function.h
22
class
CommandFunction
{
class
24
virtual ~
CommandFunction
() = default;
32
CommandFunction
* GetCommandFunction(std::string command);
33
void RegistCommandFunction(std::string command, std::unique_ptr<
CommandFunction
> commandFunction);
34
std::unordered_map<std::string, std::unique_ptr<
CommandFunction
>> commandFunctionMap_;
/base/update/updater/services/applypatch/
H
A
D
command_process.h
22
class AbortCommandFn : public
CommandFunction
{
29
class NewCommandFn : public
CommandFunction
{
36
class ZeroAndEraseCommandFn : public
CommandFunction
{
43
class FreeCommandFn : public
CommandFunction
{
50
class StashCommandFn : public
CommandFunction
{
57
class DiffAndMoveCommandFn : public
CommandFunction
{
H
A
D
command_function.cpp
22
const std::unordered_map<std::string, std::function<std::unique_ptr<
CommandFunction
>()>> COMMANDFUNC = {
in RegistBlockUpdateCommandFunction()
44
CommandFunction
* CommandFunctionFactory::GetCommandFunction(std::string command)
in GetCommandFunction()
54
std::unique_ptr<
CommandFunction
> commandFunction)
in RegistCommandFunction()
H
A
D
transfer_manager.cpp
39
CommandFunction
* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd.GetCommandHead());
in CommandsExecute()
/base/update/updater/test/unittest/applypatch_test/
H
A
D
commandsfunction_unittest.cpp
40
CommandFunction
* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead());
in TestCommandFnExec()
107
CommandFunction
* cf = CommandFunctionFactory::GetInstance().GetCommandFunction(cmd->GetCommandHead());
in HWTEST_F()
Completed in 2 milliseconds