Home
last modified time | relevance | path

Searched refs:groupIndent (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp26 thread_local std::string Console::groupIndent; member in OHOS::JsSysModule::Console
181 content += groupIndent; in ConsoleLog()
220 groupIndent.c_str(), counterName.c_str(), counterMap[counterName]); in Count()
230 groupIndent.c_str(), counterName.c_str()); in CountReset()
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()
279 groupIndent += StringRepeat(GROUPINDETATIONWIDTH, " "); in Group()
285 size_t length = groupIndent in GroupEnd()
[all...]
H A Dconsole.h83 static thread_local std::string groupIndent; member in OHOS::JsSysModule::Console
/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp105 Console::groupIndent = newGroupIndent; in SetGroupIndent() member in Console
110 return Console::groupIndent; in GetGroupIndent()
864 // Test case 1: Normal case, groupIndent size is greater than GROUPINDETATIONWIDTH in HWTEST_F()
872 ASSERT_EQ(ConsoleTest::GetGroupIndent().size(), 10); // Check if groupIndent is correctly reduced in HWTEST_F()

Completed in 4 milliseconds