Searched refs:on_data (Results 1 – 3 of 3) sorted by relevance
152 def on_data(data: bytes) -> None: function158 channel.sink = on_data # type: ignore[no-untyped-call]235 def on_data(asha_connection: BumbleConnection, data: bytes) -> None: function239 self.asha_service.on("data", on_data) # type: ignore257 self.asha_service.remove_listener("data", on_data) # type: ignore
95 fn on_data(data: &[u8]); in on_data() function139 fn on_data(data: &[u8]) { in on_data() function
54 on_data(rust::Slice(&data[0], data.size())); in sendData()