Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp1051 std::string dumpAllEnable; in SetAudioDumpBySysParam() local
1053 …mpAllRes = OHOS::system::GetStringParameter("sys.media.sink.entiredump.enable", dumpAllEnable, ""); in SetAudioDumpBySysParam()
1054 if (dumpAllRes == 0 && !dumpAllEnable.empty() && dumpAllEnable == "true") { in SetAudioDumpBySysParam()
1064 PUBLIC_LOG_S, dumpAllEnable.c_str(), dumpSliceEnable.c_str()); in SetAudioDumpBySysParam()