Searched refs:banner (Results 1 – 3 of 3) sorted by relevance
99 const char banner[] = in TEST_F() local101 parse_banner(banner, &t); in TEST_F()114 const char banner[] = in TEST_F() local117 parse_banner(banner, &t); in TEST_F()
236 void parse_banner(const std::string& banner, atransport* t) { in parse_banner() argument237 D("parse_banner: %s", banner.c_str()); in parse_banner()241 std::vector<std::string> pieces = android::base::Split(banner, ":"); in parse_banner()296 std::string banner(p->payload.begin(), p->payload.end()); in handle_new_connection() local297 parse_banner(banner, t); in handle_new_connection()
77 The system identity string should be "<systemtype>:<serialno>:<banner>"79 kind of unique ID (or empty), and banner is a human-readable version80 or identifier string. The banner is used to transmit useful properties.