Lines Matching refs:args
69 std::vector<std::string> args;
71 int32_t ret = HiDumpHelper::GetInstance().GetArgsType(args, Flag);
84 std::vector<std::string> args;
85 args.push_back(str);
87 int32_t ret = HiDumpHelper::GetInstance().GetArgsType(args, Flag);
212 std::vector<std::string> args;
214 int32_t ret = HiDumpHelper::GetInstance().HiDump(args, result);
227 std::vector<std::string> args;
228 args.push_back(str);
230 int32_t ret = HiDumpHelper::GetInstance().HiDump(args, result);
243 std::vector<std::string> args;
244 args.push_back(str);
246 int32_t ret = HiDumpHelper::GetInstance().HiDump(args, result);