Home
last modified time | relevance | path

Searched refs:DECLARE_FAKE_VOID_FUNC (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbap_stream.h18 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 …]
Dbap_broadcast_source.h19 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 *,
Dpacs.h16 DECLARE_FAKE_VOID_FUNC(bt_pacs_cap_foreach, enum bt_audio_dir, bt_pacs_cap_foreach_func_t, void *);
Dmock_kernel.h21 DECLARE_FAKE_VOID_FUNC(k_sem_give, struct k_sem *);
/Zephyr-latest/tests/bluetooth/audio/cap_commander/include/
Dcap_commander.h18 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/
Dconn.h25 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 *,
Dnet_buf.h18 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/
Dcap_initiator.h20 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/
Dsettings.h17 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);
Dkeys.h21 DECLARE_FAKE_VOID_FUNC(bt_keys_foreach_type, enum bt_keys_type, bt_keys_foreach_type_cb, void *);
Dconn.h19 DECLARE_FAKE_VOID_FUNC(bt_conn_unref, struct bt_conn *);
/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dkernel.h38 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 *);
Dl2cap_internal.h20 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 *);
Dhci_core.h32 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);
Datt_internal.h13 DECLARE_FAKE_VOID_FUNC(bt_att_init);
Dsmp.h13 DECLARE_FAKE_VOID_FUNC(bt_smp_init);
Daddr_internal.h16 DECLARE_FAKE_VOID_FUNC(bt_addr_le_copy_resolved, bt_addr_le_t *, const bt_addr_le_t *);
Dspinlock.h18 DECLARE_FAKE_VOID_FUNC(z_spin_lock_set_owner, struct k_spinlock *);
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.h30 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/
Dstubs.h66 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/
Dcan_fake.h36 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/
Did.h16 DECLARE_FAKE_VOID_FUNC(bt_id_del, struct bt_keys *);
Dhci_core.h17 DECLARE_FAKE_VOID_FUNC(bt_id_add, struct bt_keys *);
Dsettings.h17 DECLARE_FAKE_VOID_FUNC(bt_settings_encode_key, char *, size_t, const char *,
Dconn.h19 DECLARE_FAKE_VOID_FUNC(bt_conn_foreach, enum bt_conn_type, bt_conn_foreach_cb, void *);

12