Searched refs:DEFINE_FAKE_VOID_FUNC (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/tests/bluetooth/host/cs/mocks/ |
D | conn.c | 11 DEFINE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *); 13 DEFINE_FAKE_VOID_FUNC(notify_remote_cs_capabilities, struct bt_conn *, 15 DEFINE_FAKE_VOID_FUNC(notify_remote_cs_fae_table, struct bt_conn *, struct bt_conn_le_cs_fae_table); 16 DEFINE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *); 17 DEFINE_FAKE_VOID_FUNC(notify_cs_config_removed, struct bt_conn *, uint8_t); 18 DEFINE_FAKE_VOID_FUNC(notify_cs_subevent_result, struct bt_conn *, 20 DEFINE_FAKE_VOID_FUNC(notify_cs_security_enable_available, struct bt_conn *); 21 DEFINE_FAKE_VOID_FUNC(notify_cs_procedure_enable_available, struct bt_conn *,
|
D | net_buf.c | 14 DEFINE_FAKE_VOID_FUNC(net_buf_unref, struct net_buf *); 15 DEFINE_FAKE_VOID_FUNC(net_buf_reset, struct net_buf *); 16 DEFINE_FAKE_VOID_FUNC(net_buf_slist_put, sys_slist_t *, struct net_buf *);
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | bap_stream.c | 28 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_configured_cb, struct bt_bap_stream *, 30 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_qos_set_cb, struct bt_bap_stream *); 31 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_enabled_cb, struct bt_bap_stream *); 32 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_metadata_updated_cb, struct bt_bap_stream *); 33 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_disabled_cb, struct bt_bap_stream *); 34 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_released_cb, struct bt_bap_stream *); 35 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_started_cb, struct bt_bap_stream *); 36 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_stopped_cb, struct bt_bap_stream *, uint8_t); 37 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_recv_cb, struct bt_bap_stream *, 39 DEFINE_FAKE_VOID_FUNC(mock_bap_stream_sent_cb, struct bt_bap_stream *); [all …]
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/ |
D | cap_commander.c | 23 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_discovery_complete_cb, struct bt_conn *, int, 27 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_volume_changed_cb, struct bt_conn *, int); 28 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_volume_mute_changed_cb, struct bt_conn *, int); 29 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_volume_offset_changed_cb, struct bt_conn *, int); 30 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_microphone_mute_changed_cb, struct bt_conn *, int); 31 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_microphone_gain_changed_cb, struct bt_conn *, int); 32 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_broadcast_reception_start_cb, struct bt_conn *, int); 33 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_broadcast_reception_stop_cb, struct bt_conn *, int); 34 DEFINE_FAKE_VOID_FUNC(mock_cap_commander_distribute_broadcast_code_cb, struct bt_conn *, int);
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | kernel.c | 15 DEFINE_FAKE_VOID_FUNC(k_sem_give, struct k_sem *); 17 DEFINE_FAKE_VOID_FUNC(k_work_init, struct k_work *, k_work_handler_t); 18 DEFINE_FAKE_VOID_FUNC(k_work_init_delayable, struct k_work_delayable *, k_work_handler_t); 25 DEFINE_FAKE_VOID_FUNC(k_queue_init, struct k_queue *); 26 DEFINE_FAKE_VOID_FUNC(k_queue_append, struct k_queue *, void *); 29 DEFINE_FAKE_VOID_FUNC(k_queue_prepend, struct k_queue *, void *); 31 DEFINE_FAKE_VOID_FUNC(k_heap_free, struct k_heap *, void *);
|
D | l2cap_internal.c | 11 DEFINE_FAKE_VOID_FUNC(bt_l2cap_init); 12 DEFINE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool); 13 DEFINE_FAKE_VOID_FUNC(bt_l2cap_connected, struct bt_conn *); 16 DEFINE_FAKE_VOID_FUNC(bt_l2cap_disconnected, struct bt_conn *);
|
D | hci_core.c | 19 DEFINE_FAKE_VOID_FUNC(bt_tx_irq_raise); 21 DEFINE_FAKE_VOID_FUNC(bt_send_one_host_num_completed_packets, uint16_t); 22 DEFINE_FAKE_VOID_FUNC(bt_acl_set_ncp_sent, struct net_buf *, bool);
|
D | att_internal.c | 11 DEFINE_FAKE_VOID_FUNC(bt_att_init);
|
D | smp.c | 11 DEFINE_FAKE_VOID_FUNC(bt_smp_init);
|
D | addr_internal.c | 11 DEFINE_FAKE_VOID_FUNC(bt_addr_le_copy_resolved, bt_addr_le_t *, const bt_addr_le_t *);
|
D | spinlock.c | 13 DEFINE_FAKE_VOID_FUNC(z_spin_lock_set_owner, struct k_spinlock *);
|
D | buf_view.c | 14 DEFINE_FAKE_VOID_FUNC(bt_buf_destroy_view, struct net_buf *, struct bt_buf_view_meta *);
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/ |
D | cap_initiator.c | 21 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_discovery_complete_cb, struct bt_conn *, int, 25 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_start_complete_cb, int, struct bt_conn *); 26 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_update_complete_cb, int, struct bt_conn *); 27 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_stop_complete_cb, int, struct bt_conn *); 28 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_broadcast_started_cb, struct bt_cap_broadcast_source *); 29 DEFINE_FAKE_VOID_FUNC(mock_cap_initiator_broadcast_stopped_cb, struct bt_cap_broadcast_source *,
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | settings.c | 11 DEFINE_FAKE_VOID_FUNC(bt_settings_store_id); 12 DEFINE_FAKE_VOID_FUNC(bt_settings_delete_id); 13 DEFINE_FAKE_VOID_FUNC(bt_settings_store_irk); 14 DEFINE_FAKE_VOID_FUNC(bt_settings_delete_irk);
|
D | keys.c | 12 DEFINE_FAKE_VOID_FUNC(bt_keys_foreach_type, enum bt_keys_type, bt_keys_foreach_type_cb, void *);
|
D | conn.c | 11 DEFINE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
|
D | net_buf.c | 13 DEFINE_FAKE_VOID_FUNC(net_buf_unref, struct net_buf *);
|
D | kernel.c | 15 DEFINE_FAKE_VOID_FUNC(k_work_init_delayable, struct k_work_delayable *, k_work_handler_t);
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.c | 16 DEFINE_FAKE_VOID_FUNC(coap_pending_clear, struct coap_pending *); 17 DEFINE_FAKE_VOID_FUNC(lwm2m_reset_message, struct lwm2m_message *, bool); 19 DEFINE_FAKE_VOID_FUNC(lwm2m_registry_lock); 20 DEFINE_FAKE_VOID_FUNC(lwm2m_registry_unlock); 28 DEFINE_FAKE_VOID_FUNC(lwm2m_udp_receive, struct lwm2m_ctx *, uint8_t *, uint16_t, 31 DEFINE_FAKE_VOID_FUNC(lwm2m_engine_context_close, struct lwm2m_ctx *); 42 DEFINE_FAKE_VOID_FUNC(lwm2m_clear_block_contexts); 45 DEFINE_FAKE_VOID_FUNC(engine_update_tx_time);
|
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/ |
D | bap_broadcast_source.c | 18 DEFINE_FAKE_VOID_FUNC(mock_bap_broadcast_source_started_cb, struct bt_bap_broadcast_source *); 20 DEFINE_FAKE_VOID_FUNC(mock_bap_broadcast_source_stopped_cb, struct bt_bap_broadcast_source *,
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | stubs.c | 99 DEFINE_FAKE_VOID_FUNC(lwm2m_engine_context_init, struct lwm2m_ctx *); 110 DEFINE_FAKE_VOID_FUNC(lwm2m_engine_context_close, struct lwm2m_ctx *); 122 DEFINE_FAKE_VOID_FUNC(lwm2m_server_reset_timestamps); 209 DEFINE_FAKE_VOID_FUNC(lwm2m_clear_block_contexts); 221 DEFINE_FAKE_VOID_FUNC(lwm2m_reset_message, struct lwm2m_message *, bool); 225 DEFINE_FAKE_VOID_FUNC(lwm2m_engine_get_binding, char *); 226 DEFINE_FAKE_VOID_FUNC(lwm2m_engine_get_queue_mode, char *);
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | id.c | 10 DEFINE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
|
D | hci_core.c | 11 DEFINE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
|
D | conn.c | 10 DEFINE_FAKE_VOID_FUNC(bt_conn_foreach, enum bt_conn_type, bt_conn_foreach_cb, void *);
|
D | settings.c | 10 DEFINE_FAKE_VOID_FUNC(bt_settings_encode_key, char *, size_t, const char *,
|
12