Home
last modified time | relevance | path

Searched refs:GetCErrorCode (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp41 return GetCErrorCode(wifiDevicePtr->EnableWifi()); in EnableWifi()
47 return GetCErrorCode(wifiDevicePtr->DisableWifi()); in DisableWifi()
75 return GetCErrorCode(wifiScanPtr->Scan(true)); in Scan()
110 return GetCErrorCode(ret); in GetScanInfoList()
249 return GetCErrorCode(ret); in AddDeviceConfig()
255 return GetCErrorCode(ret); in AddDeviceConfig()
268 return GetCErrorCode(ret); in GetDeviceConfigs()
278 return GetCErrorCode(ret); in GetDeviceConfigs()
284 return GetCErrorCode(wifiDevicePtr->RemoveDevice(networkId)); in RemoveDevice()
289 return GetCErrorCode(OHO in DisableDeviceConfig()
[all...]
H A Dwifi_c_hid2d.cpp46 return GetCErrorCode(wifiHid2dPtr->Hid2dSharedlinkIncrease()); in Hid2dSharedlinkIncrease()
52 return GetCErrorCode(wifiHid2dPtr->Hid2dSharedlinkDecrease()); in Hid2dSharedlinkDecrease()
58 return GetCErrorCode(wifiHid2dPtr->Hid2dCreateGroup(frequency, OHOS::Wifi::FreqType(static_cast<int>(type)))); in Hid2dCreateGroup()
64 return GetCErrorCode(wifiHid2dPtr->Hid2dRemoveGcGroup(gcIfName)); in Hid2dRemoveGcGroup()
78 return GetCErrorCode(wifiHid2dPtr->Hid2dConnect(cppConfig)); in Hid2dConnect()
90 return GetCErrorCode(wifiHid2dPtr->Hid2dConfigIPAddr(ifName, ipAddrInfo)); in Hid2dConfigIPAddr()
96 return GetCErrorCode(wifiHid2dPtr->Hid2dReleaseIPAddr(ifName)); in Hid2dReleaseIPAddr()
134 return GetCErrorCode(retCode); in Hid2dGetRecommendChannel()
158 return GetCErrorCode(ret); in Hid2dGetChannelListFor5G()
166 return GetCErrorCode(wifiHid2dPt in Hid2dGetSelfWifiCfgInfo()
[all...]
H A Dwifi_c_hotspot.cpp34 return GetCErrorCode(hotspotPtr->EnableHotspot()); in EnableHotspot()
40 return GetCErrorCode(hotspotPtr->DisableHotspot()); in DisableHotspot()
57 return GetCErrorCode(hotspotPtr->IsHotspotDualBandSupported(isSupported)); in IsHotspotDualBandSupported()
149 return GetCErrorCode(hotspotPtr->SetHotspotConfig(hotspotConfig)); in SetHotspotConfig()
165 return GetCErrorCode(ret); in GetHotspotConfig()
204 return GetCErrorCode(ret); in GetStationList()
210 return GetCErrorCode(OHOS::Wifi::WIFI_OPT_NOT_SUPPORTED); in DisassociateSta()
215 return GetCErrorCode(OHOS::Wifi::WIFI_OPT_NOT_SUPPORTED); in AddTxPowerInfo()
236 return GetCErrorCode(ret); in GetApIfaceName()
H A Dwifi_c_p2p.cpp33 return GetCErrorCode(wifiP2pPtr->EnableP2p()); in EnableP2p()
39 return GetCErrorCode(wifiP2pPtr->DisableP2p()); in DisableP2p()
50 return GetCErrorCode(ret); in GetP2pEnableStatus()
56 return GetCErrorCode(wifiP2pPtr->DiscoverDevices()); in DiscoverDevices()
62 return GetCErrorCode(wifiP2pPtr->StopDiscoverDevices()); in StopDiscoverDevices()
68 return GetCErrorCode(wifiP2pPtr->DiscoverServices()); in DiscoverServices()
74 return GetCErrorCode(wifiP2pPtr->StopDiscoverServices()); in StopDiscoverServices()
80 return GetCErrorCode(wifiP2pPtr->StartP2pListen(period, interval)); in StartP2pListen()
86 return GetCErrorCode(wifiP2pPtr->StopP2pListen()); in StopP2pListen()
107 return GetCErrorCode(wifiP2pPt in CreateGroup()
[all...]
H A Dwifi_c_utils.cpp41 WifiErrorCode GetCErrorCode(ErrCode errCode) in GetCErrorCode() function
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp56 return GetCErrorCode(dhcpClientPtr->RegisterDhcpClientCallBack(ifname, dhcpClientCallBack)); in RegisterDhcpClientCallBack()
81 return GetCErrorCode(dhcpClientPtr->StartDhcpClient(ifname, bIpv6)); in StartDhcpClient()
91 return GetCErrorCode(dhcpClientPtr->SetConfiguration(ifname, routerConfig)); in SetConfiguration()
100 return GetCErrorCode(dhcpClientPtr->StopDhcpClient(ifname, bIpv6)); in StopDhcpClient()
122 return GetCErrorCode(dhcpServerPtr->RegisterDhcpServerCallBack(ifname, dhcpServerCallBack)); in RegisterDhcpServerCallBack()
132 return GetCErrorCode(dhcpServerPtr->StartDhcpServer(ifname)); in StartDhcpServer()
153 return GetCErrorCode(dhcpServerPtr->StopDhcpServer(ifname)); in StopDhcpServer()
170 return GetCErrorCode(dhcpServerPtr->SetDhcpRange(ifname, rangeNew)); in SetDhcpRange()
181 return GetCErrorCode(dhcpServerPtr->SetDhcpName(ifname, tagName)); in SetDhcpName()
198 return GetCErrorCode(dhcpServerPt in PutDhcpRange()
[all...]
H A Ddhcp_c_utils.cpp34 DhcpErrorCode GetCErrorCode(ErrCode errCode) in GetCErrorCode() function
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/inc/
H A Dwifi_c_utils.h53 WifiErrorCode GetCErrorCode(ErrCode errCode);
/foundation/communication/dhcp/frameworks/native/c_adapter/inc/
H A Ddhcp_c_utils.h54 DhcpErrorCode GetCErrorCode(ErrCode errCode);

Completed in 4 milliseconds