Home
last modified time | relevance | path

Searched refs:CreateFeature (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp104 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
125 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
148 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
169 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
192 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
217 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
246 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
275 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
299 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
326 int32_t rc = g_wlanObj->CreateFeature(g_wlanOb in HWTEST_F()
[all...]
H A Dwlan_hdi_direct_test.cpp111 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr); in HWTEST_F()
113 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
117 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
121 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c41 service->interface.CreateFeature = WlanInterfaceCreateFeature; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp123 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
125 HDF_LOGE("%{public}s: CreateFeature failed! ret=%{public}d", __FUNCTION__, ret); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp115 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
117 HDF_LOGE("%{public}s: CreateFeature failed! ret=%{public}d", __FUNCTION__, ret); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c447 static int32_t CreateFeature(int32_t type, struct IWiFiBaseFeature **ifeature) in CreateFeature() function
643 singleWifiInstance.createFeature = CreateFeature; in WifiConstruct()

Completed in 5 milliseconds