Searched refs:SdpTypeFromString (Results 1 – 6 of 6) sorted by relevance
130 absl::optional<SdpType> maybe_type = SdpTypeFromString(type()); in GetType()145 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in CreateSessionDescription()187 absl::optional<SdpType> maybe_type = SdpTypeFromString(type); in JsepSessionDescription()
523 EXPECT_EQ(type, webrtc::SdpTypeFromString(str)); in TEST_P()
30 absl::optional<SdpType> sdp_type_maybe = SdpTypeFromString(std_type); in JavaToNativeSessionDescription()
43 absl::optional<SdpType> SdpTypeFromString(const std::string& type_str) { in SdpTypeFromString() function
120 absl::optional<SdpType> SdpTypeFromString(const std::string& type_str);
346 webrtc::SdpTypeFromString(type_str); in OnMessageFromPeer()