Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp74 std::vector<std::string> tmpDumpNames; in ParseCommand() local
84 auto it = find(tmpDumpNames.begin(), tmpDumpNames.end(), command->dumpName); in ParseCommand()
85 if (it != tmpDumpNames.end()) { in ParseCommand()
90 tmpDumpNames.emplace_back(command->dumpName); in ParseCommand()

Completed in 1 milliseconds