Home
last modified time | relevance | path

Searched refs:TIME_HILOGE (Results 1 - 25 of 26) sorted by relevance

12

/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp36 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write descriptor"); in SetTime()
40 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write time"); in SetTime()
44 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write apiVersion"); in SetTime()
50 TIME_HILOGE(TIME_MODULE_CLIENT, "SetTime failed, error code is: %{public}d", result); in SetTime()
62 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write descriptor"); in CreateTimer()
66 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write type"); in CreateTimer()
70 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write repeat"); in CreateTimer()
74 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write disposable"); in CreateTimer()
78 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed to write interval"); in CreateTimer()
82 TIME_HILOGE(TIME_MODULE_CLIEN in CreateTimer()
[all...]
H A Dtimer_call_back_proxy.cpp42 TIME_HILOGE(TIME_MODULE_CLIENT, "write descriptor failed!"); in NotifyTimer()
47 TIME_HILOGE(TIME_MODULE_CLIENT, "write timerId failed!"); in NotifyTimer()
51 TIME_HILOGE(TIME_MODULE_CLIENT, "write timerCallback failed!"); in NotifyTimer()
56 TIME_HILOGE(TIME_MODULE_CLIENT, "SendRequest is failed, error code: %{public}d", ret); in NotifyTimer()
H A Dtimer_notify_callback_proxy.cpp42 TIME_HILOGE(TIME_MODULE_CLIENT, "write descriptor failed!"); in Finish()
47 TIME_HILOGE(TIME_MODULE_CLIENT, "write timerId failed!"); in Finish()
52 TIME_HILOGE(TIME_MODULE_CLIENT, "SendRequest is failed, error code: %{public}d", ret); in Finish()
/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp82 TIME_HILOGE(TIME_MODULE_SERVICE, " end##descriptor checked fail"); in OnRemoteRequest()
111 TIME_HILOGE(TIME_MODULE_SERVICE, "not system applications"); in OnSetTime()
116 TIME_HILOGE(TIME_MODULE_SERVICE, "permission check setTime failed"); in OnSetTime()
131 TIME_HILOGE(TIME_MODULE_SERVICE, "not system applications"); in OnSetTimeZone()
136 TIME_HILOGE(TIME_MODULE_SERVICE, "permission check setTime failed"); in OnSetTimeZone()
150 TIME_HILOGE(TIME_MODULE_SERVICE, " end##ret = %{public}d", ret); in OnGetTimeZone()
164 TIME_HILOGE(TIME_MODULE_SERVICE, " end##ret = %{public}d", ret); in OnGetThreadTimeMs()
178 TIME_HILOGE(TIME_MODULE_SERVICE, " end##ret = %{public}d", ret); in OnGetThreadTimeNs()
190 TIME_HILOGE(TIME_MODULE_SERVICE, "not system applications"); in OnCreateTimer()
202 TIME_HILOGE(TIME_MODULE_SERVIC in OnCreateTimer()
[all...]
H A Dtimer_notify_callback_stub.cpp27 TIME_HILOGE(TIME_MODULE_SERVICE, "failed,descripter is not matched!"); in OnRemoteRequest()
H A Dtimer_call_back_stub.cpp26 TIME_HILOGE(TIME_MODULE_SERVICE, " failed, descriptor is not matched!"); in OnRemoteRequest()
/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp64 TIME_HILOGE(TIME_MODULE_SERVICE, "delete corrupt database failed, ret: %{public}d", ret); in TimeDatabase()
85 TIME_HILOGE(TIME_MODULE_SERVICE, "delete corrupt database failed, ret: %{public}d", ret); in RecoverDataBase()
118 TIME_HILOGE(TIME_MODULE_SERVICE, "store_ is nullptr"); in Insert()
125 TIME_HILOGE(TIME_MODULE_SERVICE, "insert values failed, ret: %{public}d", ret); in Insert()
134 TIME_HILOGE(TIME_MODULE_SERVICE, "Insert values after RecoverDataBase failed, ret: %{public}d", ret); in Insert()
144 TIME_HILOGE(TIME_MODULE_SERVICE, "store_ is nullptr"); in Update()
151 TIME_HILOGE(TIME_MODULE_SERVICE, "update values failed, ret: %{public}d", ret); in Update()
160 TIME_HILOGE(TIME_MODULE_SERVICE, "Update values after RecoverDataBase failed, ret: %{public}d", ret); in Update()
170 TIME_HILOGE(TIME_MODULE_SERVICE, "store_ is nullptr"); in Query()
185 TIME_HILOGE(TIME_MODULE_SERVIC in Delete()
[all...]
H A Dtimer_handler.cpp47 TIME_HILOGE(TIME_MODULE_SERVICE, "epoll_create %{public}d failed: %{public}s", in Create()
55 TIME_HILOGE(TIME_MODULE_SERVICE, "timerfd_create %{public}d failed: %{public}s", in Create()
73 TIME_HILOGE(TIME_MODULE_SERVICE, "epoll_ctl(EPOLL_CTL_ADD) failed: %{public}s", strerror(errno)); in Create()
81 TIME_HILOGE(TIME_MODULE_SERVICE, "timerfd_settime() failed: %{public}s", strerror(errno)); in Create()
116 TIME_HILOGE(TIME_MODULE_SERVICE, "Set timer to kernel. ret: %{public}d. error: %{public}s.", in Set()
H A Dtimer_proxy.cpp75 TIME_HILOGE(TIME_MODULE_SERVICE, "callback alarm is nullptr!"); in CallbackAlarmIfNeed()
135 TIME_HILOGE(TIME_MODULE_SERVICE, "Uid: %{public}d doesn't exist in the proxy list." PRId64 "", uid); in ProxyTimer()
149 TIME_HILOGE(TIME_MODULE_SERVICE, "ProxyTimer Callback is nullptr!"); in ProxyTimer()
176 TIME_HILOGE(TIME_MODULE_SERVICE, "Pid: %{public}d doesn't exist in the proxy list." PRId64 "", pid); in PidProxyTimer()
191 TIME_HILOGE(TIME_MODULE_SERVICE, "ProxyTimer Callback is nullptr!"); in PidProxyTimer()
212 TIME_HILOGE(TIME_MODULE_SERVICE, "adjust timer is nullptr!"); in AdjustTimer()
282 TIME_HILOGE(TIME_MODULE_SERVICE, "Callback is nullptr!"); in ResetProxyMaps()
301 TIME_HILOGE(TIME_MODULE_SERVICE, "Callback is nullptr!"); in ResetProxyPidMaps()
363 TIME_HILOGE(TIME_MODULE_SERVICE, "record uid timer map alarm is nullptr!"); in RecordUidTimerMap()
387 TIME_HILOGE(TIME_MODULE_SERVIC in RecordPidTimerMap()
[all...]
H A Dtimer_manager.cpp113 TIME_HILOGE(TIME_MODULE_SERVICE, "Create Timer handle failed."); in GetInstance()
124 TIME_HILOGE(TIME_MODULE_SERVICE, "Create Timer manager failed."); in GetInstance()
210 TIME_HILOGE(TIME_MODULE_SERVICE, "Timer id not found: %{public}" PRId64 "", timerId); in StartTimer()
669 TIME_HILOGE(TIME_MODULE_SERVICE, "alarmBatches_ has nullptr"); in TriggerTimersLocked()
807 TIME_HILOGE(TIME_MODULE_SERVICE, "Get account id from uid failed, errcode: %{public}d", getLocalIdErr); in CheckUserIdForNotify()
812 TIME_HILOGE(TIME_MODULE_SERVICE, "Get foreground account id failed, errcode: %{public}d", getForegroundIdErr); in CheckUserIdForNotify()
883 TIME_HILOGE(TIME_MODULE_SERVICE, "want is nullptr, id=%{public}" PRId64 "", timer->id); in NotifyWantAgent()
893 TIME_HILOGE(TIME_MODULE_SERVICE, "db query failed nullptr"); in NotifyWantAgent()
908 TIME_HILOGE(TIME_MODULE_SERVICE, "want is nullptr, id=%{public}" PRId64 "", timer->id); in NotifyWantAgent()
915 TIME_HILOGE(TIME_MODULE_SERVIC in NotifyWantAgent()
[all...]
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp53 TIME_HILOGE(TIME_MODULE_CLIENT, "New TimerCallback failed"); in OnAddSystemAbility()
67 TIME_HILOGE(TIME_MODULE_SERVICE, "Id is not TIME_SERVICE_ID"); in OnAddSystemAbility()
105 TIME_HILOGE(TIME_MODULE_CLIENT, "Get timeServiceListener failed."); in SubscribeSA()
110 TIME_HILOGE(TIME_MODULE_CLIENT, "SubscribeSystemAbility failed: %{public}d", ret); in SubscribeSA()
125 TIME_HILOGE(TIME_MODULE_CLIENT, "Getting SystemAbilityManager failed."); in ConnectService()
131 TIME_HILOGE(TIME_MODULE_CLIENT, "Get SystemAbility failed."); in ConnectService()
143 TIME_HILOGE(TIME_MODULE_CLIENT, "Get TimeServiceProxy from SA failed."); in ConnectService()
157 TIME_HILOGE(TIME_MODULE_CLIENT, "Failed clock_gettime, errno: %{public}s.", strerror(errno)); in GetTimeByClockId()
251 TIME_HILOGE(TIME_MODULE_CLIENT, "Create timer failed"); in CreateTimer()
260 TIME_HILOGE(TIME_MODULE_CLIEN in CreateTimerV9()
[all...]
/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp49 TIME_HILOGE(TIME_MODULE_SERVICE, "Init Set kernel failed."); in Init()
66 TIME_HILOGE(TIME_MODULE_SERVICE, "Invalid timezone"); in SetTimezone()
72 TIME_HILOGE(TIME_MODULE_SERVICE, "SetTimezone Set kernel failed."); in SetTimezone()
77 TIME_HILOGE(TIME_MODULE_SERVICE, "SetTimezone timezoneId: %{public}d: %{public}s", errNo, timezoneId.c_str()); in SetTimezone()
92 TIME_HILOGE(TIME_MODULE_SERVICE, "Get realpath failed, errno: %{public}d.", errno); in GetTimeZoneAvailableIDs()
97 TIME_HILOGE(TIME_MODULE_SERVICE, "Open timezone list config file failed."); in GetTimeZoneAvailableIDs()
124 TIME_HILOGE(TIME_MODULE_SERVICE, "localtime is nullptr errornum: %{public}s.", strerror(errno)); in SetTimezoneToKernel()
131 TIME_HILOGE(TIME_MODULE_SERVICE, "Settimeofday timezone fail: %{public}d.", result); in SetTimezoneToKernel()
H A Dntp_update_time.cpp105 TIME_HILOGE(TIME_MODULE_SERVICE, "new operator error.specifier is nullptr"); in MonitorNetwork()
110 TIME_HILOGE(TIME_MODULE_SERVICE, "new operator error.observer is nullptr"); in MonitorNetwork()
158 TIME_HILOGE(TIME_MODULE_SERVICE, "get boot time fail."); in UpdateNITZSetTime()
224 TIME_HILOGE(TIME_MODULE_SERVICE, "current time is invalid: %{public}" PRId64 "", time); in GetRealTimeInner()
241 TIME_HILOGE(TIME_MODULE_SERVICE, "get ntp time failed."); in GetNtpTime()
268 TIME_HILOGE(TIME_MODULE_SERVICE, "get ntp time failed."); in SetSystemTime()
275 TIME_HILOGE(TIME_MODULE_SERVICE, "current time is invalid: %{public}" PRIu64 "", currentTime); in SetSystemTime()
281 TIME_HILOGE(TIME_MODULE_SERVICE, "get boot time fail."); in SetSystemTime()
287 TIME_HILOGE(TIME_MODULE_SERVICE, "nitz updated time"); in SetSystemTime()
337 TIME_HILOGE(TIME_MODULE_SERVIC in RegisterSystemParameterListener()
[all...]
H A Dsntp_client.cpp75 TIME_HILOGE(TIME_MODULE_SERVICE, "getaddrinfo failed error %{public}d", error); in RequestTime()
82 TIME_HILOGE(TIME_MODULE_SERVICE, in RequestTime()
93 TIME_HILOGE(TIME_MODULE_SERVICE, "socket connect failed: %{public}s", strerror(errno)); in RequestTime()
102 TIME_HILOGE(TIME_MODULE_SERVICE, "Send socket message failed: %{public}s, Host: %{public}s", in RequestTime()
111 TIME_HILOGE(TIME_MODULE_SERVICE, "Receive socket message failed: %{public}s, Host: %{public}s", in RequestTime()
133 TIME_HILOGE(TIME_MODULE_SERVICE, "memcpy_s failed, err = %{public}d", ret); in GetNtpTimestamp64()
145 TIME_HILOGE(TIME_MODULE_SERVICE, "memcpy_s failed, err = %{public}d", ret); in GetNtpTimestamp64()
210 TIME_HILOGE(TIME_MODULE_SERVICE, "memcpy_s failed, err = %{public}d", ret); in CreateMessage()
281 TIME_HILOGE(TIME_MODULE_SERVICE, "memcpy_s failed, err = %{public}d", ret); in GetNtpField32()
293 TIME_HILOGE(TIME_MODULE_SERVIC in GetNtpField32()
[all...]
H A Dtimer_call_back.cpp54 TIME_HILOGE(TIME_MODULE_CLIENT, "timer info already insert."); in InsertTimerCallbackInfo()
97 TIME_HILOGE(TIME_MODULE_SERVICE, "timerNotifyCallback nullptr timerId:%{public}" PRId64 "", timerId); in NotifyTimer()
H A Dtime_service_notify.cpp47 TIME_HILOGE(TIME_MODULE_SERVICE, "failed to Publish event %{public}s", want.GetAction().c_str()); in PublishEvents()
H A Dtime_tick_notify.cpp53 TIME_HILOGE(TIME_MODULE_SERVICE, "Timer Setup failed: %{public}d", ret); in Init()
/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp34 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in SetTime()
51 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getCurrentTime()
67 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getRealActiveTime()
83 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getRealTime()
93 TIME_HILOGE(TIME_MODULE_CLIENT, "failed clock_gettime"); in GetDeviceTime()
111 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getTime()
127 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getUpTime()
137 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in SetTimeZone()
171 TIME_HILOGE(TIME_MODULE_CLIENT, "failed innerCode is %{public}d", innerCode); in getTimezone()
/base/time/time_service/services/
H A Dtime_system_ability.cpp177 TIME_HILOGE(TIME_MODULE_SERVICE, "TimeSystemAbility is already running."); in OnStart()
205 TIME_HILOGE(TIME_MODULE_SERVICE, "Init failed. Try again 10s later."); in OnStart()
233 TIME_HILOGE(TIME_MODULE_SERVICE, "OnAddSystemAbility systemAbilityId is not valid, id is %{public}d", in OnAddSystemAbility()
246 TIME_HILOGE(TIME_MODULE_SERVICE, "Register COMMON_EVENT_SCREEN_ON failed"); in RegisterScreenOnSubscriber()
260 TIME_HILOGE(TIME_MODULE_SERVICE, "Register COMMON_EVENT_NITZ_TIME_CHANGED failed"); in RegisterNitzTimeSubscriber()
271 TIME_HILOGE(TIME_MODULE_SERVICE, "failed to RegisterCommonEventSubscriber"); in RegisterCommonEventSubscriber()
290 TIME_HILOGE(TIME_MODULE_SERVICE, "Subscribe user removed event failed, errcode: %{public}d", err); in RegisterOsAccountSubscriber()
298 TIME_HILOGE(TIME_MODULE_SERVICE, "Init Failed."); in Init()
351 TIME_HILOGE(TIME_MODULE_SERVICE, "Input nullptr."); in CreateTimer()
356 TIME_HILOGE(TIME_MODULE_SERVIC in CreateTimer()
[all...]
H A Dtime_permission.cpp29 TIME_HILOGE(TIME_MODULE_COMMON, "permission check failed, permission name is empty."); in CheckCallingPermission()
35 TIME_HILOGE(TIME_MODULE_COMMON, "permission check failed, result:%{public}d, permission:%{public}s", in CheckCallingPermission()
/base/time/time_service/utils/native/include/
H A Dtime_hilog.h64 #define TIME_HILOGE(module, fmt, ...) (void)HILOG_IMPL(LOG_CORE, LOG_ERROR, TIME_MODULE_LABEL[module].domain, \ macro
78 TIME_HILOGE(module, R_FORMATED(__VA_ARGS__)); \
86 TIME_HILOGE(module, R_FORMATED(__VA_ARGS__)); \
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_utils.h48 TIME_HILOGE(module, "test (" #condition ") failed: %{public}s", (context)->errMessage.c_str()); \
58 TIME_HILOGE(module, "test (context->status == napi_ok) failed: %{public}s", \
68 TIME_HILOGE(module, "test (" #condition ") failed: " message); \
76 TIME_HILOGE(module, "test (" #condition ") failed: " message); \
/base/time/time_service/services/dfx/src/
H A Dtime_sysevent.cpp39 TIME_HILOGE(TIME_MODULE_SERVICE, in StatisticReporter()
/base/time/time_service/utils/native/src/
H A Dtime_file_utils.cpp46 TIME_HILOGE(TIME_MODULE_SERVICE, "failed to get hap token info, result = %{public}d", result); in GetBundleNameByTokenID()
/base/time/time_service/framework/js/napi/system_timer/src/
H A Dnapi_system_timer.cpp53 TIME_HILOGE(TIME_MODULE_JS_NAPI, "napi_send_event failed retCode:%{public}d", ret); in Call()
74 TIME_HILOGE(TIME_MODULE_JS_NAPI, "napi_send_event failed retCode:%{public}d", ret); in OnTrigger()
118 TIME_HILOGE(TIME_MODULE_JS_NAPI, "define manager properties failed, status=%{public}d", status); in SystemTimerInit()

Completed in 12 milliseconds

12