/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | napi_util.cpp | 120 LOG_DEBUG("napi_value -> std::string get length %{public}d", (int)maxLen); in GetValue() 144 LOG_DEBUG("napi_value -> std::vector<std::string>"); in GetValue() 150 LOG_DEBUG("std::vector<std::string> -> napi_value"); in SetValue() 167 LOG_DEBUG("napi_value -> std::vector<uint8_t> "); in GetValue() 174 LOG_DEBUG("array type=%{public}d length=%{public}d offset=%{public}d", (int)type, (int)length, (int)offset); in GetValue() 184 LOG_DEBUG("napi_value <- std::vector<uint8_t> "); in SetValue() 203 LOG_DEBUG("napi_value -> std::vector<int32_t> "); in GetValue() 209 LOG_DEBUG("napi_value <- std::vector<int32_t> "); in SetValue() 216 LOG_DEBUG("napi_value -> std::vector<uint32_t> "); in GetValue() 222 LOG_DEBUG("napi_valu in SetValue() [all...] |
H A D | napi_queue.cpp | 20 LOG_DEBUG("no memory leak after callback or promise[resolved/rejected]"); in ~ContextBase() 24 LOG_DEBUG("status:%{public}d", status); in ~ContextBase() 28 LOG_DEBUG("status:%{public}d", status); in ~ContextBase() 58 LOG_DEBUG(" async callback, no promise"); in GetCbInfo() 60 LOG_DEBUG(" no callback, async pormose"); in GetCbInfo() 74 LOG_DEBUG("name = %{public}s", name.c_str()); in AsyncWork() 83 LOG_DEBUG("AsyncWork create deferred promise"); in AsyncWork() 95 LOG_DEBUG("AsyncWork napi_async_execute_callback ctxt->status=%{public}d", actx->ctx->status); in AsyncWork() 103 LOG_DEBUG("AsyncWork napi_async_complete_callback status = %{public}d, ctxt->status = %{public}d", in AsyncWork() 141 LOG_DEBUG("GenerateOutpu in GenerateOutput() [all...] |
H A D | calendar_napi.cpp | 63 LOG_DEBUG("calendar finalize."); in New() 78 LOG_DEBUG("CalendarNapi::ToJson"); in ToJson() 323 LOG_DEBUG("config.enableReminder:%{public}d", config.enableReminder.value_or(-1)); in GetConfig() 325 LOG_DEBUG("config.color:%{public}s", std::to_string(std::get<1>(config.color)).c_str()); in GetConfig() 387 LOG_DEBUG("account.name:%{private}s", account.name.c_str()); in GetAccount() 388 LOG_DEBUG("account.type:%{private}s", account.type.c_str()); in GetAccount() 390 LOG_DEBUG("account.displayName:%{private}s", account.displayName.value().c_str()); in GetAccount()
|
H A D | event_filter_napi.cpp | 40 LOG_DEBUG("EventFilterNapi new"); in New() 52 LOG_DEBUG("EventFilterNapi finalize."); in New() 67 LOG_DEBUG("EventFilterNapi::ToJson"); in ToJson()
|
H A D | calendar_manager_napi.cpp | 127 LOG_DEBUG("call ContextBase::GetCbInfo"); in GetCbInfo() 134 LOG_DEBUG("GetCalendar in"); in GetCalendar() 162 LOG_DEBUG("napi GetAllCalendars called"); in GetAllCalendars()
|
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | native_util.cpp | 36 LOG_DEBUG("account.name:%{private}s", account.name.c_str()); in DumpCalendarAccount() 37 LOG_DEBUG("account.type:%{private}s", account.type.c_str()); in DumpCalendarAccount() 38 LOG_DEBUG("account.displayName:%{private}s", account.displayName.value_or("").c_str()); in DumpCalendarAccount() 43 LOG_DEBUG("id :%{private}d", event.id.value_or(-1)); in DumpEvent() 44 LOG_DEBUG("type :%{private}d", event.type); in DumpEvent() 45 LOG_DEBUG("title :%{private}s", event.title.value_or("[null]").c_str()); in DumpEvent() 48 LOG_DEBUG("location.location :%{private}s", location.location.value_or("[null]").c_str()); in DumpEvent() 49 LOG_DEBUG("location.longitude :%{private}lf", location.longitude.value_or(-1)); in DumpEvent() 50 LOG_DEBUG("location.latitude :%{private}lf", location.latitude.value_or(-1)); in DumpEvent() 52 LOG_DEBUG("locatio in DumpEvent() [all...] |
H A D | event_filter.cpp | 38 LOG_DEBUG("FilterById"); in FilterById() 60 LOG_DEBUG("FilterByTime start:%{private}s end:%{private}s", in FilterByTime() 84 LOG_DEBUG("FilterByTitle %{private}s", std::string(title).c_str()); in FilterByTitle()
|
H A D | native_calendar_manager.cpp | 62 LOG_DEBUG("Insert index %{public}d", index); in CreateCalendar()
|
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/common/ |
H A D | log_common.h | 22 #define DRAWING_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__)) 26 #define H_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/common/ |
H A D | log_common.h | 22 #define SAMPLE_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/common/ |
H A D | log_common.h | 22 #define SAMPLE_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/common/ |
H A D | log_common.h | 22 #define DRAWING_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/ |
H A D | logger_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/include/util/ |
H A D | log.h | 26 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[OpenGL]", __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/common/ |
H A D | log_common.h | 22 #define DRAWING_LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/common/ |
H A D | logger_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/util/ |
H A D | log.h | 26 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[OpenGL]", __VA_ARGS__))
|
/applications/standard/settings/cj/settings/src/ |
H A D | cj_settings_log.h | 32 if (HiLogIsLoggable(LOG_DOMAIN, LOG_TAG, LOG_DEBUG)) { \
|
/applications/standard/calendardata/calendarmanager/common/ |
H A D | calendar_log.h | 28 #define LOG_DEBUG(fmt, ...) HILOG_DEBUG(LOG_APP, fmt, ##__VA_ARGS__) macro
|
/applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/entry/src/main/cpp/ |
H A D | vpn_client.cpp | 44 OH_LOG_Print(LOG_APP, LOG_DEBUG, 0x15b0, "NetMgrVpn", "vpn [%{public}s %{public}d] " fmt, MAKE_FILE_NAME, \
|
/applications/standard/app_samples/code/DocsSample/ApplicationModels/MindSporeLiteCDemo/entry/src/main/cpp/ |
H A D | mslite_napi.cpp | 29 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "[MSLiteNapi]", __VA_ARGS__))
|