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:HmpUpdateInfo
(Results
1 - 11
of
11
) sorted by relevance
/base/update/sys_installer/interfaces/inner_api/include/
H
A
D
imodule_update.h
70
struct
HmpUpdateInfo
: public Parcelable {
struct
97
static
HmpUpdateInfo
*Unmarshalling(Parcel &parcel)
in Unmarshalling()
99
HmpUpdateInfo
*obj = new (std::nothrow)
HmpUpdateInfo
();
in Unmarshalling()
121
virtual std::vector<
HmpUpdateInfo
> GetHmpUpdateResult() = 0;
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H
A
D
module_update_proxy.cpp
213
std::vector<
HmpUpdateInfo
> ModuleUpdateProxy::GetHmpUpdateResult()
in GetHmpUpdateResult()
216
std::vector<
HmpUpdateInfo
> updateInfo {};
in GetHmpUpdateResult()
240
std::unique_ptr<
HmpUpdateInfo
> infoPtr(reply.ReadParcelable<
HmpUpdateInfo
>());
in GetHmpUpdateResult()
H
A
D
module_update_kits_impl.cpp
232
std::vector<
HmpUpdateInfo
> ModuleUpdateKitsImpl::GetHmpUpdateResult()
in GetHmpUpdateResult()
235
std::vector<
HmpUpdateInfo
> updateInfo {};
in GetHmpUpdateResult()
/base/update/sys_installer/frameworks/ipc_server/include/
H
A
D
module_update_service.h
39
std::vector<
HmpUpdateInfo
> GetHmpUpdateResult() override;
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H
A
D
module_update_kits.h
44
virtual std::vector<
HmpUpdateInfo
> GetHmpUpdateResult() = 0;
H
A
D
module_update_proxy.h
37
virtual std::vector<
HmpUpdateInfo
> GetHmpUpdateResult();
H
A
D
module_update_kits_impl.h
41
std::vector<
HmpUpdateInfo
> GetHmpUpdateResult() final;
/base/update/sys_installer/frameworks/ipc_server/src/
H
A
D
module_update_service.cpp
136
std::vector<
HmpUpdateInfo
> ModuleUpdateService::GetHmpUpdateResult()
in GetHmpUpdateResult()
139
std::vector<
HmpUpdateInfo
> updateInfo {};
in GetHmpUpdateResult()
149
HmpUpdateInfo
tmpUpdateInfo {};
in GetHmpUpdateResult()
H
A
D
module_update_stub.cpp
164
std::vector<
HmpUpdateInfo
> updateInfo = service->GetHmpUpdateResult();
in GetHmpUpdateResultStub()
/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/
H
A
D
imodule_update_fuzzer.cpp
57
std::vector<
HmpUpdateInfo
> updateInfo = moduleUpdateKits.GetHmpUpdateResult();
in FuzzModuleUpdateOther()
/base/update/sys_installer/tools/module_update_tool/
H
A
D
main.cpp
142
std::vector<
HmpUpdateInfo
> updateInfo = ModuleUpdateKits::GetInstance().GetHmpUpdateResult();
in GetResult()
Completed in 4 milliseconds