Searched refs:CreateFeature (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_hal_services_c_test.cpp | 104 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 D | wlan_hdi_direct_test.cpp | 111 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 D | wlan_interface_service.c | 41 service->interface.CreateFeature = WlanInterfaceCreateFeature; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 123 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 D | sta_fuzzer.cpp | 115 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 D | wifi_hal.c | 447 static int32_t CreateFeature(int32_t type, struct IWiFiBaseFeature **ifeature) in CreateFeature() function 643 singleWifiInstance.createFeature = CreateFeature; in WifiConstruct()
|
Completed in 5 milliseconds