Home
last modified time | relevance | path

Searched refs:UpdateServiceProxy (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp42 ENGINE_LOGE("UpdateServiceProxy WriteInterfaceToken fail"); \
53 int32_t UpdateServiceProxy::RegisterUpdateCallback(const UpgradeInfo &info, const sptr<IUpdateCallback> &updateCallback) in RegisterUpdateCallback()
56 ENGINE_LOGI("UpdateServiceProxy::RegisterUpdateCallback"); in RegisterUpdateCallback()
70 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::RegisterUpdateCallback", ret); in RegisterUpdateCallback()
74 int32_t UpdateServiceProxy::UnregisterUpdateCallback(const UpgradeInfo &info) in UnregisterUpdateCallback()
86 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::UnregisterUpdateCallback", ret); in UnregisterUpdateCallback()
90 int32_t UpdateServiceProxy::CheckNewVersion(const UpgradeInfo &info, BusinessError &businessError, in CheckNewVersion()
93 ENGINE_LOGI("UpdateServiceProxy::CheckNewVersion"); in CheckNewVersion()
104 RETURN_FAIL_WHEN_REMOTE_ERR("UpdateServiceProxy::CheckNewVersion", ret); in CheckNewVersion()
114 int32_t UpdateServiceProxy
[all...]
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_proxy.h24 class UpdateServiceProxy : public IRemoteProxy<IUpdateService> { class
26 explicit UpdateServiceProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IUpdateService>(impl) {} in UpdateServiceProxy() function in OHOS::UpdateEngine::UpdateServiceProxy
82 static inline BrokerDelegator<UpdateServiceProxy> delegator_;

Completed in 1 milliseconds