Home
last modified time | relevance | path

Searched refs:NAPI_UTILS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp36 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewContent()
79 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewCapsule()
154 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewButton()
232 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewProgress()
298 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewTime()
377 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewContentDetailed()
431 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLiveViewContent()
453 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLiveViewContentDetailed()
502 LBSLOGI(NAPI_UTILS, "No picture maps."); in GetNotificationLiveViewContentDetailed()
520 LBSLOGD(NAPI_UTILS, "enter"); in GetLiveViewPictures()
[all …]
H A Dnotification_napi.cpp45 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationSubscriberInfo()
102 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInput()
130 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByInputKey()
163 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByTag()
197 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByOptions()
250 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByPermitMimeTypes()
298 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByPermitFreeFormInput()
329 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByEditType()
358 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByAdditionalData()
390 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationContentType()
[all …]
H A Dnotification_napi_convert_request.cpp36 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequestByNumber()
72 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequestByString()
99 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequestByBool()
141 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequestByCustom()
204 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequest()
223 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationSmallIcon()
252 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLargeIcon()
281 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationOverlayIcon()
310 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationSupportDisplayDevices()
355 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationSupportOperateDevices()
[all …]
H A Dnotification_napi_utils.cpp99 LBSLOGD(NAPI_UTILS, "enter"); in NapiThrow()
117 LBSLOGD(NAPI_UTILS, "enter"); in PaddingCallbackPromiseInfo()
140 LBSLOGD(NAPI_UTILS, "end"); in ReturnCallbackPromise()
146 LBSLOGD(NAPI_UTILS, "enter"); in SetCallback()
157 LBSLOGD(NAPI_UTILS, "end"); in SetCallback()
163 LBSLOGD(NAPI_UTILS, "enter"); in SetCallback()
171 LBSLOGD(NAPI_UTILS, "end"); in SetCallback()
177 LBSLOGD(NAPI_UTILS, "enter"); in SetCallbackArg2()
186 LBSLOGD(NAPI_UTILS, "end"); in SetCallbackArg2()
192 LBSLOGD(NAPI_UTILS, "enter"); in SetPromise()
[all …]
H A Dnotification_napi_convert_notification.cpp36 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationRequestDistributedOptions()
47 LBSLOGE(NAPI_UTILS, "Wrong argument type. Object expected."); in GetNotificationRequestDistributedOptions()
73 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationIsDistributed()
85 LBSLOGE(NAPI_UTILS, "Wrong argument type. Bool expected."); in GetNotificationIsDistributed()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dgeofence_napi.cpp39 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in ParseGnssGeofenceRequest()
49 LBSLOGE(NAPI_UTILS, "geofenceRequest == nullptr"); in GenGnssGeofenceRequest()
93 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GetNotificationRequestArray()
99 LBSLOGE(NAPI_UTILS, "The array is empty or out of range."); in GetNotificationRequestArray()
108 LBSLOGE(NAPI_UTILS, "Wrong argument type."); in GetNotificationRequestArray()
123 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GenNotificationRequest()
144 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GetGeofenceTransitionEventArray()
150 LBSLOGE(NAPI_UTILS, "The array is empty or out of range."); in GetGeofenceTransitionEventArray()
159 LBSLOGE(NAPI_UTILS, "Wrong argument type."); in GetGeofenceTransitionEventArray()
H A Dnapi_util.cpp428 LBSLOGE(NAPI_UTILS, "object is nullptr."); in GetArrayProperty()
435 LBSLOGE(NAPI_UTILS, "propertyName is not exist"); in GetArrayProperty()
444 LBSLOGE(NAPI_UTILS, "propertyName is not an array!"); in GetArrayProperty()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_log.h116 static constexpr OHOS::HiviewDFX::HiLogLabel NAPI_UTILS = {LOG_CORE, LOCATION_LOG_DOMAIN, "Location… variable