Home
last modified time | relevance | path

Searched refs:g_lastPara (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp339 std::map<std::string, std::string> DumpFileUtil::g_lastPara = {}; member in OHOS::DistributedHardware::DumpFileUtil
349 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
360 g_lastPara[para] = dumpPara; in OpenDumpFileInner()
386 CHECK_AND_RETURN_LOG(g_lastPara[para] != "w" || g_lastPara[para] != "a", "Invalid input para"); in ChangeDumpFileState()
392 if (g_lastPara[para] == "w" && dumpPara == "w") { in ChangeDumpFileState()
/drivers/peripheral/distributed_audio/hdi_service/common/utils/include/
H A Ddaudio_utils.h88 static std::map<std::string, std::string> g_lastPara; member in OHOS::DistributedHardware::DumpFileUtil

Completed in 2 milliseconds