Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp21 const char *g_wlanServiceName = "wlan_interface_service"; variable
94 g_wlanObj = IWlanInterfaceGetInstance(g_wlanServiceName, false); in DoSomethingInterestingWithMyAPI()
133 IWlanInterfaceReleaseInstance(g_wlanServiceName, g_wlanObj, false); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp22 const char *g_wlanServiceName = "wlan_interface_service"; variable
102 g_wlanObj = IWlanInterfaceGetInstance(g_wlanServiceName, false); in DoSomethingInterestingWithMyAPI()
141 IWlanInterfaceReleaseInstance(g_wlanServiceName, g_wlanObj, false); in DoSomethingInterestingWithMyAPI()