Home
last modified time | relevance | path

Searched refs:notification_data_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc386 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) { in OnHangingGetRead()
388 bool ok = ParseServerResponse(notification_data_, content_length, in OnHangingGetRead()
401 if (ParseEntry(notification_data_.substr(pos), &name, &id, in OnHangingGetRead()
413 notification_data_.substr(pos)); in OnHangingGetRead()
417 notification_data_.clear(); in OnHangingGetRead()
Dpeer_connection_client.h116 std::string notification_data_; variable