Home
last modified time | relevance | path

Searched refs:LOG_INFO (Results 1 - 25 of 41) sorted by relevance

12

/applications/standard/app_samples/code/BasicFeature/Native/XComponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp30 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceCreatedCB"); in OnSurfaceCreatedCB()
59 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceChangedCB"); in OnSurfaceChangedCB()
78 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "surface changed"); in OnSurfaceChangedCB()
84 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnSurfaceDestroyedCB"); in OnSurfaceDestroyedCB()
105 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "DispatchTouchEventCB"); in DispatchTouchEventCB()
129 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "DispatchMouseEventCB"); in DispatchMouseEventCB()
147 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "DispatchHoverEventCB"); in DispatchHoverEventCB()
165 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnFocusEventCB"); in OnFocusEventCB()
183 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "Callback", "OnBlurEventCB"); in OnBlurEventCB()
201 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAI in OnKeyEventCB()
[all...]
H A Degl_core.cpp194 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "EglContextInit execute"); in EglContextInit()
280 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "Draw"); in Draw()
345 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "ChangeColor"); in ChangeColor()
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_calendar.cpp59 LOG_INFO("Insert reminder index %{private}d", index); in InsertReminders()
67 LOG_INFO("Insert Event eventId %{private}d", eventId); in AddEventInfo()
79 LOG_INFO("batchInsert attendees count %{private}d", count); in AddEventInfo()
104 LOG_INFO("BatchInsert count %{private}d", count); in AddEvents()
119 LOG_INFO("AddEvents count %{private}d", count); in AddEvents()
131 LOG_INFO("DeleteEvent number %{public}d", ret); in DeleteEvent()
137 LOG_INFO("Delete attendee num %{public}d", ret); in DeleteEvent()
144 LOG_INFO("Delete reminder num %{public}d", ret); in DeleteEvent()
154 LOG_INFO("DeleteEvent number %{public}d", ret); in DeleteAllEvents()
166 LOG_INFO("DeleteEvent in DeleteEvents()
[all...]
H A Dnative_calendar_manager.cpp102 LOG_INFO("GetCalendar successed"); in GetCalendar()
126 LOG_INFO("DeleteCalendar %{public}d", result); in DeleteCalendar()
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_manager_napi.cpp34 LOG_INFO("napi CreateCalendar called"); in CreateCalendar()
72 LOG_INFO("napi DeleteCalendar called"); in DeleteCalendar()
210 LOG_INFO("napi GetCalendarManager called"); in GetCalendarManager()
243 LOG_INFO("editEvent called"); in EditEvent()
290 LOG_INFO("editEvent onRelease callback."); in LaunchEditorPage()
293 LOG_INFO("editEvent onRelease done."); in LaunchEditorPage()
297 LOG_INFO("editEvent onResult. eventId=%{public}d", eventId); in LaunchEditorPage()
301 LOG_INFO("editEvent onReceive."); in LaunchEditorPage()
309 LOG_INFO("editEvent onRemoteReady."); in LaunchEditorPage()
312 LOG_INFO("editEven in LaunchEditorPage()
[all...]
H A Dnapi_env.cpp57 LOG_INFO("CalendarEnvNapi Init."); in Init()
68 LOG_INFO("verify access result=%{public}d", ret); in Init()
71 LOG_INFO("dataShareHelper high create result=%{public}d", dataShareHelper != nullptr); in Init()
75 LOG_INFO("dataShareHelper low create result=%{public}d", dataShareHelper != nullptr); in Init()
H A Dcalendar_napi.cpp93 LOG_INFO("AddEvent"); in AddEvent()
126 LOG_INFO("AddEvents"); in AddEvents()
154 LOG_INFO("DeleteEvent"); in DeleteEvent()
179 LOG_INFO("DeleteEvents"); in DeleteEvents()
204 LOG_INFO("UpdateEvent"); in UpdateEvent()
229 LOG_INFO("UpdateEvents"); in UpdateEvents()
302 LOG_INFO("GetConfig"); in GetConfig()
340 LOG_INFO("SetConfig"); in SetConfig()
366 LOG_INFO("GetAccount"); in GetAccount()
438 LOG_INFO("ini in Init()
[all...]
H A Devent_filter_napi.cpp83 LOG_INFO("FilterById"); in FilterById()
109 LOG_INFO("FilterByTime"); in FilterByTime()
138 LOG_INFO("FilterByTitle"); in FilterByTitle()
H A Dmodule_init.cpp30 LOG_INFO("napi_module Init end..."); in ModuleInit()
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A Dplugin.cpp28 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "Init", "Init begins"); in Init()
33 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "Init", "Init ends"); in Init()
36 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "NativeRender Init", "Init failed"); in Init()
40 OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "NativeImageAdaptor Init", "Init failed"); in Init()
H A Dlogger_common.h22 #define LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
/applications/standard/app_samples/code/BasicFeature/Native/NdkQoS/entry/src/main/cpp/
H A Dmain.cpp56 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "set qos level success."); in SetQoS()
61 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "the qos level of current thread : %{public}d", in SetQoS()
84 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "calculate res is: %{public}llu", res); in SetQoS()
89 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "reset qos level success."); in SetQoS()
99 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "QoS", "the qos level after: %{public}d", queryLevelTwo); in SetQoS()
/applications/standard/app_samples/code/BasicFeature/Native/NdkRawfile/entry/src/main/cpp/
H A Drawfile_demo.cpp29 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "GetFileList Begin"); in GetFileList()
90 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "GetFileContent Begin"); in GetRawFileContent()
105 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "OH_ResourceManager_OpenRawFile success"); in GetRawFileContent()
161 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "GetRawFileDescriptor Begin"); in GetRawFileDescriptor()
176 OH_LOG_Print(LOG_APP, LOG_INFO, GLOBAL_RESMGR, TAG, "OH_ResourceManager_OpenRawFile success"); in GetRawFileDescriptor()
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_attendee_test.cpp34 LOG_INFO("CreateCalendar"); in SetUpTestSuite()
37 LOG_INFO("SetUpTestCase SUCCESS"); in SetUpTestSuite()
42 LOG_INFO("DeleteCalendar"); in TearDownTestSuite()
45 LOG_INFO("TearDownTestSuite SUCCESS"); in TearDownTestSuite()
H A Dtest_main.cpp37 LOG_INFO("CreateDataShareHelper start"); in CreateDataShareHelper()
48 LOG_INFO("CreateDataShareHelper %{public}s", uri.c_str()); in CreateDataShareHelper()
65 LOG_INFO("SetUpTestCase end"); in InitEnv()
H A Devent_reminder_test.cpp36 LOG_INFO("SetUpTestCase SUCCESS"); in SetUpTestSuite()
43 LOG_INFO("TearDownTestSuite SUCCESS"); in TearDownTestSuite()
H A Dcalendar_test.cpp56 LOG_INFO("SetUpTestCase SUCCESS"); in SetUpTestSuite()
62 LOG_INFO("DeleteCalendar"); in TearDownTestSuite()
65 LOG_INFO("TearDownTestSuite SUCCESS"); in TearDownTestSuite()
H A Devent_filter_test.cpp39 LOG_INFO("SetUpTestCase SUCCESS"); in SetUpTestSuite()
44 LOG_INFO("DeleteCalendar"); in TearDownTestSuite()
47 LOG_INFO("TearDownTestSuite SUCCESS"); in TearDownTestSuite()
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/common/
H A Dlog_common.h21 #define DRAWING_LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
25 #define H_LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp194 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "EglContextInit execute"); in EglContextInit()
274 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "Draw"); in Draw()
339 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "ChangeColor"); in ChangeColor()
/applications/standard/app_samples/code/BasicFeature/Native/NdkXComponent/entry/src/main/cpp/render/
H A Degl_core.cpp193 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "EglContextInit execute"); in EglContextInit()
278 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "Draw"); in Draw()
343 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "EGLCore", "ChangeColor"); in ChangeColor()
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/
H A Dlogging.h23 #define LOG_I(...) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, EFFECT_LOG_TAG, __VA_ARGS__)
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/common/
H A Dlog_common.h21 #define SAMPLE_LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/common/
H A Dlog_common.h21 #define SAMPLE_LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/common/
H A Dlog_common.h21 #define DRAWING_LOGI(...) ((void)OH_LOG_Print(LOG_APP, LOG_INFO, LOG_DOMAIN, APP_LOG_TAG, __VA_ARGS__))

Completed in 15 milliseconds

12