/ohos5.0/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); 125 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 148 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 169 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 192 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 217 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 422 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 447 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 537 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 1186 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); [all …]
|
H A D | wlan_hdi_direct_test.cpp | 111 int32_t rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, nullptr); 113 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 117 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); 121 rc = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/ |
H A D | interface_i_wlan_interface_v10.md | 24 | [CreateFeature](#createfeature) ([in] int type, [out] struct [HdfFeatureInfo](_hdf_feature_info_v… 57 ### CreateFeature() 60 IWlanInterface::CreateFeature ([in] int type, [out] struct HdfFeatureInfo ifeature )
|
H A D | interface_i_wlan_interface_v11.md | 22 | [CreateFeature](#createfeature) ([in] int type, [out] struct [HdfFeatureInfo](_hdf_feature_info_v… 58 ### CreateFeature() 61 IWlanInterface::CreateFeature ([in] int type, [out] struct HdfFeatureInfo ifeature )
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_service.c | 41 service->interface.CreateFeature = WlanInterfaceCreateFeature; in WlanInterfaceImplGetInstance()
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
H A D | sta_fuzzer.cpp | 115 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 123 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/ |
H A D | iwlan_interface.h.txt | 96 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
|
H A D | wlan_interface_service.c.txt | 218 service->interface.CreateFeature = WlanInterfaceCreateFeature;
|
H A D | wlan_interface_stub.c.txt | 219 if (serviceImpl->CreateFeature == NULL) { 220 HDF_LOGE("%{public}s: invalid interface function CreateFeature ", __func__); 225 wlanInterfaceRet = serviceImpl->CreateFeature(serviceImpl, type, ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/ |
H A D | iwlan_interface.h.txt | 99 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
|
H A D | wlan_interface_service.c.txt | 235 service->interface.CreateFeature = WlanInterfaceCreateFeature;
|
H A D | wlan_interface_stub.c.txt | 219 if (serviceImpl->CreateFeature == NULL) { 220 HDF_LOGE("%{public}s: invalid interface function CreateFeature ", __func__); 225 wlanInterfaceRet = serviceImpl->CreateFeature(serviceImpl, type, ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/ |
H A D | dump.txt | 12 [mini, lite, full] CreateFeature(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/ |
H A D | iwlan_interface.h.txt | 105 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
|
H A D | wlan_interface_service.c.txt | 268 service->interface.CreateFeature = WlanInterfaceCreateFeature;
|
H A D | wlan_interface_stub.c.txt | 219 if (serviceImpl->CreateFeature == NULL) { 220 HDF_LOGE("%{public}s: invalid interface function CreateFeature ", __func__); 225 wlanInterfaceRet = serviceImpl->CreateFeature(serviceImpl, type, ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/ |
H A D | dump.txt | 38 [mini, lite, full] CreateFeature(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/ |
H A D | dump.txt | 72 [mini, lite, full] CreateFeature(
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | IWlanInterface.idl | 94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/ |
H A D | IWlanInterface.idl | 94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | IWlanInterface.idl | 94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/foo/wlan/v1_1/ |
H A D | IWlanInterface.idl | 94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/foo/wlan/v1_1/ |
H A D | IWlanInterface.idl | 94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
|