Searched refs:LnnNotifyWlanStateChangeEvent (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/dsoftbus/tests/adapter/common/src/ |
H A D | lnn_wifiservice_monitor_mock.cpp | 46 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function 48 return GetLnnWifiServiceMonitorInterface()->LnnNotifyWlanStateChangeEvent(state); in LnnNotifyWlanStateChangeEvent()
|
/foundation/communication/dsoftbus/tests/adapter/common/include/ |
H A D | lnn_wifiservice_monitor_mock.h | 33 virtual void LnnNotifyWlanStateChangeEvent(void *state) = 0; 46 MOCK_METHOD1(LnnNotifyWlanStateChangeEvent, void(void *));
|
/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/ |
H A D | lnn_wifiservice_monitor.cpp | 139 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 D | lnn_service_mock.h | 53 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 D | lnn_service_mock.cpp | 80 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function 82 return GetServiceInterface()->LnnNotifyWlanStateChangeEvent(state); in LnnNotifyWlanStateChangeEvent()
|
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/ |
H A D | lnn_hdf_driver_monitor.c | 88 int32_t ret = LnnAsyncCallbackHelper(GetLooper(LOOP_TYPE_DEFAULT), LnnNotifyWlanStateChangeEvent, in ProcessWlanEvent()
|
/foundation/communication/dsoftbus/core/bus_center/service/include/ |
H A D | bus_center_event.h | 260 void LnnNotifyWlanStateChangeEvent(void *state);
|
/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/ |
H A D | bus_center_event_test.cpp | 493 LnnNotifyWlanStateChangeEvent(nullptr); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 512 void LnnNotifyWlanStateChangeEvent(void *state) in LnnNotifyWlanStateChangeEvent() function
|
Completed in 6 milliseconds