Searched defs:cbid (Results 1 – 2 of 2) sorted by relevance
130 let cbid = callbacks.add_callback(Box::new(TestCallback::new(cb_string.clone()))); in test_add_and_remove() localVariable
38 cbid: u32, field117 let cbid = self.callbacks.add_callback(callback); in add() localVariable131 let cbid = c.cbid; in remove() localVariable193 cbid: u32, field263 let cbid = self.callbacks.add_callback(callback); in add() localVariable2837 let cbid = c.cbid; in register_client_cb() localVariable2948 let cbid = client.cbid; in write_characteristic_cb() localVariable3021 let cbid = client.cbid; in congestion_cb() localVariable3240 let cbid = self.server_context_map.get_by_uuid(&app_uuid).map(|server| server.cbid); in register_server_cb() localVariable3264 let cbid = self.server_context_map.get_by_server_id(server_id).map(|server| server.cbid); in connection_cb() localVariable[all …]