/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback.h | 27 const struct HdiWpaDisconnectParam *disconectParam, const char* ifName);
29 const struct HdiWpaConnectParam *connectParam, const char* ifName);
31 const struct HdiWpaBssidChangedParam *bssidChangedParam, const char* ifName);
33 const struct HdiWpaStateChangedParam *statechangedParam, const char* ifName);
35 const struct HdiWpaTempDisabledParam *tempDisabledParam, const char *ifName);
37 const struct HdiWpaAssociateRejectParam *associateRejectParam, const char *ifName);
38 int32_t OnEventStaNotify(struct IWpaCallback *self, const char *notifyParam, const char *ifName);
39 int32_t OnEventWpsOverlap(struct IWpaCallback *self, const char *ifName);
40 int32_t OnEventWpsTimeout(struct IWpaCallback *self, const char *ifName);
41 int32_t OnEventAuthTimeout(struct IWpaCallback *self, const char *ifName);
[all...] |
H A D | wifi_hdi_wpa_callback.cpp | 46 const struct HdiWpaDisconnectParam *disconectParam, const char* ifName)
in OnEventDisconnected() 48 if (ifName == nullptr) {
in OnEventDisconnected() 49 LOGE("OnEventDisconnected: invalid ifName!");
in OnEventDisconnected() 52 LOGI("OnEventDisconnected: callback enter! ifName = %{public}s", ifName);
in OnEventDisconnected() 64 const OHOS::Wifi::WifiEventCallback &cbk = OHOS::Wifi::WifiStaHalInterface::GetInstance().GetCallbackInst(ifName);
in OnEventDisconnected() 89 LOGI("%{public}s callback out, bssid:%{public}s ifName = %{public}s",
in OnEventDisconnected() 92 ifName);
in OnEventDisconnected() 97 const struct HdiWpaConnectParam *connectParam, const char* ifName)
in OnEventConnected() 99 if (ifName in OnEventConnected() 45 OnEventDisconnected(struct IWpaCallback *self, const struct HdiWpaDisconnectParam *disconectParam, const char* ifName) OnEventDisconnected() argument 96 OnEventConnected(struct IWpaCallback *self, const struct HdiWpaConnectParam *connectParam, const char* ifName) OnEventConnected() argument 122 OnEventBssidChanged(struct IWpaCallback *self, const struct HdiWpaBssidChangedParam *bssidChangedParam, const char* ifName) OnEventBssidChanged() argument 156 OnEventStateChanged(struct IWpaCallback *self, const struct HdiWpaStateChangedParam *statechangedParam, const char* ifName) OnEventStateChanged() argument 178 OnEventTempDisabled(struct IWpaCallback *self, const struct HdiWpaTempDisabledParam *tempDisabledParam, const char *ifName) OnEventTempDisabled() argument 210 OnEventAssociateReject(struct IWpaCallback *self, const struct HdiWpaAssociateRejectParam *associateRejectParam, const char *ifName) OnEventAssociateReject() argument 268 OnEventStaNotify(struct IWpaCallback *self, const char* notifyParam, const char *ifName) OnEventStaNotify() argument 295 OnEventWpsOverlap(struct IWpaCallback *self, const char *ifName) OnEventWpsOverlap() argument 309 OnEventWpsTimeout(struct IWpaCallback *self, const char *ifName) OnEventWpsTimeout() argument 323 OnEventAuthTimeout(struct IWpaCallback *self, const char *ifName) OnEventAuthTimeout() argument 343 OnEventScanResult(struct IWpaCallback *self, const struct HdiWpaRecvScanResultParam *recvScanResultParam, const char* ifName) OnEventScanResult() argument 360 onEventStaJoin(struct IHostapdCallback *self, const struct HdiApCbParm *apCbParm, const char* ifName) onEventStaJoin() argument 396 onEventApState(struct IHostapdCallback *self, const struct HdiApCbParm *apCbParm, const char* ifName) onEventApState() argument 447 OnEventDeviceFound(struct IWpaCallback *self, const struct HdiP2pDeviceInfoParam *deviceInfoParam, const char* ifName) OnEventDeviceFound() argument 482 OnEventDeviceLost(struct IWpaCallback *self, const struct HdiP2pDeviceLostParam *deviceLostParam, const char* ifName) OnEventDeviceLost() argument 501 OnEventGoNegotiationRequest(struct IWpaCallback *self, const struct HdiP2pGoNegotiationRequestParam *goNegotiationRequestParam, const char* ifName) OnEventGoNegotiationRequest() argument 519 OnEventGoNegotiationCompleted(struct IWpaCallback *self, const struct HdiP2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char* ifName) OnEventGoNegotiationCompleted() argument 541 OnEventInvitationReceived(struct IWpaCallback *self, const struct HdiP2pInvitationReceivedParam *invitationReceivedParam, const char *ifName) OnEventInvitationReceived() argument 575 OnEventInvitationResult(struct IWpaCallback *self, const struct HdiP2pInvitationResultParam *invitationResultParam, const char *ifName) OnEventInvitationResult() argument 592 OnEventGroupFormationSuccess(struct IWpaCallback *self, const char *ifName) OnEventGroupFormationSuccess() argument 602 OnEventGroupFormationFailure(struct IWpaCallback *self, const char *reason, const char *ifName) OnEventGroupFormationFailure() argument 615 OnEventGroupStarted(struct IWpaCallback *self, const struct HdiP2pGroupStartedParam *groupStartedParam, const char* ifName) OnEventGroupStarted() argument 648 OnEventGroupInfoStarted(struct IWpaCallback *self, const struct HdiP2pGroupInfoStartedParam *groupStartedParam, const char* ifName) OnEventGroupInfoStarted() argument 683 OnEventGroupRemoved(struct IWpaCallback *self, const struct HdiP2pGroupRemovedParam *groupRemovedParam, const char* ifName) OnEventGroupRemoved() argument 697 OnEventProvisionDiscoveryCompleted(struct IWpaCallback *self, const struct HdiP2pProvisionDiscoveryCompletedParam *provisionDiscoveryCompletedParam, const char* ifName) OnEventProvisionDiscoveryCompleted() argument 737 OnEventFindStopped(struct IWpaCallback *self, const char* ifName) OnEventFindStopped() argument 747 OnEventServDiscReq(struct IWpaCallback *self, const struct HdiP2pServDiscReqInfoParam *servDiscReqInfoParam, const char* ifName) OnEventServDiscReq() argument 774 OnEventServDiscResp(struct IWpaCallback *self, const struct HdiP2pServDiscRespParam *servDiscRespParam, const char* ifName) OnEventServDiscResp() argument 795 OnEventStaConnectState(struct IWpaCallback *self, const struct HdiP2pStaConnectStateParam *staConnectStateParam, const char* ifName) OnEventStaConnectState() argument 821 OnEventIfaceCreated(struct IWpaCallback *self, const struct HdiP2pIfaceCreatedParam *ifaceCreatedParam, const char* ifName) OnEventIfaceCreated() argument [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/wpa/v1_1/ |
H A D | iwpa_interface.h | 150 int32_t (*AddWpaIface)(struct IWpaInterface *self, const char* ifName, const char* confName);
152 int32_t (*RemoveWpaIface)(struct IWpaInterface *self, const char* ifName);
154 int32_t (*Scan)(struct IWpaInterface *self, const char* ifName);
156 int32_t (*ScanResult)(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen);
158 int32_t (*AddNetwork)(struct IWpaInterface *self, const char* ifName, int32_t* networkId);
160 int32_t (*RemoveNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId);
162 int32_t (*DisableNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId);
164 int32_t (*SetNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name,
167 int32_t (*ListNetworks)(struct IWpaInterface *self, const char* ifName, struct HdiWifiWpaNetworkInfo* networkInfo,
170 int32_t (*SelectNetwork)(struct IWpaInterface *self, const char* ifName, int32_ [all...] |
H A D | iwpa_callback.h | 92 const char* ifName);
95 const char* ifName);
98 const char* ifName);
101 const char* ifName);
104 const char* ifName);
107 const struct HdiWpaAssociateRejectParam* associateRejectParam, const char* ifName);
109 int32_t (*OnEventWpsOverlap)(struct IWpaCallback *self, const char* ifName);
111 int32_t (*OnEventWpsTimeout)(struct IWpaCallback *self, const char* ifName);
114 const char* ifName);
117 const char* ifName);
[all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_1/ |
H A D | iwpa_interface.h | 150 int32_t (*AddWpaIface)(struct IWpaInterface *self, const char* ifName, const char* confName);
152 int32_t (*RemoveWpaIface)(struct IWpaInterface *self, const char* ifName);
154 int32_t (*Scan)(struct IWpaInterface *self, const char* ifName);
156 int32_t (*ScanResult)(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen);
158 int32_t (*AddNetwork)(struct IWpaInterface *self, const char* ifName, int32_t* networkId);
160 int32_t (*RemoveNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId);
162 int32_t (*DisableNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId);
164 int32_t (*SetNetwork)(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name,
167 int32_t (*ListNetworks)(struct IWpaInterface *self, const char* ifName, struct HdiWifiWpaNetworkInfo* networkInfo,
170 int32_t (*SelectNetwork)(struct IWpaInterface *self, const char* ifName, int32_ [all...] |
H A D | iwpa_callback.h | 92 const char* ifName);
95 const char* ifName);
98 const char* ifName);
101 const char* ifName);
104 const char* ifName);
107 const struct HdiWpaAssociateRejectParam* associateRejectParam, const char* ifName);
109 int32_t (*OnEventWpsOverlap)(struct IWpaCallback *self, const char* ifName);
111 int32_t (*OnEventWpsTimeout)(struct IWpaCallback *self, const char* ifName);
114 const char* ifName);
117 const char* ifName);
[all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/ |
H A D | mock_wpa_suppliant.cpp | 37 int32_t StartApWithCmd(struct IHostapdInterface *self, const char* ifName, int32_t id)
in StartApWithCmd() argument 47 int32_t EnableAp(struct IHostapdInterface *self, const char* ifName, int32_t id)
in EnableAp() argument 52 int32_t DisableAp(struct IHostapdInterface *self, const char* ifName, int32_t id)
in DisableAp() argument 57 int32_t SetApPasswd(struct IHostapdInterface *self, const char* ifName, const char* pass, int32_t id)
in SetApPasswd() argument 62 int32_t SetApName(struct IHostapdInterface *self, const char* ifName, const char* name, int32_t id)
in SetApName() argument 67 int32_t SetApWpaValue(struct IHostapdInterface *self, const char* ifName, int32_t securityType, int32_t id)
in SetApWpaValue() argument 72 int32_t SetApBand(struct IHostapdInterface *self, const char* ifName, int32_t band, int32_t id)
in SetApBand() argument 77 int32_t SetAp80211n(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id)
in SetAp80211n() argument 82 int32_t SetApWmm(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id)
in SetApWmm() argument 87 int32_t SetApChannel(struct IHostapdInterface *self, const char* ifName, int32_ argument 92 SetApMaxConn(struct IHostapdInterface *self, const char* ifName, int32_t maxConn, int32_t id) SetApMaxConn() argument 97 ReloadApConfigInfo(struct IHostapdInterface *self, const char* ifName, int32_t id) ReloadApConfigInfo() argument 102 SetMacFilter(struct IHostapdInterface *self, const char* ifName, const char* mac, int32_t id) SetMacFilter() argument 107 DelMacFilter(struct IHostapdInterface *self, const char* ifName, const char* mac, int32_t id) DelMacFilter() argument 112 GetStaInfos(struct IHostapdInterface *self, const char* ifName, char* buf, uint32_t bufLen, int32_t size, int32_t id) GetStaInfos() argument 118 DisassociateSta(struct IHostapdInterface *self, const char* ifName, const char* mac, int32_t id) DisassociateSta() argument 123 RegisterEventCallback(struct IHostapdInterface *self, struct IHostapdCallback* cbFunc, const char* ifName) RegisterEventCallback() argument 128 UnregisterEventCallback(struct IHostapdInterface *self, struct IHostapdCallback* cbFunc, const char* ifName) UnregisterEventCallback() argument 133 HostApdShellCmd(struct IHostapdInterface *self, const char* ifName, const char* cmd) HostApdShellCmd() argument 158 AddWpaIface(struct IWpaInterface *self, const char* ifName, const char* confName) AddWpaIface() argument 163 RemoveWpaIface(struct IWpaInterface *self, const char* ifName) RemoveWpaIface() argument 168 Scan(struct IWpaInterface *self, const char* ifName) Scan() argument 173 ScanResult(struct IWpaInterface *self, const char* ifName, uint8_t* resultBuf, uint32_t* resultBufLen) ScanResult() argument 178 AddNetwork(struct IWpaInterface *self, const char* ifName, int32_t* networkId) AddNetwork() argument 183 RemoveNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId) RemoveNetwork() argument 188 DisableNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId) DisableNetwork() argument 193 SetNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name, const char* value) SetNetwork() argument 199 ListNetworks(struct IWpaInterface *self, const char* ifName, struct HdiWifiWpaNetworkInfo* networkInfo, uint32_t* networkInfoLen) ListNetworks() argument 205 SelectNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId) SelectNetwork() argument 210 EnableNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId) EnableNetwork() argument 215 Reconnect(struct IWpaInterface *self, const char* ifName) Reconnect() argument 220 Disconnect(struct IWpaInterface *self, const char* ifName) Disconnect() argument 225 SaveConfig(struct IWpaInterface *self, const char* ifName) SaveConfig() argument 230 SetPowerSave(struct IWpaInterface *self, const char* ifName, int32_t enable) SetPowerSave() argument 235 AutoConnect(struct IWpaInterface *self, const char* ifName, int32_t enable) AutoConnect() argument 240 WifiStatus(struct IWpaInterface *self, const char* ifName, struct HdiWpaCmdStatus* wifiStatus) WifiStatus() argument 245 WpsPbcMode(struct IWpaInterface *self, const char* ifName, const struct HdiWifiWpsParam* wpsParam) WpsPbcMode() argument 250 WpsPinMode(struct IWpaInterface *self, const char* ifName, const struct HdiWifiWpsParam* wpsParam, int32_t* pinCode) WpsPinMode() argument 256 WpsCancel(struct IWpaInterface *self, const char* ifName) WpsCancel() argument 261 GetCountryCode(struct IWpaInterface *self, const char* ifName, char* countrycode, uint32_t countrycodeLen) GetCountryCode() argument 267 GetNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param, char* value, uint32_t valueLen) GetNetwork() argument 273 BlocklistClear(struct IWpaInterface *self, const char* ifName) BlocklistClear() argument 278 SetSuspendMode(struct IWpaInterface *self, const char* ifName, int32_t mode) SetSuspendMode() argument 283 RegisterEventCallback(struct IWpaInterface *self, struct IWpaCallback* cbFunc, const char* ifName) RegisterEventCallback() argument 288 UnregisterEventCallback(struct IWpaInterface *self, struct IWpaCallback* cbFunc, const char* ifName) UnregisterEventCallback() argument 293 GetConnectionCapabilities(struct IWpaInterface *self, const char* ifName, struct ConnectionCapabilities* connectionCap) GetConnectionCapabilities() argument 299 GetScanSsid(struct IWpaInterface *self, const char* ifName, int32_t* enable) GetScanSsid() argument 304 GetPskPassphrase(struct IWpaInterface *self, const char* ifName, char* psk, uint32_t pskLen) GetPskPassphrase() argument 309 GetPsk(struct IWpaInterface *self, const char* ifName, uint8_t* psk, uint32_t* pskLen) GetPsk() argument 314 GetWepKey(struct IWpaInterface *self, const char* ifName, int32_t keyIdx, uint8_t* wepKey, uint32_t* wepKeyLen) GetWepKey() argument 320 GetWepTxKeyIdx(struct IWpaInterface *self, const char* ifName, int32_t* keyIdx) GetWepTxKeyIdx() argument 325 GetRequirePmf(struct IWpaInterface *self, const char* ifName, int32_t* enable) GetRequirePmf() argument 330 SetCountryCode(struct IWpaInterface *self, const char* ifName, const char* countrycode) SetCountryCode() argument 335 P2pSetSsidPostfixName(struct IWpaInterface *self, const char* ifName, const char* name) P2pSetSsidPostfixName() argument 340 P2pSetWpsDeviceType(struct IWpaInterface *self, const char* ifName, const char* type) P2pSetWpsDeviceType() argument 345 P2pSetWpsConfigMethods(struct IWpaInterface *self, const char* ifName, const char* methods) P2pSetWpsConfigMethods() argument 350 P2pSetGroupMaxIdle(struct IWpaInterface *self, const char* ifName, int32_t time) P2pSetGroupMaxIdle() argument 355 P2pSetWfdEnable(struct IWpaInterface *self, const char* ifName, int32_t enable) P2pSetWfdEnable() argument 360 P2pSetPersistentReconnect(struct IWpaInterface *self, const char* ifName, int32_t status) P2pSetPersistentReconnect() argument 365 P2pSetWpsSecondaryDeviceType(struct IWpaInterface *self, const char* ifName, const char* type) P2pSetWpsSecondaryDeviceType() argument 370 P2pSetupWpsPbc(struct IWpaInterface *self, const char* ifName, const char* address) P2pSetupWpsPbc() argument 375 P2pSetupWpsPin(struct IWpaInterface *self, const char* ifName, const char* address, const char* pin, char* result, uint32_t resultLen) P2pSetupWpsPin() argument 381 P2pSetPowerSave(struct IWpaInterface *self, const char* ifName, int32_t enable) P2pSetPowerSave() argument 386 P2pSetDeviceName(struct IWpaInterface *self, const char* ifName, const char* name) P2pSetDeviceName() argument 391 P2pSetWfdDeviceConfig(struct IWpaInterface *self, const char* ifName, const char* config) P2pSetWfdDeviceConfig() argument 396 P2pSetRandomMac(struct IWpaInterface *self, const char* ifName, int32_t networkId) P2pSetRandomMac() argument 401 P2pStartFind(struct IWpaInterface *self, const char* ifName, int32_t timeout) P2pStartFind() argument 406 P2pSetExtListen(struct IWpaInterface *self, const char* ifName, int32_t enable, int32_t period, int32_t interval) P2pSetExtListen() argument 412 P2pSetListenChannel(struct IWpaInterface *self, const char* ifName, int32_t channel, int32_t regClass) P2pSetListenChannel() argument 417 P2pProvisionDiscovery(struct IWpaInterface *self, const char* ifName, const char* peerBssid, int32_t mode) P2pProvisionDiscovery() argument 423 P2pAddGroup(struct IWpaInterface *self, const char* ifName, int32_t isPersistent, int32_t networkId, int32_t freq) P2pAddGroup() argument 429 P2pAddService(struct IWpaInterface *self, const char* ifName, const struct HdiP2pServiceInfo* info) P2pAddService() argument 434 P2pRemoveService(struct IWpaInterface *self, const char* ifName, const struct HdiP2pServiceInfo* info) P2pRemoveService() argument 439 P2pStopFind(struct IWpaInterface *self, const char* ifName) P2pStopFind() argument 444 P2pFlush(struct IWpaInterface *self, const char* ifName) P2pFlush() argument 449 P2pFlushService(struct IWpaInterface *self, const char* ifName) P2pFlushService() argument 454 P2pRemoveNetwork(struct IWpaInterface *self, const char* ifName, int32_t networkId) P2pRemoveNetwork() argument 459 P2pSetGroupConfig(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* name, const char* value) P2pSetGroupConfig() argument 465 P2pInvite(struct IWpaInterface *self, const char* ifName, const char* peerBssid, const char* goBssid) P2pInvite() argument 470 P2pReinvoke(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* bssid) P2pReinvoke() argument 475 P2pGetDeviceAddress(struct IWpaInterface *self, const char* ifName, char* deviceAddress, uint32_t deviceAddressLen) P2pGetDeviceAddress() argument 481 P2pReqServiceDiscovery(struct IWpaInterface *self, const char* ifName, const struct HdiP2pReqService* reqService, char* replyDisc, uint32_t replyDiscLen) P2pReqServiceDiscovery() argument 487 P2pCancelServiceDiscovery(struct IWpaInterface *self, const char* ifName, const char* id) P2pCancelServiceDiscovery() argument 492 P2pRespServerDiscovery(struct IWpaInterface *self, const char* ifName, const struct HdiP2pServDiscReqInfo* info) P2pRespServerDiscovery() argument 498 P2pConnect(struct IWpaInterface *self, const char* ifName, const struct HdiP2pConnectInfo* info, char* replyPin, uint32_t replyPinLen) P2pConnect() argument 504 P2pHid2dConnect(struct IWpaInterface *self, const char* ifName, const struct HdiHid2dConnectInfo* info) P2pHid2dConnect() argument 509 P2pSetServDiscExternal(struct IWpaInterface *self, const char* ifName, int32_t mode) P2pSetServDiscExternal() argument 514 P2pRemoveGroup(struct IWpaInterface *self, const char* ifName, const char* groupName) P2pRemoveGroup() argument 519 P2pCancelConnect(struct IWpaInterface *self, const char* ifName) P2pCancelConnect() argument 524 P2pGetGroupConfig(struct IWpaInterface *self, const char* ifName, int32_t networkId, const char* param, char* value, uint32_t valueLen) P2pGetGroupConfig() argument 530 P2pAddNetwork(struct IWpaInterface *self, const char* ifName, int32_t* networkId) P2pAddNetwork() argument 535 P2pGetPeer(struct IWpaInterface *self, const char* ifName, const char* bssid, struct HdiP2pDeviceInfo* info) P2pGetPeer() argument 576 P2pGetGroupCapability(struct IWpaInterface *self, const char* ifName, const char* bssid, int32_t* cap) P2pGetGroupCapability() argument 581 P2pListNetworks(struct IWpaInterface *self, const char* ifName, struct HdiP2pNetworkList* infoList) P2pListNetworks() argument 586 P2pSaveConfig(struct IWpaInterface *self, const char* ifName) P2pSaveConfig() argument 591 Reassociate(struct IWpaInterface *self, const char* ifName) Reassociate() argument 596 StaShellCmd(struct IWpaInterface *self, const char* ifName, const char* cmd) StaShellCmd() argument 606 DeliverP2pData(struct IWpaInterface *self, const char* ifName, int cmdType, int dataType, const char* carryData) DeliverP2pData() argument 612 RegisterWpaEventCallback(struct IWpaInterface *self, struct IWpaCallback* cbFunc, const char* ifName) RegisterWpaEventCallback() argument 617 UnregisterWpaEventCallback(struct IWpaInterface *self, struct IWpaCallback* cbFunc, const char* ifName) UnregisterWpaEventCallback() argument [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_cmd_client_test.cpp | 57 int result = wifiCmdClient_->SendCmdToDriver("ifName", 0, "");
in HWTEST_F() 64 int result = wifiCmdClient_->SendCmdToDriver("ifName", 0, param);
in HWTEST_F() 71 std::string ifName = "ifName";
in HWTEST_F() local 73 int result1 = wifiCmdClient_->SetRxListen(ifName, param);
in HWTEST_F() 74 int result = wifiCmdClient_->SendCmdToDriver(ifName, CMD_SET_RX_LISTEN_POWER_SAVING_SWITCH, param);
in HWTEST_F() 81 std::string ifName = "ifName";
in HWTEST_F() local 83 int result1 = wifiCmdClient_->Set2gSoftapMss(ifName, param);
in HWTEST_F() 85 int result = wifiCmdClient_->SendCmdToDriver(ifName, CMD_SET_SOFTAP_2G_MS in HWTEST_F() 92 std::string ifName = "ifName"; HWTEST_F() local 101 std::string ifName = "ifName"; HWTEST_F() local 111 std::string ifName = "ifName"; HWTEST_F() local 153 std::string ifName = ""; HWTEST_F() local 169 std::string ifName = "ifName"; HWTEST_F() local 177 std::string ifName = "ifName"; HWTEST_F() local 185 std::string ifName = "ifName"; HWTEST_F() local 193 std::string ifName = "ifName"; HWTEST_F() local 201 std::string ifName = "ifName"; HWTEST_F() local 209 std::string ifName = "ifName"; HWTEST_F() local 217 std::string ifName = "ifName"; HWTEST_F() local [all...] |
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_interface_callback_stub.cpp | 66 std::string ifName = data.ReadString(); in CmdInterfaceAddressUpdated() local 70 int32_t result = OnInterfaceAddressUpdated(addr, ifName, flags, scope); in CmdInterfaceAddressUpdated() 84 std::string ifName; in CmdInterfaceAddressRemoved() local 85 if (!data.ReadString(ifName)) { in CmdInterfaceAddressRemoved() 99 int32_t result = OnInterfaceAddressRemoved(addr, ifName, flags, scope); in CmdInterfaceAddressRemoved() 108 std::string ifName; in CmdInterfaceAdded() local 109 if (!data.ReadString(ifName)) { in CmdInterfaceAdded() 113 int32_t result = OnInterfaceAdded(ifName); in CmdInterfaceAdded() 122 std::string ifName; in CmdInterfaceRemoved() local 123 if (!data.ReadString(ifName)) { in CmdInterfaceRemoved() 136 std::string ifName; CmdInterfaceChanged() local 155 std::string ifName; CmdInterfaceLinkStateChanged() local 172 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument 179 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument 186 OnInterfaceAdded(const std::string &ifName) OnInterfaceAdded() argument 192 OnInterfaceRemoved(const std::string &ifName) OnInterfaceRemoved() argument 198 OnInterfaceChanged(const std::string &ifName, bool up) OnInterfaceChanged() argument 204 OnInterfaceLinkStateChanged(const std::string &ifName, bool up) OnInterfaceLinkStateChanged() argument [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/wlan/hostapd/v1_0/ |
H A D | ihostapd_interface.h | 85 int32_t (*StartApWithCmd)(struct IHostapdInterface *self, const char* ifName, int32_t id);
89 int32_t (*EnableAp)(struct IHostapdInterface *self, const char* ifName, int32_t id);
91 int32_t (*DisableAp)(struct IHostapdInterface *self, const char* ifName, int32_t id);
93 int32_t (*SetApPasswd)(struct IHostapdInterface *self, const char* ifName, const char* pass, int32_t id);
95 int32_t (*SetApName)(struct IHostapdInterface *self, const char* ifName, const char* name, int32_t id);
97 int32_t (*SetApWpaValue)(struct IHostapdInterface *self, const char* ifName, int32_t securityType, int32_t id);
99 int32_t (*SetApBand)(struct IHostapdInterface *self, const char* ifName, int32_t band, int32_t id);
101 int32_t (*SetAp80211n)(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id);
103 int32_t (*SetApWmm)(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id);
105 int32_t (*SetApChannel)(struct IHostapdInterface *self, const char* ifName, int32_ [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/v1_0/ |
H A D | ihostapd_interface.h | 85 int32_t (*StartApWithCmd)(struct IHostapdInterface *self, const char* ifName, int32_t id);
89 int32_t (*EnableAp)(struct IHostapdInterface *self, const char* ifName, int32_t id);
91 int32_t (*DisableAp)(struct IHostapdInterface *self, const char* ifName, int32_t id);
93 int32_t (*SetApPasswd)(struct IHostapdInterface *self, const char* ifName, const char* pass, int32_t id);
95 int32_t (*SetApName)(struct IHostapdInterface *self, const char* ifName, const char* name, int32_t id);
97 int32_t (*SetApWpaValue)(struct IHostapdInterface *self, const char* ifName, int32_t securityType, int32_t id);
99 int32_t (*SetApBand)(struct IHostapdInterface *self, const char* ifName, int32_t band, int32_t id);
101 int32_t (*SetAp80211n)(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id);
103 int32_t (*SetApWmm)(struct IHostapdInterface *self, const char* ifName, int32_t value, int32_t id);
105 int32_t (*SetApChannel)(struct IHostapdInterface *self, const char* ifName, int32_ [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/ |
H A D | netsys_wrapper_test.cpp | 34 int32_t OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, 36 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, 38 int32_t OnInterfaceAdded(const std::string &ifName) override; 39 int32_t OnInterfaceRemoved(const std::string &ifName) override; 40 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override; 41 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override; 43 const std::string &ifName) override; 71 int32_t NetlinkNativeNotifyCallBack::OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, in OnInterfaceAddressUpdated() argument 74 std::cout << " [OnInterfaceAddressUpdated] " << ifName << " Address: " << addr << std::endl; in OnInterfaceAddressUpdated() 76 EXPECT_STRCASEEQ(IFACENAME, ifName in OnInterfaceAddressUpdated() 81 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressRemoved() argument 91 OnInterfaceAdded(const std::string &ifName) OnInterfaceAdded() argument 97 OnInterfaceRemoved(const std::string &ifName) OnInterfaceRemoved() argument 103 OnInterfaceChanged(const std::string &ifName, bool up) OnInterfaceChanged() argument 114 OnInterfaceLinkStateChanged(const std::string &ifName, bool up) OnInterfaceLinkStateChanged() argument 124 OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) OnRouteChanged() argument [all...] |
H A D | wrapper_distributor_test.cpp | 44 int32_t OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, 47 if (ifName == WIFI_AP_DEFAULT_IFACE_NAME) { 53 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, 56 if (ifName == WIFI_AP_DEFAULT_IFACE_NAME) { 62 int32_t OnInterfaceAdded(const std::string &ifName) override 64 ifnameContainer_.emplace_back(ifName); 68 int32_t OnInterfaceRemoved(const std::string &ifName) override 70 auto itfind = std::find(ifnameContainer_.begin(), ifnameContainer_.end(), ifName); 78 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override 80 if (ifName 247 std::string ifName = ""; HWTEST_F() local [all...] |
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_cmd_client.cpp | 53 int WifiCmdClient::SendCmdToDriver(const std::string &ifName, int commandId, const std::string ¶m) const in SendCmdToDriver() argument 56 if (ifName.empty() || param.empty() || (param.size() + 1) > MAX_PRIV_CMD_SIZE) { in SendCmdToDriver() 61 ret = SetRxListen(ifName, param); in SendCmdToDriver() 63 ret = Set2gSoftapMss(ifName, param); in SendCmdToDriver() 65 ret = SetAxBlaList(ifName, param); in SendCmdToDriver() 67 ret = AxSelfcure(ifName, param); in SendCmdToDriver() 69 ret = SetBeBlaList(ifName, param); in SendCmdToDriver() 75 int WifiCmdClient::SendCommandToDriverByInterfaceName(const std::string &ifName, in SendCommandToDriverByInterfaceName() argument 79 if (ifName.size() + 1 > IFNAMSIZ) { in SendCommandToDriverByInterfaceName() 80 WIFI_LOGE("%{public}s ifName siz in SendCommandToDriverByInterfaceName() 127 SetRxListen(const std::string &ifName, const std::string ¶m) const SetRxListen() argument 144 Set2gSoftapMss(const std::string &ifName, const std::string ¶m) const Set2gSoftapMss() argument 157 SetAxBlaList(const std::string &ifName, const std::string ¶m) const SetAxBlaList() argument 171 AxSelfcure(const std::string &ifName, const std::string ¶m) const AxSelfcure() argument 185 SetBeBlaList(const std::string &ifName, const std::string ¶m) const SetBeBlaList() argument [all...] |
H A D | wifi_cmd_client.h | 41 int SendCmdToDriver(const std::string &ifName, int commandId, const std::string ¶m) const; 44 int SendCommandToDriverByInterfaceName(const std::string &ifName, const std::string &cmdParm) const; 45 int SetRxListen(const std::string &ifName, const std::string ¶m) const; 46 int Set2gSoftapMss(const std::string &ifName, const std::string ¶m) const; 47 int SetAxBlaList(const std::string &ifName, const std::string ¶m) const; 48 int AxSelfcure(const std::string &ifName, const std::string ¶m) const; 49 int SetBeBlaList(const std::string &ifName, const std::string ¶m) const;
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_config_test.cpp | 85 std::string ifName; in HWTEST() local 86 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName.c_str(), nullptr) == RET_FAILED); in HWTEST() 91 ifName = "veryveryveryveryveryveryveryveryveryverylanginterface"; in HWTEST() 92 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName.c_str(), &config) == RET_FAILED); in HWTEST() 93 std::string content = "# comment \ninterface=" + ifName; in HWTEST() 95 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName.c_str(), &config) == RET_FAILED); in HWTEST() 96 ifName = "wlan0"; in HWTEST() 99 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName.c_str(), &config) == RET_FAILED); in HWTEST() 102 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName.c_str(), &config) == RET_FAILED); in HWTEST() 105 EXPECT_TRUE(LoadConfig(configFile.c_str(), ifName in HWTEST() [all...] |
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | net_interface_callback.cpp | 32 int32_t NetInterfaceStateCallback::OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, in OnInterfaceAddressUpdated() argument 36 ifName.c_str(), scope); in OnInterfaceAddressUpdated() 37 if (ifName.empty()) { in OnInterfaceAddressUpdated() 42 std::string ifrName = ifName; in OnInterfaceAddressUpdated() 70 int32_t NetInterfaceStateCallback::OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, in OnInterfaceAddressRemoved() argument 74 ifName.c_str(), scope); in OnInterfaceAddressRemoved() 78 int32_t NetInterfaceStateCallback::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() argument 80 NETMGR_EXT_LOG_D("OnInterfaceAdded, iface:[%{public}s]", ifName.c_str()); in OnInterfaceAdded() 84 int32_t NetInterfaceStateCallback::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() argument 86 NETMGR_EXT_LOG_D("OnInterfaceRemoved, iface:[%{public}s]", ifName in OnInterfaceRemoved() 90 OnInterfaceChanged(const std::string &ifName, bool up) OnInterfaceChanged() argument 96 OnInterfaceLinkStateChanged(const std::string &ifName, bool up) OnInterfaceLinkStateChanged() argument [all...] |
/foundation/communication/dsoftbus/adapter/common/bus_center/network/ |
H A D | lnn_netmanager_listener.cpp | 47 int32_t OnInterfaceAdded(const std::string &ifName) override; 48 int32_t OnInterfaceRemoved(const std::string &ifName) override; 49 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override; 50 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override; 52 const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) override; 54 const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) override; 61 int32_t LnnNetManagerListener::OnInterfaceAdded(const std::string &ifName) in OnInterfaceAdded() argument 63 LNN_LOGI(LNN_BUILDER, "ifName=%{public}s", ifName.c_str()); in OnInterfaceAdded() 67 int32_t LnnNetManagerListener::OnInterfaceRemoved(const std::string &ifName) in OnInterfaceRemoved() argument 73 OnInterfaceChanged(const std::string &ifName, bool isUp) OnInterfaceChanged() argument 79 OnInterfaceLinkStateChanged(const std::string &ifName, bool isUp) OnInterfaceLinkStateChanged() argument 125 OnInterfaceAddressUpdated( const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressUpdated() argument 164 OnInterfaceAddressRemoved( const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) OnInterfaceAddressRemoved() argument [all...] |
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | net_conn_client.h | 59 virtual int32_t AddStaticArp(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName); 60 virtual int32_t DelStaticArp(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName); 62 int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop); 64 int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop); 65 virtual int32_t AddInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength); 66 virtual int32_t DelInterfaceAddress(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength); 74 AddStaticArp, int32_t(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName)); 76 AddInterfaceAddress, int32_t(const std::string &ifName, const std::string &ipAddr, int32_t prefixLength)); 78 DelStaticArp, int32_t(const std::string &ipAddr, const std::string &macAddr, const std::string &ifName)); 80 int32_t(int32_t netId, const std::string &ifName, cons [all...] |
H A D | net_conn_client.cpp | 18 const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) in AddStaticArp() 24 return mock->AddStaticArp(ipAddr, macAddr, ifName); in AddStaticArp() 28 const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) in DelStaticArp() 34 return mock->DelStaticArp(ipAddr, macAddr, ifName); in DelStaticArp() 38 int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) in AddNetworkRoute() 44 return mock->AddNetworkRoute(netId, ifName, destination, nextHop); in AddNetworkRoute() 48 int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) in RemoveNetworkRoute() 54 return mock->RemoveNetworkRoute(netId, ifName, destination, nextHop); in RemoveNetworkRoute() 58 const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) in AddInterfaceAddress() 64 return mock->AddInterfaceAddress(ifName, ipAdd in AddInterfaceAddress() 17 AddStaticArp( const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) AddStaticArp() argument 27 DelStaticArp( const std::string &ipAddr, const std::string &macAddr, const std::string &ifName) DelStaticArp() argument 37 AddNetworkRoute( int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) AddNetworkRoute() argument 47 RemoveNetworkRoute( int32_t netId, const std::string &ifName, const std::string &destination, const std::string &nextHop) RemoveNetworkRoute() argument 57 AddInterfaceAddress( const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) AddInterfaceAddress() argument 67 DelInterfaceAddress( const std::string &ifName, const std::string &ipAddr, int32_t prefixLength) DelInterfaceAddress() argument [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | distributed_manager.cpp | 46 int32_t DistributedManager::CreateDistributedInterface(const std::string &ifName) in CreateDistributedInterface() argument 59 if (InitIfreq(ifr, ifName) != NETMANAGER_SUCCESS) { in CreateDistributedInterface() 107 int32_t DistributedManager::SetDistributedNicMtu(const std::string &ifName, int32_t mtu) in SetDistributedNicMtu() argument 115 if (InitIfreq(ifr, ifName) != NETMANAGER_SUCCESS) { in SetDistributedNicMtu() 130 int32_t DistributedManager::SetDistributedNicAddress(const std::string &ifName, const std::string &tunAddr) in SetDistributedNicAddress() argument 133 if (InitIfreq(ifr, ifName) != NETMANAGER_SUCCESS) { in SetDistributedNicAddress() 171 int32_t DistributedManager::SetDistributedNicUp(const std::string &ifName) in SetDistributedNicUp() argument 174 if (InitIfreq(ifr, ifName) != NETMANAGER_SUCCESS) { in SetDistributedNicUp() 190 int32_t DistributedManager::SetDistributedNicDown(const std::string &ifName) in SetDistributedNicDown() argument 193 if (InitIfreq(ifr, ifName) ! in SetDistributedNicDown() 224 CreateDistributedNic(const std::string &virNicAddr, const std::string &ifName) CreateDistributedNic() argument 246 DestroyDistributedNic(const std::string &ifName) DestroyDistributedNic() argument [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/ |
H A D | wrapper_distributor.cpp | 168 void WrapperDistributor::NotifyInterfaceAdd(const std::string &ifName) in NotifyInterfaceAdd() argument 170 NETNATIVE_LOG_D("interface added: %{public}s", ifName.c_str()); in NotifyInterfaceAdd() 178 callback->OnInterfaceAdded(ifName); in NotifyInterfaceAdd() 183 void WrapperDistributor::NotifyInterfaceRemove(const std::string &ifName) in NotifyInterfaceRemove() argument 185 NETNATIVE_LOG_D("interface removed: %{public}s", ifName.c_str()); in NotifyInterfaceRemove() 193 callback->OnInterfaceRemoved(ifName); in NotifyInterfaceRemove() 198 void WrapperDistributor::NotifyInterfaceChange(const std::string &ifName, bool up) in NotifyInterfaceChange() argument 200 NETNATIVE_LOG_D("interface Change: %{public}s, %{public}d", ifName.c_str(), up); in NotifyInterfaceChange() 208 callback->OnInterfaceChanged(ifName, up); in NotifyInterfaceChange() 213 void WrapperDistributor::NotifyInterfaceLinkStateChange(const std::string &ifName, boo argument 228 NotifyQuotaLimitReache(const std::string &labelName, const std::string &ifName) NotifyQuotaLimitReache() argument 243 NotifyInterfaceAddressUpdate(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) NotifyInterfaceAddressUpdate() argument 260 NotifyInterfaceAddressRemove(const std::string &addr, const std::string &ifName, int32_t flags, int32_t scope) NotifyInterfaceAddressRemove() argument 277 NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) NotifyRouteChange() argument [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | notify_callback_proxy_test.cpp | 52 std::string ifName = "test0"; in HWTEST_F() local 55 int32_t ret = notifyProxy->OnInterfaceAddressUpdated(addr, ifName, flags, scope); in HWTEST_F() 64 std::string ifName = "test0"; in HWTEST_F() local 67 int32_t ret = notifyProxy->OnInterfaceAddressRemoved(addr, ifName, flags, scope); in HWTEST_F() 73 std::string ifName = "test0"; in HWTEST_F() local 74 int32_t ret = notifyProxy->OnInterfaceAdded(ifName); in HWTEST_F() 80 std::string ifName = "test0"; in HWTEST_F() local 81 int32_t ret = notifyProxy->OnInterfaceRemoved(ifName); in HWTEST_F() 87 std::string ifName = "test0"; in HWTEST_F() local 89 int32_t ret = notifyProxy->OnInterfaceChanged(ifName, isU in HWTEST_F() 95 std::string ifName = "test0"; HWTEST_F() local 106 std::string ifName = "test0"; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_ip_network_impl.c | 55 static int32_t GetWifiServiceIpAddr(const char *ifName, char *ip, uint32_t size) in GetWifiServiceIpAddr() argument 57 if (ifName == NULL || ip == NULL || size == 0) { in GetWifiServiceIpAddr() 61 if (strcmp(ifName, WLAN_IFNAME) != 0) { in GetWifiServiceIpAddr() 76 static int32_t GetIpAddrFromNetlink(const char *ifName, char *ip, uint32_t size) in GetIpAddrFromNetlink() argument 78 if (GetNetworkIpByIfName(ifName, ip, NULL, size) != SOFTBUS_OK) { in GetIpAddrFromNetlink() 89 static bool GetIpProcess(const char *ifName, char *ip, uint32_t size) in GetIpProcess() argument 91 if (GetIpAddrFromNetlink(ifName, ip, size) != SOFTBUS_OK && in GetIpProcess() 92 GetWifiServiceIpAddr(ifName, ip, size) != SOFTBUS_OK) { in GetIpProcess() 93 LNN_LOGD(LNN_BUILDER, "get network IP by ifName fail"); in GetIpProcess() 103 LnnNotifyPhysicalSubnetStatusChanged(netifManager->ifName, LNN_PROTOCOL_I in NotifyWlanAddressChanged() 114 GetAvailableIpAddr(const char *ifName, char *ip, uint32_t size) GetAvailableIpAddr() argument 286 GetLocalIpInfo(char *ipAddr, uint32_t ipAddrLen, char *ifName, uint32_t ifNameLen) GetLocalIpInfo() argument 299 SetLocalIpInfo(const char *ipAddr, const char *ifName) SetLocalIpInfo() argument 332 ReleaseMainPort(const char *ifName) ReleaseMainPort() argument 352 RequestMainPort(const char *ifName, const char *address) RequestMainPort() argument 555 CreateIpSubnetManager(const struct LnnProtocolManager *self, const char *ifName) CreateIpSubnetManager() argument [all...] |
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | notify_callback_proxy.h | 27 int32_t OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, 29 int32_t OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, 31 int32_t OnInterfaceAdded(const std::string &ifName) override; 32 int32_t OnInterfaceRemoved(const std::string &ifName) override; 33 int32_t OnInterfaceChanged(const std::string &ifName, bool up) override; 34 int32_t OnInterfaceLinkStateChanged(const std::string &ifName, bool up) override; 36 const std::string &ifName) override;
|