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:GetService
(Results
1 - 18
of
18
) sorted by relevance
/base/update/updateservice/interfaces/inner_api/engine/src/
H
A
D
update_service_kits_impl.cpp
39
auto updateService =
GetService
();
in RegisterUpdateCallback()
56
auto updateService =
GetService
();
in UnregisterUpdateCallback()
72
auto updateService =
GetService
();
in CheckNewVersion()
83
auto updateService =
GetService
();
in Download()
94
auto updateService =
GetService
();
in PauseDownload()
105
auto updateService =
GetService
();
in ResumeDownload()
116
auto updateService =
GetService
();
in Upgrade()
127
auto updateService =
GetService
();
in ClearError()
137
auto updateService =
GetService
();
in TerminateUpgrade()
148
auto updateService =
GetService
();
in GetNewVersionInfo()
[all...]
/base/account/os_account/frameworks/ohosaccount/native/src/
H
A
D
ohos_account_kits_impl.cpp
58
sptr<IAccount> OhosAccountKitsImpl::
GetService
()
in GetService()
function in OhosAccountKitsImpl
103
auto accountProxy =
GetService
();
in UpdateOhosAccountInfo()
114
auto accountProxy =
GetService
();
in SetOhosAccountInfo()
129
auto accountProxy =
GetService
();
in SetOhosAccountInfoByUserId()
150
auto accountProxy =
GetService
();
in QueryOhosAccountInfo()
161
auto accountProxy =
GetService
();
in GetOhosAccountInfo()
172
auto accountProxy =
GetService
();
in GetOhosAccountInfoByUserId()
190
auto accountProxy =
GetService
();
in QueryOhosAccountInfoByUserId()
201
auto accountProxy =
GetService
();
in QueryDeviceAccountId()
219
auto accountProxy =
GetService
();
in SubscribeDistributedAccountEvent()
[all...]
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H
A
D
module_update_kits_impl.cpp
60
sptr<IModuleUpdate> ModuleUpdateKitsImpl::
GetService
()
in GetService()
function in OHOS::SysInstaller::ModuleUpdateKitsImpl
103
auto moduleUpdate =
GetService
();
in InstallModulePackage()
114
auto moduleUpdate =
GetService
();
in UninstallModulePackage()
126
auto moduleUpdate =
GetService
();
in GetModulePackageInfo()
137
auto moduleUpdate =
GetService
();
in ExitModuleUpdate()
187
auto updateService =
GetService
();
in InitModuleUpdate()
200
auto moduleUpdate =
GetService
();
in GetHmpVersionInfo()
218
auto moduleUpdate =
GetService
();
in StartUpdateHmpPackage()
236
auto moduleUpdate =
GetService
();
in GetHmpUpdateResult()
H
A
D
sys_installer_kits_impl.cpp
60
sptr<ISysInstaller> SysInstallerKitsImpl::
GetService
()
in GetService()
function in OHOS::SysInstaller::SysInstallerKitsImpl
141
auto updateService =
GetService
();
in SysInstallerInit()
153
auto updateService =
GetService
();
in StartUpdatePackageZip()
171
auto updateService =
GetService
();
in SetUpdateCallback()
187
auto updateService =
GetService
();
in GetUpdateStatus()
199
auto updateService =
GetService
();
in StartUpdateParaZip()
215
auto updateService =
GetService
();
in StartDeleteParaZip()
232
auto updateService =
GetService
();
in AccDecompressAndVerifyPkg()
248
auto updateService =
GetService
();
in AccDeleteDir()
/base/theme/wallpaper_mgr/frameworks/native/src/
H
A
D
wallpaper_manager.cpp
94
sptr<IWallpaperService> WallpaperManager::
GetService
()
in GetService()
function in OHOS::WallpaperMgrService::WallpaperManager
144
auto service =
GetService
();
in CallService()
166
auto wallpaperServerProxy =
GetService
();
in GetColors()
179
auto wallpaperServerProxy =
GetService
();
in GetFile()
199
auto wallpaperServerProxy =
GetService
();
in SetWallpaper()
240
auto wallpaperServerProxy =
GetService
();
in SetWallpaper()
260
auto wallpaperServerProxy =
GetService
();
in SetVideo()
292
auto wallpaperServerProxy =
GetService
();
in SetCustomWallpaper()
328
auto wallpaperServerProxy =
GetService
();
in GetPixelMap()
404
auto wallpaperServerProxy =
GetService
();
in GetWallpaperId()
[all...]
/base/location/test/location_geocode/mock/include/
H
A
D
mock_geo_convert_service.h
48
MOCK_METHOD(bool,
GetService
, ());
/base/startup/init/device_info/
H
A
D
device_info_kits.cpp
83
sptr<IDeviceInfo> DeviceInfoKits::
GetService
(std::unique_lock<std::mutex> &lock)
in GetService()
function in OHOS::device_info::DeviceInfoKits
117
auto deviceService =
GetService
(lock);
in GetUdid()
137
auto deviceService =
GetService
(lock);
in GetSerialID()
H
A
D
device_info_kits.h
52
sptr<IDeviceInfo>
GetService
(std::unique_lock<std::mutex> &lock);
/base/update/updateservice/foundations/ability/sa_loader/include/
H
A
D
base_service_kits_impl.h
41
sptr<SERVICE>
GetService
();
74
template <typename SERVICE> sptr<SERVICE> BaseServiceKitsImpl<SERVICE>::
GetService
()
in GetService()
function in OHOS::UpdateEngine::BaseServiceKitsImpl
80
ENGINE_LOGI("
GetService
recreate service instance");
in GetService()
/base/startup/init/services/param/watcher/agent/
H
A
D
watcher_manager_kits.cpp
62
sptr<IWatcherManager> WatcherManagerKits::
GetService
(void)
in GetService()
function in OHOS::init_param::WatcherManagerKits
95
auto watcherManager =
GetService
();
in ReAddWatcher()
100
watcherManager =
GetService
();
in ReAddWatcher()
133
auto watcherManager =
GetService
();
in GetRemoteWatcher()
144
auto watcherManager =
GetService
();
in AddWatcher()
178
auto watcherManager =
GetService
();
in DelWatcher()
H
A
D
watcher_manager_kits.h
114
sptr<IWatcherManager>
GetService
(void);
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H
A
D
module_update_kits_impl.h
60
sptr<IModuleUpdate>
GetService
();
H
A
D
sys_installer_kits_impl.h
41
sptr<ISysInstaller>
GetService
();
/base/location/services/location_geocode/geocode/include/
H
A
D
geo_convert_service.h
101
bool
GetService
();
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
ohos_account_kits_impl.h
71
sptr<IAccount>
GetService
();
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_service.cpp
204
if (!
GetService
()) {
in GetAddressByCoordinate()
253
if (!
GetService
()) {
in GetAddressByLocationName()
267
bool GeoConvertService::
GetService
()
in GetService()
function in OHOS::Location::GeoConvertService
/base/theme/wallpaper_mgr/frameworks/native/include/
H
A
D
wallpaper_manager.h
191
sptr<IWallpaperService>
GetService
();
/base/startup/init/test/unittest/deviceinfo/
H
A
D
DeviceInfoUnittest.cpp
210
auto remotePtr = device_info::DeviceInfoKits::GetInstance().
GetService
(lock);
in HWTEST_F()
Completed in 8 milliseconds