Home
last modified time | relevance | path

Searched refs:ENGINE_LOGI (Results 1 – 13 of 13) sorted by relevance

/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp41 ENGINE_LOGI("Remote is dead, reset service instance"); in ResetService()
77 ENGINE_LOGI("get remote object ok"); in GetService()
84 ENGINE_LOGI("RegisterUpdateCallback size %{public}zu", remoteUpdateCallbackMap_.size()); in GetService()
111 ENGINE_LOGI("OnCheckVersionDone status %{public}d", checkResultEx.isExistNewVersion); in OnCheckVersionDone()
119 ENGINE_LOGI("OnEvent progress %{public}d", eventInfo.eventId); in OnEvent()
142 ENGINE_LOGI("UnregisterUpdateCallback"); in UnregisterUpdateCallback()
150 ENGINE_LOGI("UpdateServiceKitsImpl::CheckNewVersion"); in CheckNewVersion()
160 ENGINE_LOGI("UpdateServiceKitsImpl::Download"); in Download()
169 ENGINE_LOGI("UpdateServiceKitsImpl::PauseDownload"); in PauseDownload()
178 ENGINE_LOGI("UpdateServiceKitsImpl::ResumeDownload"); in ResumeDownload()
[all …]
Dupdate_service_ondemand.cpp41ENGINE_LOGI("OnLoadSystemAbilitySuccess systemAbilityId: %{public}d, IRemoteObject result: %{publi… in OnLoadSystemAbilitySuccess()
67 ENGINE_LOGI("Waiting for CheckUpdaterSaLoaded"); in CheckUpdaterSaLoaded()
73ENGINE_LOGI("found OnLoad result: %{public}s", isUpdaterSaLoaded ? "succeed" : "failed"); in CheckUpdaterSaLoaded()
99 ENGINE_LOGI("systemAbilityId: %{public}d, load succeed", UPDATE_DISTRIBUTED_SERVICE_ID); in LoadUpdaterSa()
Dupdate_service_proxy.cpp42 ENGINE_LOGI("%{public}s is %{public}d", methodName, res); \
51 ENGINE_LOGI("UpdateServiceProxy::RegisterUpdateCallback"); in RegisterUpdateCallback()
87 ENGINE_LOGI("UpdateServiceProxy::CheckNewVersion"); in CheckNewVersion()
105 ENGINE_LOGI("UpdateServiceProxy::DownloadVersion"); in DownloadVersion()
126 ENGINE_LOGI("UpdateServiceProxy::PauseDownload"); in PauseDownload()
147 ENGINE_LOGI("UpdateServiceProxy::ResumeDownload"); in ResumeDownload()
168 ENGINE_LOGI("UpdateServiceProxy::DoUpdate, versionDigest %{public}s upgradeOptions %{public}d", in DoUpdate()
228 ENGINE_LOGI("UpdateServiceProxy::GetNewVersion"); in GetNewVersion()
250 ENGINE_LOGI("UpdateServiceProxy::GetNewVersionDescription"); in GetNewVersionDescription()
272 ENGINE_LOGI("UpdateServiceProxy::GetCurrentVersionInfo"); in GetCurrentVersionInfo()
[all …]
/base/update/updateservice/services/engine/src/
Dprogress_thread.cpp48 ENGINE_LOGI("StartProgress"); in StartProgress()
68 ENGINE_LOGI("ExecuteThreadFunc wait"); in ExecuteThreadFunc()
93 ENGINE_LOGI("StopDownload "); in StopDownload()
102 ENGINE_LOGI("download packageSize_: %zu ", packageSize_); in ProcessThreadExecute()
133 ENGINE_LOGI("Failed to download res %s", curl_easy_strerror(res)); in ProcessThreadExecute()
139 ENGINE_LOGI("Success to download"); in ProcessThreadExecute()
151 ENGINE_LOGI("ProcessThreadExit"); in ProcessThreadExit()
165 ENGINE_LOGI("StopDownlDownloadCallbackoad"); in DownloadCallback()
Dupdate_service.cpp82 ENGINE_LOGI("client DeathRecipient OnRemoteDied: %{public}s", upgradeInfo_.ToString().c_str()); in OnRemoteDied()
92 ENGINE_LOGI("UpdateService::ClientProxy constructor"); in ClientProxy()
112 ENGINE_LOGI("UpdateService::ClientProxy AddDeathRecipient in"); in AddDeathRecipient()
117 ENGINE_LOGI("UpdateService::ClientProxy AddDeathRecipient success"); in AddDeathRecipient()
124 ENGINE_LOGI("UpdateService::ClientProxy RemoveDeathRecipient in"); in RemoveDeathRecipient()
129 ENGINE_LOGI("UpdateService::ClientProxy RemoveDeathRecipient success"); in RemoveDeathRecipient()
166 ENGINE_LOGI("RegisterUpdateCallback"); in RegisterUpdateCallback()
182 ENGINE_LOGI("UnregisterUpdateCallback"); in UnregisterUpdateCallback()
205 ENGINE_LOGI("GetCheckResult start"); in GetCheckResult()
225 ENGINE_LOGI("GetNewVersion start"); in GetNewVersion()
[all …]
Dupdate_helper.cpp213 ENGINE_LOGI("ReadCurrentVersionInfo"); in ReadCurrentVersionInfo()
222 ENGINE_LOGI("WriteCurrentVersionInfo"); in WriteCurrentVersionInfo()
253 ENGINE_LOGI("ReadTaskInfo"); in ReadTaskInfo()
261 ENGINE_LOGI("WriteTaskInfo"); in WriteTaskInfo()
Dupdate_service_stub.cpp263 ENGINE_LOGI("RegisterUpdateCallbackStub"); in RegisterUpdateCallbackStub()
353 ENGINE_LOGI("UpdateServiceStub ReadInterfaceToken fail"); in OnRemoteRequest()
379 ENGINE_LOGI("UpdateServiceStub func code %{public}u", code); in OnRemoteRequest()
/base/update/updateservice/services/callback/src/
Dupdate_callback.cpp22 ENGINE_LOGI("OnCheckVersionDone isExistNewVersion %{public}d", checkResultEx.isExistNewVersion); in OnCheckVersionDone()
27 ENGINE_LOGI("OnEvent eventId %{public}d", eventInfo.eventId); in OnEvent()
Dupdate_callback_stub.cpp27 ENGINE_LOGI("UpdateCallbackStub ReadInterfaceToken fail"); in OnRemoteRequest()
31 ENGINE_LOGI("UpdateCallbackStub OnRemoteRequest code is %{public}d", code); in OnRemoteRequest()
Dupdate_callback_proxy.cpp23 ENGINE_LOGI("UpdateCallbackProxy::OnCheckVersionDone"); in OnCheckVersionDone()
49 ENGINE_LOGI("UpdateCallbackProxy::OnEvent"); in OnEvent()
/base/update/updateservice/services/ab_update/src/
Dupdate_service_ab_callback.cpp28ENGINE_LOGI("UpdateServiceAbCallback OnUpgradeProgress progress %d percent %d", updateStatus, perc… in OnUpgradeProgress()
Dupdate_service_ab_update.cpp30 ENGINE_LOGI("bootslots is [%s]", bootslots.c_str()); in IsAbUpdate()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h714 #define ENGINE_LOGI(fmt, ...) PRINT_LOG(UPDATE_INFO, Info, fmt, ##__VA_ARGS__) macro