Home
last modified time | relevance | path

Searched refs:LnnNotifyWlanStateChangeEvent (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/common/src/
H A Dlnn_wifiservice_monitor_mock.cpp46 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function
48 return GetLnnWifiServiceMonitorInterface()->LnnNotifyWlanStateChangeEvent(state); in LnnNotifyWlanStateChangeEvent()
/foundation/communication/dsoftbus/tests/adapter/common/include/
H A Dlnn_wifiservice_monitor_mock.h33 virtual void LnnNotifyWlanStateChangeEvent(void *state) = 0;
46 MOCK_METHOD1(LnnNotifyWlanStateChangeEvent, void(void *));
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp139 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in OnReceiveEvent()
220 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in UpdateLocalWifiActiveCapability()
247 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in UpdateLocalWifiConnCapability()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h53 virtual void LnnNotifyWlanStateChangeEvent(void *state) = 0;
109 MOCK_METHOD1(LnnNotifyWlanStateChangeEvent, void (void *));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp80 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function
82 return GetServiceInterface()->LnnNotifyWlanStateChangeEvent(state); in LnnNotifyWlanStateChangeEvent()
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c88 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in ProcessWlanEvent()
/foundation/communication/dsoftbus/core/bus_center/service/include/
H A Dbus_center_event.h260 void LnnNotifyWlanStateChangeEvent(void *state);
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_event_test.cpp493 LnnNotifyWlanStateChangeEvent(nullptr); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c512 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function

Completed in 6 milliseconds