Home
last modified time | relevance | path

Searched defs:logTag (Results 1 – 14 of 14) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/common/src/
Daudio_log_utils.cpp30 void AudioLogUtils::ProcessVolumeData(const std::string &logTag, const ChannelVolumes &vols, int64_… in ProcessVolumeData()
58 void AudioLogUtils::IncSilentData(const std::string &logTag, const ChannelVolumes &vols, int64_t co… in IncSilentData()
67 void AudioLogUtils::IncSoundData(const std::string &logTag, const ChannelVolumes &vols, int64_t cou… in IncSoundData()
Dvolume_tools.cpp521 void VolumeTools::DfxOperation(BufferDesc &buffer, AudioStreamInfo streamInfo, std::string logTag, in DfxOperation()
543 void VolumeTools::CalcMuteFrame(BufferDesc &buffer, AudioStreamInfo streamInfo, std::string logTag, in CalcMuteFrame()
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_hitrace_unittest.cpp151 std::string logTag = strTimeStamp + tag; in PrintTagLog() local
176 std::string logTag = PrintTagLog(":BinderTraceTest_Sync001"); variable
229 std::string logTag = PrintTagLog(":BinderTraceTest_Sync002"); variable
272 std::string logTag = PrintTagLog(":BinderTraceTest_Sync003"); variable
311 std::string logTag = PrintTagLog(":BinderTraceTest_Async001"); variable
358 std::string logTag = PrintTagLog(":BinderTraceTest_Async002"); variable
399 std::string logTag = PrintTagLog(":BinderTraceTest_Async003"); variable
/foundation/ability/idl_tool/test/unittest/util_options_test/
Doptions_test.cpp70 auto logTag = options.GetLogTag(); variable
/foundation/ability/idl_tool/idl_tool_2/util/
Doptions.h44 std::string logTag; member
309 std::string logTag; variable
/foundation/ability/idl_tool/codegen/
Dcode_emitter.h56 void SetLogTag(const String& logTag) in SetLogTag()
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/common/
Dcodec_encoder.cpp26 CodecEncoder::CodecEncoder(uint64_t id, std::string logTag) in CodecEncoder()
Dcodec_decoder.cpp26 CodecDecoder::CodecDecoder(uint64_t id, std::string logTag) in CodecDecoder()
/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
Dcpp_code_emitter_test.cpp1123 String logTag = "DISP_SEED"; variable
1187 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; variable
1221 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; variable
1253 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; variable
1316 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; variable
1364 String logTag = "HITRACE_TAG_ABILITY_MANAGER"; variable
/foundation/ability/idl_tool/util/
Doptions.h34 String logTag; member
/foundation/multimedia/audio_framework/test/fuzztest/audioservicecommonenhance_fuzzer/
Daudio_service_common_enhance_fuzzer.cpp125 std::string logTag = "logTag"; in AudioLogUtilsFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_content_modifier.cpp458 … auto logTag = "DrawText IncludeIndent:" + std::to_string(pManager->GetTextWidthIncludeIndent()); in DrawContent() local
Dtext_pattern.cpp2962 void TextPattern::LogForFormRender(const std::string& logTag) in LogForFormRender()
2993 auto logTag = "OnModifyDone:" + std::to_string(nowTime); in OnModifyDone() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
Djs_scene_session_manager.cpp44 #define RETURN_IF_CONVERT_FAIL(env, jsValue, value, paramName, logTag) … argument