Lines Matching refs:FAKE_VALUE_FUNC
43 FAKE_VALUE_FUNC(int, scan_mock, const struct device *, uint16_t, energy_scan_done_cb_t);
44 FAKE_VALUE_FUNC(int, cca_mock, const struct device *);
45 FAKE_VALUE_FUNC(int, set_channel_mock, const struct device *, uint16_t);
46 FAKE_VALUE_FUNC(int, filter_mock, const struct device *, bool, enum ieee802154_filter_type,
48 FAKE_VALUE_FUNC(int, set_txpower_mock, const struct device *, int16_t);
49 FAKE_VALUE_FUNC(int64_t, get_time_mock, const struct device *);
50 FAKE_VALUE_FUNC(int, tx_mock, const struct device *, enum ieee802154_tx_mode, struct net_pkt *,
52 FAKE_VALUE_FUNC(int, start_mock, const struct device *);
53 FAKE_VALUE_FUNC(int, stop_mock, const struct device *);
54 FAKE_VALUE_FUNC(int, configure_mock, const struct device *, enum ieee802154_config_type,
56 FAKE_VALUE_FUNC(enum ieee802154_hw_caps, get_capabilities_caps_mock, const struct device *);
134 FAKE_VALUE_FUNC(otError, otIp6Send, otInstance *, otMessage *);
142 FAKE_VALUE_FUNC(otError, otMessageAppend, otMessage *, const void *, uint16_t);