Searched refs:logTag_ (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/powermgr/power_manager/utils/native/src/ |
H A D | power_xcollie.cpp | 24 logTag_ = logTag; in PowerXCollie() 31 id_ = HiviewDFX::XCollie::GetInstance().SetTimer(logTag_, DFX_DELAY_S, nullptr, nullptr, flag); in PowerXCollie() 33 logTag_.c_str(), DFX_DELAY_S); in PowerXCollie() 46 …R_HILOGD(FEATURE_UTIL, "Cancel PowerXCollie, id:%{public}d, tag:%{public}s", id_, logTag_.c_str()); in CancelPowerXCollie()
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | options.h | 87 if (!domainId_.IsNull() && !logTag_.IsNull()) { in DoLogOn() 105 if (!domainId_.IsNull() && !logTag_.IsNull()) { in DoLegalLog() 107 } else if (domainId_.IsNull() && logTag_.IsNull()) { in DoLegalLog() 153 return logTag_; in GetLogTag() 185 String logTag_; variable
|
H A D | options.cpp | 56 logTag_ = argv[i++]; in Parse() 69 attribute_.logTag = logTag_; in Parse()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | logger_output.cpp | 99 … HiLogPrint(LOG_CORE, LOG_ERROR, domain, logTag_.data(), "%{public}s", outputStream.str().c_str()); in Write() 101 HiLogPrint(LOG_CORE, LOG_ERROR, domain, logTag_.data(), "%{public}s", message.data()); in Write() 112 static constexpr std::string_view logTag_ = "ohos_lume"; member in LogcatOutput
|
/ohos5.0/foundation/ability/idl_tool/codegen/ |
H A D | code_emitter.h | 58 logTag_ = logTag; in SetLogTag() 80 String logTag_; variable
|
H A D | cpp_code_emitter.cpp | 268 if (!domainId_.IsNull() && !logTag_.IsNull()) { in EmitInterfaceMemberVariables() 271 domainId_.string(), logTag_.string()); in EmitInterfaceMemberVariables()
|
/ohos5.0/base/powermgr/power_manager/utils/native/include/ |
H A D | power_xcollie.h | 33 std::string logTag_; variable
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/ |
H A D | sa_cpp_interface_code_emitter.cpp | 199 if (!domainId_.empty() && !logTag_.empty()) { in EmitInterfaceMemberVariables() 202 domainId_.c_str(), logTag_.c_str()); in EmitInterfaceMemberVariables()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ |
H A D | sa_code_emitter.h | 42 std::string logTag_; variable
|
H A D | sa_code_emitter.cpp | 104 logTag_ = options.GetLogTag(); in CleanData()
|
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/ |
H A D | cpp_code_emitter_test.cpp | 1205 EXPECT_STREQ(codeEmitter.logTag_, expectStr.c_str()); 1237 EXPECT_STREQ(codeEmitter.logTag_, expectStr.c_str()); 1348 EXPECT_STREQ(codeEmitter.logTag_, expectStr.c_str()); 1392 EXPECT_STREQ(codeEmitter.logTag_, expectStr.c_str());
|