Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dwifi_mock.cpp23 void *g_wifiInterface; variable
27 g_wifiInterface = reinterpret_cast<void *>(this); in WifiInterfaceMock()
32 g_wifiInterface = nullptr; in ~WifiInterfaceMock()
37 return reinterpret_cast<WifiInterfaceMock *>(g_wifiInterface); in GetWifiInterface()