Home
last modified time | relevance | path

Searched refs:GetService (Results 1 - 18 of 18) sorted by relevance

/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp39 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 Dohos_account_kits_impl.cpp58 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 Dmodule_update_kits_impl.cpp60 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 Dsys_installer_kits_impl.cpp60 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 Dwallpaper_manager.cpp94 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 Dmock_geo_convert_service.h48 MOCK_METHOD(bool, GetService, ());
/base/startup/init/device_info/
H A Ddevice_info_kits.cpp83 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 Ddevice_info_kits.h52 sptr<IDeviceInfo> GetService(std::unique_lock<std::mutex> &lock);
/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dbase_service_kits_impl.h41 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 Dwatcher_manager_kits.cpp62 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 Dwatcher_manager_kits.h114 sptr<IWatcherManager> GetService(void);
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits_impl.h60 sptr<IModuleUpdate> GetService();
H A Dsys_installer_kits_impl.h41 sptr<ISysInstaller> GetService();
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_service.h101 bool GetService();
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H A Dohos_account_kits_impl.h71 sptr<IAccount> GetService();
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp204 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 Dwallpaper_manager.h191 sptr<IWallpaperService> GetService();
/base/startup/init/test/unittest/deviceinfo/
H A DDeviceInfoUnittest.cpp210 auto remotePtr = device_info::DeviceInfoKits::GetInstance().GetService(lock); in HWTEST_F()

Completed in 8 milliseconds