Home
last modified time | relevance | path

Searched refs:GetIfNamesByChipId (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v10.md32 | [GetIfNamesByChipId](#getifnamesbychipid) ([in] unsigned char chipId, [out] String ifName, [out] …
284 ### GetIfNamesByChipId()
287 IWlanInterface::GetIfNamesByChipId ([in] unsigned char chipId, [out] String ifName, [out] unsigned …
H A Dinterface_i_wlan_interface_v11.md30 | [GetIfNamesByChipId](#getifnamesbychipid) ([in] unsigned char chipId, [out] String ifName, [out] …
303 ### GetIfNamesByChipId()
306 IWlanInterface::GetIfNamesByChipId ([in] unsigned char chipId, [out] String ifName, [out] unsigned …
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp350 ret = GetIfNamesByChipId(chipIdInvalid, &ifNames, &num);
352 ret = GetIfNamesByChipId(chipId, &ifNames, &num);
355 ret = GetIfNamesByChipId(chipId, &ifNames, nullptr);
357 ret = GetIfNamesByChipId(chipId, nullptr, &num);
/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c49 service->interface.GetIfNamesByChipId = WlanInterfaceGetIfNamesByChipId; in WlanInterfaceImplGetInstance()
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp323 int32_t rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, nullptr, IFNAMSIZ, &num);
325 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, nullptr);
327 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, &num);
H A Dwlan_hdi_hal_services_c_test.cpp303 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipIdInvalid, ifNames, IFNAMSIZ, &num);
305 rc = g_wlanObj->GetIfNamesByChipId(g_wlanObj, chipId, ifNames, IFNAMSIZ, &num);
/ohos5.0/drivers/peripheral/wlan/test/fuzztest/
H A Dwlan_common_fuzzer.cpp187 interface->GetIfNamesByChipId(interface, chipId, ifNames, IFNAMSIZ, &num); in FuzzGetIfNamesByChipId()
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c252 ret = GetIfNamesByChipId(chipId, ifNames, num); in HalCmdGetIfNamesByChipId()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Diwlan_interface.h.txt115 …int32_t (*GetIfNamesByChipId)(struct IWlanInterface *self, uint8_t chipId, char* ifName, uint32_t …
H A Dwlan_interface_service.c.txt226 service->interface.GetIfNamesByChipId = WlanInterfaceGetIfNamesByChipId;
H A Dwlan_interface_stub.c.txt811 if (serviceImpl->GetIfNamesByChipId == NULL) {
812 HDF_LOGE("%{public}s: invalid interface function GetIfNamesByChipId ", __func__);
817 … wlanInterfaceRet = serviceImpl->GetIfNamesByChipId(serviceImpl, chipId, ifName, ifNameLen, &num);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Diwlan_interface.h.txt118 …int32_t (*GetIfNamesByChipId)(struct IWlanInterface *self, uint8_t chipId, char* ifName, uint32_t …
H A Dwlan_interface_service.c.txt243 service->interface.GetIfNamesByChipId = WlanInterfaceGetIfNamesByChipId;
H A Dwlan_interface_stub.c.txt811 if (serviceImpl->GetIfNamesByChipId == NULL) {
812 HDF_LOGE("%{public}s: invalid interface function GetIfNamesByChipId ", __func__);
817 … wlanInterfaceRet = serviceImpl->GetIfNamesByChipId(serviceImpl, chipId, ifName, ifNameLen, &num);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt46 [mini, lite, full] GetIfNamesByChipId(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Diwlan_interface.h.txt124 …int32_t (*GetIfNamesByChipId)(struct IWlanInterface *self, uint8_t chipId, char* ifName, uint32_t …
H A Dwlan_interface_service.c.txt276 service->interface.GetIfNamesByChipId = WlanInterfaceGetIfNamesByChipId;
H A Dwlan_interface_stub.c.txt811 if (serviceImpl->GetIfNamesByChipId == NULL) {
812 HDF_LOGE("%{public}s: invalid interface function GetIfNamesByChipId ", __func__);
817 … wlanInterfaceRet = serviceImpl->GetIfNamesByChipId(serviceImpl, chipId, ifName, ifNameLen, &num);
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h351 int32_t GetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt72 [mini, lite, full] GetIfNamesByChipId(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt106 [mini, lite, full] GetIfNamesByChipId(
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c639 int32_t GetIfNamesByChipId(const uint8_t chipId, char **ifNames, uint32_t *num) in GetIfNamesByChipId() function
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl209 GetIfNamesByChipId([in] unsigned char chipId, [out] String ifName, [out] unsigned int num);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DIWlanInterface.idl209 GetIfNamesByChipId([in] unsigned char chipId, [out] String ifName, [out] unsigned int num);
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanInterface.idl209 GetIfNamesByChipId([in] unsigned char chipId, [out] String ifName, [out] unsigned int num);

12