Searched refs:STRING_CODE (Results 1 – 4 of 4) sorted by relevance
33 const std::string STRING_CODE = "1024"; variable314 (char *)STRING_CODE.c_str(),336 (char *)STRING_CODE.c_str(),440 (char *)STRING_CODE.c_str(),503 (char *)STRING_CODE.c_str(),
32 const std::string STRING_CODE = "1024"; variable128 if (atoi(STRING_CODE.c_str()) == code && STRING_DATA == data) { in OnReceiveEvent()230 …std::string command = "cem publish -e " + STRING_EVENT + " -c " + STRING_CODE + " -d " + STRING_DA…
30 const std::string STRING_CODE = "code:"; variable
116 result.append(STRING_CODE + std::to_string(code) + "\n"); in GetMessageFromCode()