Lines Matching defs:target
268 string target = std::string(hChannel->bufStd + 2);
269 if (target == "any") {
270 ptrServer->AdminDaemonMap(OP_GET_ANY, target, hdi);
272 ptrServer->AdminDaemonMap(OP_QUERY, target, hdi);
350 EchoClient(hChannel, MSG_FAIL, "No target available");
412 EchoClient(hChannel, MSG_FAIL, "No target available");
435 EchoClient(hChannel, MSG_FAIL, "No any connected target");
439 EchoClient(hChannel, MSG_OK, "Wait for connected target is %s", key.c_str());
705 EchoClient(hChannel, MSG_FAIL, "Not match target founded, check connect-key please");
813 WRITE_LOG(LOG_WARN, "No target channelId:%u", hChannel->channelId);