Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/client/
Dpeer_connection_client.cc377 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) { in OnHangingGetRead()
380 ParseServerResponse(notification_data_, content_length, &peer_id, &eoh); in OnHangingGetRead()
392 if (ParseEntry(notification_data_.substr(pos), &name, &id, in OnHangingGetRead()
404 notification_data_.substr(pos)); in OnHangingGetRead()
408 notification_data_.clear(); in OnHangingGetRead()
Dpeer_connection_client.h125 std::string notification_data_; variable