Searched refs:CLIENT_LOGI (Results 1 – 11 of 11) sorted by relevance
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_session.cpp | 46 CLIENT_LOGI("StartWork type: %{public}d", CAST_INT(sessionParams_.type)); in StartWork() 61 CLIENT_LOGI("UpdateSession::ExecuteWork workResult : %{public}d", workResult_); in ExecuteWork() 96 CLIENT_LOGI("UpdateAsyncSession::StartWork startIndex: %{public}zu", startIndex); in StartWork() 97 …CLIENT_LOGI("UpdateAsyncSession::totalArgc_ %{public}zu callbackNumber_: %{public}zu", totalArgc_,… in StartWork() 104 CLIENT_LOGI("CreateReference index:%u", static_cast<unsigned int>(i + startIndex)); in StartWork() 145 …CLIENT_LOGI("UpdateAsyncSession::NotifyJS callbackNumber_: %{public}d", static_cast<int32_t>(callb… in NotifyJS() 157 CLIENT_LOGI("UpdateAsyncSession::NotifyJS error exist"); in NotifyJS() 179 CLIENT_LOGI("UpdateAsyncSession::CompleteWork callbackNumber_: %{public}d, %{public}d", in CompleteWork() 192 CLIENT_LOGI("UpdateAsyncSessionNoCallback::CompleteWork callbackNumber_: %d", in CompleteWork() 198 CLIENT_LOGI("UpdatePromiseSession::StartWork"); in StartWork() [all …]
|
D | local_updater.cpp | 25 CLIENT_LOGI("LocalUpdater::Napi::NapiVerifyUpgradePackage"); in NapiVerifyUpgradePackage() 33 CLIENT_LOGI("LocalUpdater::Napi::NapiApplyNewVersion"); in NapiApplyNewVersion() 41 CLIENT_LOGI("LocalUpdater::Napi::NapiOn"); in NapiOn() 49 CLIENT_LOGI("LocalUpdater::Napi::NapiOff"); in NapiOff() 60 CLIENT_LOGI("LocalUpdater::LocalUpdater"); in LocalUpdater() 72 CLIENT_LOGI("LocalUpdater::Init"); in Init() 104 …CLIENT_LOGI("VerifyUpdatePackage StartWork %s, %s", upgradeFile.filePath.c_str(), certsFile.c_str(… in VerifyUpgradePackage() 130 CLIENT_LOGI("ApplyNewVersion %s", upgradeFiles[0].filePath.c_str()); in ApplyNewVersion()
|
D | update_module.cpp | 76 …CLIENT_LOGI("JsConstructor new UpdateClient subtype: %{public}d", upgradeInfo.businessType.subType… in JsConstructor() 80 CLIENT_LOGI("JsConstructor UpdateClient use cache"); in JsConstructor() 86 CLIENT_LOGI("delete js object"); in JsConstructor() 96 CLIENT_LOGI("JsConstructorRestorer, create native object"); in JsConstructorRestorer() 109 CLIENT_LOGI("JsConstructorLocalUpdater, create native object"); in JsConstructorLocalUpdater() 130 CLIENT_LOGI("CreateJsObject, napi_get_cb_info error"); in CreateJsObject() 210 CLIENT_LOGI("PauseDownload"); in PauseDownload() 218 CLIENT_LOGI("ResumeDownload"); in ResumeDownload() 233 CLIENT_LOGI("Upgrade"); in Upgrade() 241 CLIENT_LOGI("ClearError"); in ClearError() [all …]
|
D | restorer.cpp | 23 CLIENT_LOGI("Restorer::Napi::FactoryReset"); in FactoryReset() 34 CLIENT_LOGI("Restorer::Restorer"); in Restorer()
|
D | update_client.cpp | 30 CLIENT_LOGI("UpdateClient::Napi::NapiOn"); in NapiOn() 38 CLIENT_LOGI("UpdateClient::Napi::NapiOff"); in NapiOff() 110 CLIENT_LOGI("CancelUpgrade"); in CancelUpgrade() 162 CLIENT_LOGI("Download"); in Download() 374 CLIENT_LOGI("GetNewVersionDescription"); in GetNewVersionDescription() 416 CLIENT_LOGI("GetCurrentVersionDescription"); in GetCurrentVersionDescription() 453 …CLIENT_LOGI("NotifyCheckVersionDone businessError %{public}d", static_cast<int32_t> (businessError… in NotifyCheckVersionDone() 454 …CLIENT_LOGI("NotifyCheckVersionDone isExistNewVersion %{public}d", checkResultEx.isExistNewVersion… in NotifyCheckVersionDone() 460 CLIENT_LOGI("GetUpdateResult type %{public}d", type); in GetUpdateResult()
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | session_manager.cpp | 58 CLIENT_LOGI("RemoveSession sess"); in RemoveSession() 132 CLIENT_LOGI("ProcessUnsubscribe remove session"); in ProcessUnsubscribe() 162 … CLIENT_LOGI("Unsubscribe, remove session %{public}d without handle", listener->GetSessionId()); in Unsubscribe() 168 CLIENT_LOGI("Unsubscribe, remove session %{public}d", listener->GetSessionId()); in Unsubscribe() 223 CLIENT_LOGI("PublishToJS %{public}s", type.c_str()); in PublishToJS() 246 CLIENT_LOGI("PublishToJS GetType %{public}d", updateSession->GetType()); in PublishToJS() 262 CLIENT_LOGI("PublishToJS GetType unknown type"); in PublishToJS() 306 CLIENT_LOGI("SessionManager::Emit %{public}s", type.c_str()); in Emit() 339 CLIENT_LOGI("SessionManager::Emit 0x%{public}x", CAST_INT(eventClassifyInfo.eventClassify)); in Emit()
|
D | iupdater.cpp | 83 CLIENT_LOGI("StartSession type %{public}d argc %{public}zu callbackStartIndex %{public}d", in StartSession() 109 CLIENT_LOGI("NotifyEventInfo %{public}d", eventInfo.eventId); in NotifyEventInfo()
|
D | client_helper.cpp | 186 CLIENT_LOGI("BuildCurrentVersionInfo"); in BuildCurrentVersionInfo() 252 CLIENT_LOGI("ClientHelper::BuildTaskInfo"); in BuildTaskInfo() 285 CLIENT_LOGI("BuildVersionDescriptionInfo"); in BuildVersionDescriptionInfo() 421 CLIENT_LOGI("upgradePolicy autoUpgradeInterval"); in GetUpgradePolicyFromArg() 425 CLIENT_LOGI("upgradePolicy autoDownload:%d autoDownloadNet:%d", in GetUpgradePolicyFromArg() 504 …CLIENT_LOGI("GetVersionDigestInfoFromArg versionDigest:%{public}s", versionDigestInfo.versionDiges… in GetVersionDigestInfoFromArg() 532 CLIENT_LOGI("GetClearOptionsFromArg status:%{public}d", clearOptions.status); in GetOptionsFromArg() 556 …CLIENT_LOGI("ParseUpgradeFile fileType:%{public}d, filePath:%s", fileType, upgradeFile.filePath.c_… in ParseUpgradeFile() 587 CLIENT_LOGI("GetUpgradeFilesFromArg success, size:%{public}zu", upgradeFiles.size()); in GetUpgradeFilesFromArg() 607 CLIENT_LOGI("GetEventClassifyInfoFromArg eventClassify:0x%{public}x, extraInfo:%s", in GetEventClassifyInfoFromArg()
|
/base/update/updateservice/frameworks/js/napi/base/include/ |
D | client_helper.h | 92 CLIENT_LOGI("UpdateResult Release"); in Release() 113 CLIENT_LOGI("UpdateResult Release, unknow type"); in Release() 115 CLIENT_LOGI("UpdateResult Release finish"); in Release() 128 CLIENT_LOGI("UpdateResult operator type %{public}d", updateResult.type); 174 CLIENT_LOGI("UpdateResult unknow type");
|
D | update_define.h | 24 #define CLIENT_LOGI(format, ...) \ macro
|
/base/update/updateservice/test/unittest/update_client/ |
D | client_unittest.cpp | 144 …CLIENT_LOGI("g_testEnv.pakcageInfo.versionCode %s \n", g_testEnv.pakcageInfo.result[0].versionCode… in TestCheckNewVersion() 145 CLIENT_LOGI("info.result[0].versionCode %s \n", info.result[0].versionCode.c_str()); in TestCheckNewVersion()
|