Home
last modified time | relevance | path

Searched refs:ENGINE_LOGD (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/update/updateservice/services/core/ability/alarm/src/
H A Dtimer_manager.cpp26 ENGINE_LOGD("TimerManager Constructor"); in TimerManager()
29 ENGINE_LOGD("TimerManager build timer result %{public}d", ret); in TimerManager()
34 ENGINE_LOGD("TimerManager Destructor"); in ~TimerManager()
59 ENGINE_LOGD("Looper EventType %{publoc}d triggered", CAST_INT(eventType)); in RegisterLooperEvent()
65ENGINE_LOGD("TimerManager registerLooperEvent EventType %{public}d success", CAST_INT(eventType)); in RegisterLooperEvent()
75 ENGINE_LOGD("EventType %{public}d has not been registered", CAST_INT(eventType)); in UnregisterLooperEvent()
84ENGINE_LOGD("TimerManager UnregisterLooperEvent EventType %{public}d success", CAST_INT(eventType)… in UnregisterLooperEvent()
/ohos5.0/base/update/updateservice/services/startup/manage/src/
H A Dstartup_manager.cpp34 ENGINE_LOGD("StartupManager constructor"); in StartupManager()
43 ENGINE_LOGD("StartupManager deConstructor"); in ~StartupManager()
75 ENGINE_LOGD("IdleLoop not idle"); in IdleLoop()
97 ENGINE_LOGD("IdleCheck check time not arrive: lastIdleCheckTime is %{public}s", in IdleCheck()
H A Dsystem_ability_operator.cpp75 ENGINE_LOGD("UpdateStartupOnDemandPolicy success"); in UpdateStartupOnDemandPolicy()
94 ENGINE_LOGD("UnloadSystemAbility success"); in UnloadSystemAbility()
115 ENGINE_LOGD("GetStartupOnDemandPolicy success"); in GetStartupOnDemandPolicy()
H A Dstartup_schedule_empty.cpp31 ENGINE_LOGD("StartupSchedule constructor"); in StartupSchedule()
36 ENGINE_LOGD("StartupSchedule deConstructor"); in ~StartupSchedule()
H A Dschedule_manager.cpp26 ENGINE_LOGD("ScheduleManager constructor"); in ScheduleManager()
33 ENGINE_LOGD("ScheduleManager deConstructor"); in ~ScheduleManager()
H A Dstartup_schedule.cpp33 ENGINE_LOGD("StartupSchedule constructor"); in StartupSchedule()
38 ENGINE_LOGD("StartupSchedule deConstructor"); in ~StartupSchedule()
/ohos5.0/base/update/updateservice/services/startup/access/src/
H A Ddefault_access.cpp24 ENGINE_LOGD("DefaultAccess constructor"); in DefaultAccess()
29 ENGINE_LOGD("DefaultAccess deConstructor"); in ~DefaultAccess()
H A Dfirmware_access.cpp26 ENGINE_LOGD("FirmwareAccess constructor"); in FirmwareAccess()
31 ENGINE_LOGD("FirmwareAccess deConstructor"); in ~FirmwareAccess()
H A Daccess_manager.cpp26 ENGINE_LOGD("AccessManager constructor"); in AccessManager()
31 ENGINE_LOGD("AccessManager deConstructor"); in ~AccessManager()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_notify.cpp32 ENGINE_LOGD("UpdateNotify"); in UpdateNotify()
37 ENGINE_LOGD("~UpdateNotify"); in ~UpdateNotify()
129 ENGINE_LOGD("NotifyConnection constructor"); in NotifyConnection()
/ohos5.0/base/update/updateservice/napi/include/
H A Dclient_contxt.h42 ENGINE_LOGD("ClientContext construct"); in ClientContext()
47 ENGINE_LOGD("~ClientContext destruct"); in ~ClientContext()
/ohos5.0/base/update/updateservice/services/utils/src/
H A Ddupdate_net_observer.cpp107 ENGINE_LOGD("OnNetChange callback result %{public}s", StringUtils::GetBoolStr(result).c_str()); in OnNetChange()
/ohos5.0/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp79ENGINE_LOGD("CallbackToHap upgradeCallback eventInfoStr %{public}s", eventInfo.ToJson().c_str()); in CallbackToHap()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp124 ENGINE_LOGD("FirmwareDownloadExecutor::DownloadCallback progress.status = %{public}d," in DownloadCallback()
/ohos5.0/base/update/updateservice/foundations/ability/log/include/
H A Dupdate_log.h120 #define ENGINE_LOGD(fmt, ...) PRINT_LOGD(UPDATE_LOG_TAG_ID, fmt, ##__VA_ARGS__) macro