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:ResetService
(Results
1 - 16
of
16
) sorted by relevance
/base/update/updateservice/foundations/ability/sa_loader/include/
H
A
D
base_service_kits_impl.h
44
virtual void
ResetService
(const wptr<IRemoteObject> &remote);
100
auto resetCallback = [this](const wptr<IRemoteObject> &remote) { this->
ResetService
(remote); };
in AddDeathRecipient()
111
ENGINE_LOGI("ResetRemoteService, do
ResetService
");
in ResetRemoteService()
118
template <typename SERVICE> void BaseServiceKitsImpl<SERVICE>::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::UpdateEngine::BaseServiceKitsImpl
120
ENGINE_LOGI("Remote is dead, do
ResetService
");
in ResetService()
/base/startup/init/device_info/
H
A
D
device_info_kits.h
36
void
ResetService
(const wptr<IRemoteObject> &remote);
H
A
D
device_info_kits.cpp
149
DelayedRefSingleton<DeviceInfoKits>::GetInstance().
ResetService
(remote);
in OnRemoteDied()
152
void DeviceInfoKits::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::device_info::DeviceInfoKits
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H
A
D
module_update_kits_impl.h
59
void
ResetService
(const wptr<IRemoteObject> &remote);
H
A
D
sys_installer_kits_impl.h
40
virtual void
ResetService
(const wptr<IRemoteObject> &remote);
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H
A
D
module_update_kits_impl.cpp
46
void ModuleUpdateKitsImpl::
ResetService
(const wptr<IRemoteObject>& remote)
in ResetService()
function in OHOS::SysInstaller::ModuleUpdateKitsImpl
97
DelayedRefSingleton<ModuleUpdateKitsImpl>::GetInstance().
ResetService
(remote);
in OnRemoteDied()
H
A
D
sys_installer_kits_impl.cpp
46
void SysInstallerKitsImpl::
ResetService
(const wptr<IRemoteObject>& remote)
in ResetService()
function in OHOS::SysInstaller::SysInstallerKitsImpl
96
SysInstallerKitsImpl::GetInstance().
ResetService
(remote);
in OnRemoteDied()
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
ohos_account_kits_impl.h
70
void
ResetService
(const wptr<IRemoteObject>& remote);
/base/startup/init/services/param/watcher/agent/
H
A
D
watcher_manager_kits.h
113
void
ResetService
(const wptr<IRemoteObject> &remote);
H
A
D
watcher_manager_kits.cpp
38
void WatcherManagerKits::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::init_param::WatcherManagerKits
86
DelayedRefSingleton<WatcherManagerKits>::GetInstance().
ResetService
(remote);
in OnRemoteDied()
/base/update/updateservice/interfaces/inner_api/engine/include/
H
A
D
update_service_kits_impl.h
91
void
ResetService
(const wptr<IRemoteObject> &remote) override;
/base/account/os_account/frameworks/ohosaccount/native/src/
H
A
D
ohos_account_kits_impl.cpp
40
void OhosAccountKitsImpl::
ResetService
(const wptr<IRemoteObject>& remote)
in ResetService()
function in OhosAccountKitsImpl
97
OhosAccountKitsImpl::GetInstance().
ResetService
(remote);
in OnRemoteDied()
/base/update/updateservice/interfaces/inner_api/engine/src/
H
A
D
update_service_kits_impl.cpp
274
void UpdateServiceKitsImpl::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::UpdateEngine::UpdateServiceKitsImpl
276
BaseServiceKitsImpl::
ResetService
(remote);
in ResetService()
278
ENGINE_LOGI("
ResetService
, remoteUpdateCallbackMap_: %{public}zu, retryTimes_: %{public}d",
in ResetService()
281
ENGINE_LOGI("
ResetService
, need resume register callback");
in ResetService()
284
ENGINE_LOGI("
ResetService
, reconnect service %{public}s", (updateService != nullptr) ? "success" : "fail");
in ResetService()
/base/theme/wallpaper_mgr/frameworks/native/include/
H
A
D
wallpaper_manager.h
190
void
ResetService
(const wptr<IRemoteObject> &remote);
/base/update/sys_installer/test/unittest/ipc_test/
H
A
D
sys_installer_ipc_test.cpp
185
SysInstallerKitsImpl::GetInstance().
ResetService
(remote);
in HWTEST_F()
/base/theme/wallpaper_mgr/frameworks/native/src/
H
A
D
wallpaper_manager.cpp
81
void WallpaperManager::
ResetService
(const wptr<IRemoteObject> &remote)
in ResetService()
function in OHOS::WallpaperMgrService::WallpaperManager
129
WallpaperManager::GetInstance().
ResetService
(remote);
in OnRemoteDied()
157
ResetService
(service);
in CallService()
Completed in 8 milliseconds