Lines Matching defs:param
70 ParamsSharedPtr param = std::make_shared<Params>();
71 if (!CmdUtil::Convert2Params(args, size, param)) {
72 PrintMsg(param->GetMethod() + " failed");
75 PrintMsg("Start " + param->GetMethod());
76 SIGNATURE_TOOLS_LOGD("%s run start time ", param->GetMethod().c_str());
77 if (!DispatchParams(param, *serviceApi)) {
78 SIGNATURE_TOOLS_LOGD("%s run end time ", param->GetMethod().c_str());
79 PrintMsg(param->GetMethod() + " failed");
82 PrintMsg(param->GetMethod() + " success");
83 SIGNATURE_TOOLS_LOGD("%s run end time ", param->GetMethod().c_str());
121 PrintErrorNumberMsg("COMMAND_ERROR", COMMAND_ERROR, "not support command param '" + mode + "'");
399 PrintErrorNumberMsg("COMMAND_ERROR", COMMAND_ERROR, "not support command param '" + mode + "'");