Home
last modified time | relevance | path

Searched refs:SoftBusWifiDetailState (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H A Dsoftbus_wifi_api_adapter.h104 typedef enum SoftBusWifiDetailState { enum
112 } SoftBusWifiDetailState; typedef
165 SoftBusWifiDetailState SoftBusGetWifiState(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_wifi_adpter_mock.h39 virtual SoftBusWifiDetailState SoftBusGetWifiState(void) = 0;
61 MOCK_METHOD0(SoftBusGetWifiState, SoftBusWifiDetailState (void));
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H A Dsoftbus_wifi_api_adapter_virtual.c107 SoftBusWifiDetailState SoftBusGetWifiState(void) in SoftBusGetWifiState()
H A Dsoftbus_wifi_api_adapter.c423 SoftBusWifiDetailState SoftBusGetWifiState(void) in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_service_mock.h77 virtual SoftBusWifiDetailState SoftBusGetWifiState(void) = 0;
130 MOCK_METHOD0(SoftBusGetWifiState, SoftBusWifiDetailState ());
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_query.c212 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in P2pLinkState()
240 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in HmlLinkState()
H A Dlnn_select_rule.c195 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in P2pCapCheck()
682 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in GetErrCodeOfRequest()
H A Dlnn_lane_select.c171 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in GetErrCodeOfLink()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_wifi_adpter_mock.cpp131 SoftBusWifiDetailState SoftBusGetWifiState(void) in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_service_mock.cpp187 SoftBusWifiDetailState SoftBusGetWifiState(void) in SoftBusGetWifiState()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_wifi_api_test.cpp305 SoftBusWifiDetailState ret = SoftBusGetWifiState();
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_network_info.c287 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in LnnSetP2pNetCapability()
H A Dlnn_net_builder.c947 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in UpdateLocalNetCapability()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c607 SoftBusWifiDetailState wifiState = SoftBusGetWifiState(); in TransGetDeviceState()