Searched refs:DECLARE_FAKE_VOID_FUNC (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | bap_stream.h | 18 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_configured_cb, struct bt_bap_stream *, 20 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_qos_set_cb, struct bt_bap_stream *); 21 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_enabled_cb, struct bt_bap_stream *); 22 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_metadata_updated_cb, struct bt_bap_stream *); 23 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_disabled_cb, struct bt_bap_stream *); 24 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_released_cb, struct bt_bap_stream *); 25 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_started_cb, struct bt_bap_stream *); 26 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_stopped_cb, struct bt_bap_stream *, uint8_t); 27 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_recv_cb, struct bt_bap_stream *, 29 DECLARE_FAKE_VOID_FUNC(mock_bap_stream_sent_cb, struct bt_bap_stream *); [all …]
|
D | bap_broadcast_source.h | 19 DECLARE_FAKE_VOID_FUNC(mock_bap_broadcast_source_started_cb, struct bt_bap_broadcast_source *); 20 DECLARE_FAKE_VOID_FUNC(mock_bap_broadcast_source_stopped_cb, struct bt_bap_broadcast_source *,
|
D | pacs.h | 16 DECLARE_FAKE_VOID_FUNC(bt_pacs_cap_foreach, enum bt_audio_dir, bt_pacs_cap_foreach_func_t, void *);
|
D | mock_kernel.h | 21 DECLARE_FAKE_VOID_FUNC(k_sem_give, struct k_sem *);
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/include/ |
D | cap_commander.h | 18 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_discovery_complete_cb, struct bt_conn *, int, 21 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_volume_changed_cb, struct bt_conn *, int); 22 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_volume_mute_changed_cb, struct bt_conn *, int); 23 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_volume_offset_changed_cb, struct bt_conn *, int); 24 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_microphone_mute_changed_cb, struct bt_conn *, int); 25 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_microphone_gain_changed_cb, struct bt_conn *, int); 26 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_broadcast_reception_start_cb, struct bt_conn *, int); 27 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_broadcast_reception_stop_cb, struct bt_conn *, int); 28 DECLARE_FAKE_VOID_FUNC(mock_cap_commander_distribute_broadcast_code_cb, struct bt_conn *, int);
|
/Zephyr-latest/tests/bluetooth/host/cs/mocks/ |
D | conn.h | 25 DECLARE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *); 27 DECLARE_FAKE_VOID_FUNC(notify_remote_cs_capabilities, struct bt_conn *, 29 DECLARE_FAKE_VOID_FUNC(notify_remote_cs_fae_table, struct bt_conn *, 31 DECLARE_FAKE_VOID_FUNC(notify_cs_config_created, struct bt_conn *, struct bt_conn_le_cs_config *); 32 DECLARE_FAKE_VOID_FUNC(notify_cs_config_removed, struct bt_conn *, uint8_t); 33 DECLARE_FAKE_VOID_FUNC(notify_cs_subevent_result, struct bt_conn *, 35 DECLARE_FAKE_VOID_FUNC(notify_cs_security_enable_available, struct bt_conn *); 36 DECLARE_FAKE_VOID_FUNC(notify_cs_procedure_enable_available, struct bt_conn *,
|
D | net_buf.h | 18 DECLARE_FAKE_VOID_FUNC(net_buf_unref, struct net_buf *); 19 DECLARE_FAKE_VOID_FUNC(net_buf_reset, struct net_buf *); 20 DECLARE_FAKE_VOID_FUNC(net_buf_slist_put, sys_slist_t *, struct net_buf *);
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/include/ |
D | cap_initiator.h | 20 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_discovery_complete_cb, struct bt_conn *, int, 23 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_start_complete_cb, int, struct bt_conn *); 24 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_update_complete_cb, int, struct bt_conn *); 25 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_unicast_stop_complete_cb, int, struct bt_conn *); 26 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_broadcast_started_cb, struct bt_cap_broadcast_source *); 27 DECLARE_FAKE_VOID_FUNC(mock_cap_initiator_broadcast_stopped_cb, struct bt_cap_broadcast_source *,
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | settings.h | 17 DECLARE_FAKE_VOID_FUNC(bt_settings_store_id); 18 DECLARE_FAKE_VOID_FUNC(bt_settings_delete_id); 19 DECLARE_FAKE_VOID_FUNC(bt_settings_store_irk); 20 DECLARE_FAKE_VOID_FUNC(bt_settings_delete_irk);
|
D | keys.h | 21 DECLARE_FAKE_VOID_FUNC(bt_keys_foreach_type, enum bt_keys_type, bt_keys_foreach_type_cb, void *);
|
D | conn.h | 19 DECLARE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | kernel.h | 38 DECLARE_FAKE_VOID_FUNC(k_sem_give, struct k_sem *); 40 DECLARE_FAKE_VOID_FUNC(k_work_init, struct k_work *, k_work_handler_t); 41 DECLARE_FAKE_VOID_FUNC(k_work_init_delayable, struct k_work_delayable *, k_work_handler_t); 48 DECLARE_FAKE_VOID_FUNC(k_queue_init, struct k_queue *); 49 DECLARE_FAKE_VOID_FUNC(k_queue_append, struct k_queue *, void *); 52 DECLARE_FAKE_VOID_FUNC(k_queue_prepend, struct k_queue *, void *); 54 DECLARE_FAKE_VOID_FUNC(k_heap_free, struct k_heap *, void *);
|
D | l2cap_internal.h | 20 DECLARE_FAKE_VOID_FUNC(bt_l2cap_init); 21 DECLARE_FAKE_VOID_FUNC(bt_l2cap_recv, struct bt_conn *, struct net_buf *, bool); 22 DECLARE_FAKE_VOID_FUNC(bt_l2cap_connected, struct bt_conn *); 25 DECLARE_FAKE_VOID_FUNC(bt_l2cap_disconnected, struct bt_conn *);
|
D | hci_core.h | 32 DECLARE_FAKE_VOID_FUNC(bt_tx_irq_raise); 34 DECLARE_FAKE_VOID_FUNC(bt_send_one_host_num_completed_packets, uint16_t); 35 DECLARE_FAKE_VOID_FUNC(bt_acl_set_ncp_sent, struct net_buf *, bool);
|
D | att_internal.h | 13 DECLARE_FAKE_VOID_FUNC(bt_att_init);
|
D | smp.h | 13 DECLARE_FAKE_VOID_FUNC(bt_smp_init);
|
D | addr_internal.h | 16 DECLARE_FAKE_VOID_FUNC(bt_addr_le_copy_resolved, bt_addr_le_t *, const bt_addr_le_t *);
|
D | spinlock.h | 18 DECLARE_FAKE_VOID_FUNC(z_spin_lock_set_owner, struct k_spinlock *);
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.h | 30 DECLARE_FAKE_VOID_FUNC(coap_pending_clear, struct coap_pending *); 32 DECLARE_FAKE_VOID_FUNC(lwm2m_reset_message, struct lwm2m_message *, bool); 34 DECLARE_FAKE_VOID_FUNC(lwm2m_registry_lock); 35 DECLARE_FAKE_VOID_FUNC(lwm2m_registry_unlock); 42 DECLARE_FAKE_VOID_FUNC(lwm2m_udp_receive, struct lwm2m_ctx *, uint8_t *, uint16_t, 45 DECLARE_FAKE_VOID_FUNC(lwm2m_engine_context_close, struct lwm2m_ctx *); 56 DECLARE_FAKE_VOID_FUNC(lwm2m_clear_block_contexts); 60 DECLARE_FAKE_VOID_FUNC(engine_update_tx_time);
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | stubs.h | 66 DECLARE_FAKE_VOID_FUNC(lwm2m_engine_context_init, struct lwm2m_ctx *); 69 DECLARE_FAKE_VOID_FUNC(lwm2m_engine_context_close, struct lwm2m_ctx *); 75 DECLARE_FAKE_VOID_FUNC(lwm2m_server_reset_timestamps); 85 DECLARE_FAKE_VOID_FUNC(lwm2m_clear_block_contexts); 89 DECLARE_FAKE_VOID_FUNC(lwm2m_reset_message, struct lwm2m_message *, bool); 93 DECLARE_FAKE_VOID_FUNC(lwm2m_engine_get_binding, char *); 94 DECLARE_FAKE_VOID_FUNC(lwm2m_engine_get_queue_mode, char *);
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_fake.h | 36 DECLARE_FAKE_VOID_FUNC(fake_can_remove_rx_filter, const struct device *, int); 43 DECLARE_FAKE_VOID_FUNC(fake_can_set_state_change_callback, const struct device *,
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | id.h | 16 DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
|
D | hci_core.h | 17 DECLARE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
|
D | settings.h | 17 DECLARE_FAKE_VOID_FUNC(bt_settings_encode_key, char *, size_t, const char *,
|
D | conn.h | 19 DECLARE_FAKE_VOID_FUNC(bt_conn_foreach, enum bt_conn_type, bt_conn_foreach_cb, void *);
|
12