Searched refs:banner (Results 1 – 3 of 3) sorted by relevance
133 const char banner[] = in TEST() local135 parse_banner(banner, &t); in TEST()149 const char banner[] = in TEST() local152 parse_banner(banner, &t); in TEST()
237 void parse_banner(const std::string& banner, atransport* t) { in parse_banner() argument238 D("parse_banner: %s", banner.c_str()); in parse_banner()242 std::vector<std::string> pieces = android::base::Split(banner, ":"); in parse_banner()301 std::string banner(reinterpret_cast<const char*>(p->data), in handle_new_connection()303 parse_banner(banner, t); in handle_new_connection()
75 The system identity string should be "<systemtype>:<serialno>:<banner>"77 kind of unique ID (or empty), and banner is a human-readable version78 or identifier string. The banner is used to transmit useful properties.