Home
last modified time | relevance | path

Searched refs:HILOG_INFO (Results 1 - 16 of 16) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/
H A Dlog.h33 #undef HILOG_INFO macro
42 #define HILOG_INFO(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_ARGS__)) macro
H A Dconsole.cpp55 HILOG_INFO("%{public}s", content); in LogPrint()
219 HILOG_INFO("%{public}s%{public}s: %{public}d", in Count()
241 HILOG_INFO("%{public}sundefined", groupIndent.c_str()); in Dir()
264 HILOG_INFO("%{public}s%{public}s: %{public}s", groupIndent.c_str(), ctorVal.c_str(), content.c_str()); in Dir()
266 HILOG_INFO("%{public}s[Function %{public}s]", groupIndent.c_str(), ctorVal.c_str()); in Dir()
268 HILOG_INFO("%{public}s%{public}s", groupIndent.c_str(), content.c_str()); in Dir()
373 HILOG_INFO("%{public}s%{public}s", groupIndent.c_str(), result.c_str()); in PrintRows()
411 HILOG_INFO("%{public}s%{public}s", groupIndent.c_str(), indexRow1.c_str()); in GraphTable()
412 HILOG_INFO("%{public}s%{public}s", groupIndent.c_str(), indexRow2.c_str()); in GraphTable()
413 HILOG_INFO(" in GraphTable()
[all...]
/commonlibrary/ets_utils/tools/
H A Dlog.h34 #undef HILOG_INFO macro
49 #define HILOG_INFO(fmt, ...) \ macro
/commonlibrary/ets_utils/js_util_module/util/test/
H A Dtest_util.cpp187 HILOG_INFO("getEncodingTest001 start"); in HWTEST_F()
215 HILOG_INFO("getEncodingTest002 start"); in HWTEST_F()
243 HILOG_INFO("getEncodingTest003 start"); in HWTEST_F()
272 HILOG_INFO("getEncodingTest001 start"); in HWTEST_F()
306 HILOG_INFO("getEncodingTest002 start"); in HWTEST_F()
334 HILOG_INFO("getEncodingTest003 start"); in HWTEST_F()
416 HILOG_INFO("textEncodeTest006 start"); in HWTEST_F()
451 HILOG_INFO("textEncodeTest007 start"); in HWTEST_F()
486 HILOG_INFO("textEncodeTest008 start"); in HWTEST_F()
521 HILOG_INFO("textEncodeTest00 in HWTEST_F()
[all...]
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dsequence_runner.cpp41 HILOG_INFO("taskpool:: construct seqRunner name is %{public}s, seqRunnerid %{public}s.", in SeqRunnerConstructorInner()
144 HILOG_INFO("taskpool:: taskId %{public}s in seqRunner %{public}s immediately.", in Execute()
151 HILOG_INFO("taskpool:: add taskId: %{public}s to seqRunner %{public}s.", in Execute()
H A Dtaskpool.cpp34 HILOG_INFO("taskpool:: Import taskpool"); in InitTaskPool()
283 HILOG_INFO("taskpool:: DelayTask taskId %{public}s", std::to_string(taskMessage->taskId).c_str()); in DelayTask()
345 HILOG_INFO("taskpool:: %{public}s", strTrace.c_str()); in ExecuteDelayed()
367 HILOG_INFO("taskpool::ExecuteGroup groupId %{public}s", std::to_string(groupId).c_str()); in ExecuteGroup()
450 HILOG_INFO("taskpool:: %{public}s", strTrace.c_str()); in HandleTaskResultCallback()
536 HILOG_INFO("taskpool:: taskGroup perform end, taskGroupId %{public}s", std::to_string(task->groupId_).c_str()); in UpdateGroupInfoByResult()
566 HILOG_INFO("taskpool:: %{public}s", strTrace.c_str()); in ExecuteTask()
657 HILOG_INFO("taskpool:: PeriodicTaskCallback taskId %{public}s", std::to_string(task->taskId_).c_str()); in PeriodicTaskCallback()
693 HILOG_INFO("taskpool::TriggerTimer taskId %{public}s", std::to_string(task->taskId_).c_str()); in TriggerTimer()
H A Dtask_manager.cpp83 HILOG_INFO("taskpool:: ~TaskManager"); in ~TaskManager()
269 HILOG_INFO("taskpool:: The worker has been marked as timeout."); in CheckForBlockedWorkers()
375 HILOG_INFO("taskpool:: worker in ffrt epoll wait more than 2 intervals, force to free."); in GetIdleWorkersList()
378 HILOG_INFO("taskpool:: worker will be free if not wake."); in GetIdleWorkersList()
459 HILOG_INFO("taskpool:: the system now is under low memory"); in NotifyShrink()
545 HILOG_INFO("taskpool:: maxThreads: %{public}u, created num: %{public}u, total num: %{public}u", in TryExpand()
594 HILOG_INFO("taskpool:: %{public}s", strTrace.c_str()); in CancelTask()
846 HILOG_INFO("taskpool:: apps use ffrt"); in InitTaskManager()
848 HILOG_INFO("taskpool:: apps do not use ffrt"); in InitTaskManager()
1507 HILOG_INFO("taskpoo in CancelGroup()
[all...]
H A Dtask.cpp99 HILOG_INFO("taskpool:: taskId:%{public}s TaskDestructor", std::to_string(task->taskId_).c_str()); in TaskDestructor()
392 HILOG_INFO("taskpool:: Set taskpool.Task.onReceiveData to undefined"); in OnReceiveData()
657 HILOG_INFO("taskpool:: StartExecutionCallback func is null"); in StartExecutionTask()
682 HILOG_INFO("taskpool:: ExecuteListenerCallback func is null"); in ExecuteListenerCallback()
707 HILOG_INFO("taskpool:: the number of the params must be one"); in OnEnqueued()
744 HILOG_INFO("taskpool:: the number of the params must be one"); in OnStartExecution()
794 HILOG_INFO("taskpool:: the number of the params must be one"); in OnExecutionFailed()
832 HILOG_INFO("taskpool:: the number of the params must be one"); in OnExecutionSucceeded()
1081 HILOG_INFO("taskpool:: task has been canceled, taskId %{public}s", std::to_string(taskId_).c_str()); in UpdateTask()
H A Dworker.cpp94 HILOG_INFO("taskpool:: the thread is idle and will be released, and the total num is %{public}u now", in ReleaseWorkerHandles()
421 HILOG_INFO("taskpool:: %{public}s", strTrace.c_str()); in PerformTask()
/commonlibrary/memory_utils/libpurgeablemem/c/include/
H A Dpm_log_c.h44 (void)HILOG_INFO( \
/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpm_log.h46 HILOG_INFO( \
/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp251 HILOG_INFO("worker:: limited workers num %{public}zu", g_limitedworkers.size()); in Constructor()
273 HILOG_INFO("worker:: workers num %{public}zu", g_workers.size()); in Constructor()
308 HILOG_INFO("worker:: host env exit."); in WorkerDestructor()
332 HILOG_INFO("worker:: worker is nullptr when host env exit."); in HostEnvCleanCallback()
336 HILOG_INFO("worker:: worker is terminated when host env exit."); in HostEnvCleanCallback()
773 HILOG_INFO("worker:: worker is not in running"); in CancelTask()
1005 HILOG_INFO("worker:: worker is not in running"); in ParentPortCancelTask()
1210 HILOG_INFO("worker:: Start execute in the thread!"); in StartExecuteInThread()
1239 HILOG_INFO("worker:: Concated worker recordName: %{public}s, fileName: %{public}s", in StartExecuteInThread()
1331 HILOG_INFO("worke in ExecuteInThread()
[all...]
/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp88 HILOG_INFO("secondParameter error"); in UrlStructor()
91 HILOG_INFO("firstParameter error"); in UrlStructor()
128 HILOG_INFO("Parameter error"); in UrlConstructor()
581 HILOG_INFO("One arg needs to be specified"); in Get()
600 HILOG_INFO("One arg needs to be specified"); in GetAll()
620 HILOG_INFO("Two args needs to be specified"); in Append()
639 HILOG_INFO("One arg needs to be specified"); in Delete()
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h47 HILOG_INFO("worker:: the HAR path cannot be verified"); in CheckWorkerPath()
/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.cpp107 HILOG_INFO("DeleteTimer ID: %{public}u, count: %{public}u", tId, ++deleteTimerCount); in ClearTimer()
/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c179 HILOG_INFO(LOG_CORE, "%{public}s: supportUxpt=%{public}s", __func__, (g_supportUxpt ? "1" : "0")); in CheckUxpt()

Completed in 21 milliseconds