Home
last modified time | relevance | path

Searched refs:SoftBusBtAclState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dnetwork_mock.h55 virtual void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state) = 0;
74 MOCK_METHOD2(LnnNotifyBtAclStateChangeEvent, void(const char *, SoftBusBtAclState));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp153 SoftBusBtAclState state = static_cast<SoftBusBtAclState> in LnnNotifyBtAclStateChangeEventFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h149 } SoftBusBtAclState; typedef
270 void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp81 void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state) in LnnNotifyBtAclStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c645 void LnnNotifyBtAclStateChangeEvent(const char *btMac, SoftBusBtAclState state) in LnnNotifyBtAclStateChangeEvent()