Lines Matching refs:UTF8String
116 properties_map.insert(String::from("app"), Amf0ValueType::UTF8String(app)); in write_connect()
120 properties_map.insert(String::from("type"), Amf0ValueType::UTF8String(pub_type)); in write_connect()
126 Amf0ValueType::UTF8String(flash_ver), in write_connect()
131 properties_map.insert(String::from("tcUrl"), Amf0ValueType::UTF8String(tc_url)); in write_connect()
135 properties_map.insert(String::from("swfUrl"), Amf0ValueType::UTF8String(swf_url)); in write_connect()
139 properties_map.insert(String::from("pageUrl"), Amf0ValueType::UTF8String(page_url)); in write_connect()
202 Amf0ValueType::UTF8String(fmsver.to_owned()), in write_connect_response()
215 Amf0ValueType::UTF8String(level.to_owned()), in write_connect_response()
219 Amf0ValueType::UTF8String(code.to_owned()), in write_connect_response()
223 Amf0ValueType::UTF8String(description.to_owned()), in write_connect_response()
289 Amf0ValueType::UTF8String(level.to_owned()), in error()
293 Amf0ValueType::UTF8String(code.to_owned()), in error()
297 Amf0ValueType::UTF8String(description.to_owned()), in error()