Home
last modified time | relevance | path

Searched refs:logTag (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_log_utils.cpp30 void AudioLogUtils::ProcessVolumeData(const std::string &logTag, const ChannelVolumes &vols, int64_t &count) in ProcessVolumeData() argument
41 AUDIO_INFO_LOG("[%{public}s] 1->0, silent frames %{public}" PRId64 "", logTag.c_str(), count); in ProcessVolumeData()
45 IncSilentData(logTag, vols, -count); in ProcessVolumeData()
48 AUDIO_INFO_LOG("[%{public}s] 0->1, silent frames %{public}" PRId64 "", logTag.c_str(), -count); in ProcessVolumeData()
52 IncSoundData(logTag, vols, count); in ProcessVolumeData()
56 void AudioLogUtils::IncSilentData(const std::string &logTag, const ChannelVolumes &vols, int64_t count) in IncSilentData() argument
61 logTag.c_str(), vols.channel, count); in IncSilentData()
65 void AudioLogUtils::IncSoundData(const std::string &logTag, const ChannelVolumes &vols, int64_t count) in IncSoundData() argument
71 logTag.c_str(), vols.volStart[0], count); in IncSoundData()
74 logTag in IncSoundData()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_log_utils.h24 static void ProcessVolumeData(const std::string &logTag, const ChannelVolumes &vols, int64_t &count);
27 static void IncSilentData(const std::string &logTag, const ChannelVolumes &vols, int64_t count);
28 static void IncSoundData(const std::string &logTag, const ChannelVolumes &vols, int64_t count);
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_hitrace_unittest.cpp150 std::string logTag = strTimeStamp + tag; in PrintTagLog() local
151 HiLog::Info(LOG_LABEL, "%s\n", logTag.c_str()); in PrintTagLog()
152 return logTag; in PrintTagLog()
175 std::string logTag = PrintTagLog(":BinderTraceTest_Sync001"); in HWTEST_F() local
193 std::string remainLogMsgs = BinderTraceGetRemainLog(logTag); in HWTEST_F()
228 std::string logTag = PrintTagLog(":BinderTraceTest_Sync002"); in HWTEST_F() local
271 std::string logTag = PrintTagLog(":BinderTraceTest_Sync003"); in HWTEST_F() local
310 std::string logTag = PrintTagLog(":BinderTraceTest_Async001"); in HWTEST_F() local
326 std::string remainLogMsgs = BinderTraceGetRemainLog(logTag); in HWTEST_F()
357 std::string logTag in HWTEST_F() local
398 std::string logTag = PrintTagLog(":BinderTraceTest_Async003"); HWTEST_F() local
[all...]
/foundation/ability/idl_tool/codegen/
H A Dcode_emitter.h56 void SetLogTag(const String& logTag) in SetLogTag() argument
58 logTag_ = logTag; in SetLogTag()
H A Dcode_generator.cpp48 emitter_->SetLogTag(att.logTag); in CodeGenerator()
/foundation/ability/ability_runtime/services/common/include/
H A Dhilog_tag_wrapper.h208 AAFwkTag logTag = tag; \
209 ((void)HILOG_IMPL(LOG_CORE, level, static_cast<uint32_t>(logTag), \
210 OHOS::AAFwk::GetTagInfoFromDomainId(logTag), AAFWK_FUNC_FMT fmt, AAFWK_FUNC_INFO, ##__VA_ARGS__)); \
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp348 attribute.logTag = logTag; in CheckSaOptions()
564 logTag = tag; in SetLogTag()
591 if (!domainId.empty() && !logTag.empty()) { in DoLogOn()
600 if (!domainId.empty() && !logTag.empty()) { in DoLegalLog()
602 } else if (domainId.empty() && logTag.empty()) { in DoLegalLog()
H A Doptions.h44 std::string logTag; member
193 return logTag; in GetLogTag()
303 std::string logTag; member in OHOS::Idl::Options
/foundation/ability/idl_tool/test/unittest/codegen_code_generator_test/
H A Dcodegen_code_generator_test.cpp61 att.logTag = "logTag"; in HWTEST_F()
/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp1123 String logTag = "DISP_SEED"; in HWTEST_F() local
1154 codeEmitter.SetLogTag(logTag); in HWTEST_F()
1187 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; in HWTEST_F() local
1194 * @tc.steps: step2. Set domainId and logTag. in HWTEST_F()
1197 codeEmitter.SetLogTag(logTag); in HWTEST_F()
1221 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; in HWTEST_F() local
1226 * @tc.steps: step2. Set domainId and logTag. in HWTEST_F()
1229 codeEmitter.SetLogTag(logTag); in HWTEST_F()
1253 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; in HWTEST_F() local
1280 * @tc.steps: step3. Set domainId and logTag in HWTEST_F()
1316 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; HWTEST_F() local
1364 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; HWTEST_F() local
[all...]
/foundation/ability/idl_tool/test/unittest/util_options_test/
H A Doptions_test.cpp70 auto logTag = options.GetLogTag(); in HWTEST_F() local
/foundation/ability/idl_tool/util/
H A Doptions.h34 String logTag; member
H A Doptions.cpp69 attribute_.logTag = logTag_; in Parse()

Completed in 7 milliseconds