Home
last modified time | relevance | path

Searched refs:UpdateService (Results 1 - 4 of 4) sorted by relevance

/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp42 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 Dupdate_service_util_hmos.cpp46 sptr<UpdateService> service = UpdateService::GetInstance(); in GetUpgradeCallback()
/base/update/updateservice/services/engine/include/
H A Dupdate_service.h32 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 Dbase_callback_utils.cpp88 sptr<UpdateService> service = UpdateService::GetInstance(); in GetUpgradeCallback()

Completed in 2 milliseconds