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:UpdateService
(Results
1 - 4
of
4
) sorted by relevance
/base/update/updateservice/services/engine/src/
H
A
D
update_service.cpp
42
REGISTER_SYSTEM_ABILITY_BY_ID(
UpdateService
, UPDATE_DISTRIBUTED_SERVICE_ID, true)
44
OHOS::sptr<
UpdateService
>
UpdateService
::updateService_ { nullptr };
46
void
UpdateService
::ClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote)
in OnRemoteDied()
49
sptr<
UpdateService
> service =
UpdateService
::GetInstance();
in OnRemoteDied()
55
UpdateService
::ClientProxy::ClientProxy(const UpgradeInfo &info, const sptr<IUpdateCallback> &callback)
in ClientProxy()
58
ENGINE_LOGI("
UpdateService
::ClientProxy constructor");
in ClientProxy()
63
ENGINE_LOGE("
UpdateService
::ClientProxy, new fail");
in ClientProxy()
67
void
UpdateService
96
UpdateService
::
UpdateService
(int32_t systemAbilityId, bool runOnCreate)
UpdateService()
function in OHOS::UpdateEngine::UpdateService
[all...]
H
A
D
update_service_util_hmos.cpp
46
sptr<
UpdateService
> service =
UpdateService
::GetInstance();
in GetUpgradeCallback()
/base/update/updateservice/services/engine/include/
H
A
D
update_service.h
32
class
UpdateService
: public SystemAbility, public UpdateServiceStub {
class
34
DECLARE_SYSTEM_ABILITY(
UpdateService
);
35
DISALLOW_COPY_AND_MOVE(
UpdateService
);
36
explicit
UpdateService
(int32_t systemAbilityId, bool runOnCreate = true);
37
~
UpdateService
() override;
96
static sptr<
UpdateService
> GetInstance();
139
static sptr<
UpdateService
> updateService_;
/base/update/updateservice/services/core/ability/callback/src/
H
A
D
base_callback_utils.cpp
88
sptr<
UpdateService
> service =
UpdateService
::GetInstance();
in GetUpgradeCallback()
Completed in 2 milliseconds