Home
last modified time | relevance | path

Searched refs:CreateFeature (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/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);
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 Dwlan_hdi_direct_test.cpp111 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 Dinterface_i_wlan_interface_v10.md24 | [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 Dinterface_i_wlan_interface_v11.md22 | [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 Dwlan_interface_service.c41 service->interface.CreateFeature = WlanInterfaceCreateFeature; in WlanInterfaceImplGetInstance()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/
H A Dsta_fuzzer.cpp115 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp123 ret = g_wlanObj->CreateFeature(g_wlanObj, wlanType, &ifeature); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Diwlan_interface.h.txt96 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
H A Dwlan_interface_service.c.txt218 service->interface.CreateFeature = WlanInterfaceCreateFeature;
H A Dwlan_interface_stub.c.txt219 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 Diwlan_interface.h.txt99 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
H A Dwlan_interface_service.c.txt235 service->interface.CreateFeature = WlanInterfaceCreateFeature;
H A Dwlan_interface_stub.c.txt219 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 Ddump.txt12 [mini, lite, full] CreateFeature(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Diwlan_interface.h.txt105 …int32_t (*CreateFeature)(struct IWlanInterface *self, int32_t type, struct HdfFeatureInfo* ifeatur…
H A Dwlan_interface_service.c.txt268 service->interface.CreateFeature = WlanInterfaceCreateFeature;
H A Dwlan_interface_stub.c.txt219 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 Ddump.txt38 [mini, lite, full] CreateFeature(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt72 [mini, lite, full] CreateFeature(
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl94 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 DIWlanInterface.idl94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanInterface.idl94 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 DIWlanInterface.idl94 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 DIWlanInterface.idl94 CreateFeature([in] int type, [out] struct HdfFeatureInfo ifeature);

12