Searched refs:sdp_type (Results 1 – 1 of 1) sorted by relevance
890 std::string sdp_type = "local "; in SetLocalDescriptionExpectError() local891 sdp_type.append(action); in SetLocalDescriptionExpectError()892 EXPECT_NE(std::string::npos, error.find(sdp_type)); in SetLocalDescriptionExpectError()918 std::string sdp_type = "remote "; in SetRemoteDescriptionExpectError() local919 sdp_type.append(action); in SetRemoteDescriptionExpectError()920 EXPECT_NE(std::string::npos, error.find(sdp_type)); in SetRemoteDescriptionExpectError()