Home
last modified time | relevance | path

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

/base/location/frameworks/native/notification/src/
Dnotification_napi_convert_liveview.cpp36 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewContent()
43 LBSLOGE(NAPI_UTILS, "Property localLiveView expected."); in GetNotificationLocalLiveViewContent()
49 LBSLOGE(NAPI_UTILS, "Wrong argument type. Object expected."); in GetNotificationLocalLiveViewContent()
56 LBSLOGE(NAPI_UTILS, "localLiveViewContent is null"); in GetNotificationLocalLiveViewContent()
84 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLocalLiveViewCapsule()
91 LBSLOGE(NAPI_UTILS, "Wrong argument type. Object expected."); in GetNotificationLocalLiveViewCapsule()
102 LBSLOGE(NAPI_UTILS, "Wrong argument type. String expected."); in GetNotificationLocalLiveViewCapsule()
108 LBSLOGD(NAPI_UTILS, "capsule title = %{public}s", str); in GetNotificationLocalLiveViewCapsule()
116 LBSLOGE(NAPI_UTILS, "Wrong argument type. String expected."); in GetNotificationLocalLiveViewCapsule()
121 LBSLOGD(NAPI_UTILS, "capsule backgroundColor = %{public}s", str); in GetNotificationLocalLiveViewCapsule()
[all …]
Dnotification_napi.cpp45 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationSubscriberInfo()
59 LBSLOGE(NAPI_UTILS, "Property bundleNames is expected to be an array."); in GetNotificationSubscriberInfo()
64 LBSLOGE(NAPI_UTILS, "The array is empty."); in GetNotificationSubscriberInfo()
73 LBSLOGE(NAPI_UTILS, "Wrong argument type. String expected."); in GetNotificationSubscriberInfo()
89 LBSLOGE(NAPI_UTILS, "Wrong argument type. Number expected."); in GetNotificationSubscriberInfo()
102 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInput()
113 LBSLOGE(NAPI_UTILS, "Wrong argument type. Object expected."); in GetNotificationUserInput()
130 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationUserInputByInputKey()
140 LBSLOGE(NAPI_UTILS, "Property inputKey expected."); in GetNotificationUserInputByInputKey()
146 LBSLOGE(NAPI_UTILS, "Wrong argument type. String expected."); in GetNotificationUserInputByInputKey()
[all …]
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()
234 LBSLOGE(NAPI_UTILS, "Argument type is not object."); in GetNotificationSmallIcon()
240 LBSLOGE(NAPI_UTILS, "Invalid object pixelMap"); in GetNotificationSmallIcon()
252 LBSLOGD(NAPI_UTILS, "enter"); in GetNotificationLargeIcon()
263 LBSLOGE(NAPI_UTILS, "Wrong argument type. Object expected."); in GetNotificationLargeIcon()
[all …]
Dnotification_napi_utils.cpp78 LBSLOGI(NAPI_UTILS, "enter, errorCode[%{public}d]", errCode); in CreateErrorValue()
99 LBSLOGD(NAPI_UTILS, "enter"); in NapiThrow()
117 LBSLOGD(NAPI_UTILS, "enter"); in PaddingCallbackPromiseInfo()
120 LBSLOGD(NAPI_UTILS, "Callback is not nullptr."); in PaddingCallbackPromiseInfo()
134 LBSLOGD(NAPI_UTILS, "enter errorCode=%{public}d", info.errorCode); in ReturnCallbackPromise()
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()
[all …]
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()
/base/location/frameworks/native/source/
Dnapi_util.cpp469 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in ParseGnssGeofenceRequest()
479 LBSLOGE(NAPI_UTILS, "geofenceRequest == nullptr"); in GenGnssGeofenceRequest()
509 LBSLOGE(NAPI_UTILS, "object is nullptr."); in GetArrayProperty()
516 LBSLOGE(NAPI_UTILS, "propertyName is not exist"); in GetArrayProperty()
525 LBSLOGE(NAPI_UTILS, "propertyName is not an array!"); in GetArrayProperty()
545 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GetNotificationRequestArray()
551 LBSLOGE(NAPI_UTILS, "The array is empty or out of range."); in GetNotificationRequestArray()
560 LBSLOGE(NAPI_UTILS, "Wrong argument type."); in GetNotificationRequestArray()
575 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GenNotificationRequest()
596 LBSLOGE(NAPI_UTILS, "Wrong argument type, value should be object"); in GetGeofenceTransitionEventArray()
[all …]
/base/location/interfaces/inner_api/include/
Dlocation_log.h113 static constexpr OHOS::HiviewDFX::HiLogLabel NAPI_UTILS = {LOG_CORE, LOCATION_LOG_DOMAIN, "Location… variable