Searched defs:PostMessage (Results 1 – 8 of 8) sorted by relevance
20 rpc PostMessage(cast.web.Message) returns (cast.web.MessagePortStatus); rpc
21 rpc PostMessage(cast.web.Message) returns (cast.web.MessagePortStatus); rpc
35 rpc PostMessage(cast.web.Message) returns (cast.web.MessagePortStatus); rpc
42 rpc PostMessage(cast.web.Message) returns (cast.web.MessagePortStatus); rpc
57 void CastSocketMessagePort::PostMessage( in PostMessage() function in openscreen::cast::CastSocketMessagePort
54 void PostMessage(const std::string& sender_id, in PostMessage() function
49 void PostMessage(const std::string& sender_id, in PostMessage() function
167 void PostMessage(int id, const rtc::CopyOnWriteBuffer& packet) { in PostMessage() function