Home
last modified time | relevance | path

Searched refs:logTag_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/powermgr/power_manager/utils/native/src/
H A Dpower_xcollie.cpp24 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 Doptions.h87 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 Doptions.cpp56 logTag_ = argv[i++]; in Parse()
69 attribute_.logTag = logTag_; in Parse()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dlogger_output.cpp99 … 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 Dcode_emitter.h58 logTag_ = logTag; in SetLogTag()
80 String logTag_; variable
H A Dcpp_code_emitter.cpp268 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 Dpower_xcollie.h33 std::string logTag_; variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/cpp/
H A Dsa_cpp_interface_code_emitter.cpp199 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 Dsa_code_emitter.h42 std::string logTag_; variable
H A Dsa_code_emitter.cpp104 logTag_ = options.GetLogTag(); in CleanData()
/ohos5.0/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp1205 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());