Home
last modified time | relevance | path

Searched refs:LnnNotifyBtStateChangeEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dnetwork_mock.cpp96 void LnnNotifyBtStateChangeEvent(void *state) in LnnNotifyBtStateChangeEvent() function
98 return GetNetworkInterface()->LnnNotifyBtStateChangeEvent(state); in LnnNotifyBtStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dnetwork_mock.h59 virtual void LnnNotifyBtStateChangeEvent(void *state) = 0;
78 MOCK_METHOD1(LnnNotifyBtStateChangeEvent, void(void *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp85 void LnnNotifyBtStateChangeEvent(void *state) in LnnNotifyBtStateChangeEvent() function
87 return GetServiceInterface()->LnnNotifyBtStateChangeEvent(state); in LnnNotifyBtStateChangeEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h54 virtual void LnnNotifyBtStateChangeEvent(void *state) = 0;
110 MOCK_METHOD1(LnnNotifyBtStateChangeEvent, void (void *));
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_bt_monitor.c76 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyBtStateChangeEvent, in LnnOnBtStateChanged()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/service/fuzztest/buscenterevent_fuzzer/
H A Dbuscenterevent_fuzz.cpp127 LnnNotifyBtStateChangeEvent(btState); in LnnNotifyStateChangeEventFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h263 void LnnNotifyBtStateChangeEvent(void *state);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c538 void LnnNotifyBtStateChangeEvent(void *state) in LnnNotifyBtStateChangeEvent() function