Lines Matching defs:argList
232 VecStr argList = GetArgList();
233 if ((cmd == "allocationtrack" || cmd == "sampling") && !argList.empty()) {
237 if (argList.empty()) {
238 argList.push_back("/data/");
241 const std::string &arg = argList[0];
260 bool result = heapProfilerClient.DispatcherCmd(cmd, argList[0]);
270 VecStr argList = GetArgList();
272 if (argList.empty()) {
290 const std::string &arg = argList[0];
544 VecStr argList = GetArgList();
545 if (argList.size() == 1) {
546 if (!SessionManager::getInstance().CreateNewSession(argList[0])) {
561 VecStr argList = GetArgList();
562 if (argList.size() == 1 && Utils::IsNumber(argList[0])) {
564 if (Utils::StrToUInt(argList[0].c_str(), &sessionId)) {
596 VecStr argList = GetArgList();
597 if (argList.size() == 1 && Utils::IsNumber(argList[0])) {
599 if (Utils::StrToUInt(argList[0].c_str(), &sessionId)) {