Home
last modified time | relevance | path

Searched defs:dhcpResult (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp73 EthernetDhcpCallback::DhcpResult dhcpResult; variable
97 EthernetDhcpCallback::DhcpResult dhcpResult; variable
132 EthernetDhcpCallback::DhcpResult dhcpResult; variable
232 EthernetDhcpCallback::DhcpResult dhcpResult; variable
251 EthernetDhcpCallback::DhcpResult dhcpResult; variable
264 EthernetDhcpCallback::DhcpResult dhcpResult; variable
277 EthernetDhcpCallback::DhcpResult dhcpResult; variable
H A Dethernet_manager_test.cpp538 DhcpResult dhcpResult; variable
585 EthernetDhcpCallback::DhcpResult dhcpResult; variable
693 EthernetDhcpCallback::DhcpResult dhcpResult; variable
765 EthernetDhcpCallback::DhcpResult dhcpResult; variable
779 EthernetDhcpCallback::DhcpResult dhcpResult; variable
935 NetsysControllerCallback::DhcpResult dhcpResult; variable
962 EthernetDhcpCallback::DhcpResult dhcpResult; variable
H A Dethernet_service_test.cpp193 NetsysControllerCallback::DhcpResult dhcpResult; variable
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp30 void DhcpClientCallBack::ResultInfoCopy(DhcpResult &dhcpResult, OHOS::DHCP::DhcpResult& result) in ResultInfoCopy()
86 DhcpResult dhcpResult; in OnIpSuccessChanged() local
125 DhcpResult dhcpResult; in OnDhcpOfferReport() local
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_dhcp_controller.cpp87 EthernetDhcpCallback::DhcpResult dhcpResult; in OnDhcpSuccess() local
H A Dethernet_management.cpp42 …Management::EhternetDhcpNotifyCallback::OnDhcpSuccess(EthernetDhcpCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
109 …anagement::DevInterfaceStateCallback::OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResu… in OnDhcpSuccess()
292 int32_t EthernetManagement::UpdateDevInterfaceLinkInfo(EthernetDhcpCallback::DhcpResult &dhcpResult) in UpdateDevInterfaceLinkInfo()
H A Dethernet_service.cpp189 …ervice::GlobalInterfaceStateCallback::OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResu… in OnDhcpSuccess()
H A Dethernet_configuration.cpp250 bool EthernetConfiguration::ConvertToConfiguration(const EthernetDhcpCallback::DhcpResult &dhcpResu… in ConvertToConfiguration()
694 bool EthernetConfiguration::IsValidDhcpResult(const EthernetDhcpCallback::DhcpResult &dhcpResult, in IsValidDhcpResult()
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_netsys_controller_callback_test.h56 virtual int32_t OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
H A Dcommon_notify_callback_test.h63 int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) override in OnDhcpSuccess()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dtest_notify_callback.cpp76 int32_t TestNotifyCallback::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_wrapper_test.cpp138 …t32_t NetlinkNativeNotifyCallBack::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpR… in OnDhcpSuccess()
H A Dwrapper_distributor_test.cpp103 int32_t OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) override in OnDhcpSuccess()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp113 sptr<DhcpResultParcel> dhcpResult = new (std::nothrow) DhcpResultParcel; variable
H A Dnotify_callback_stub_test.cpp240 sptr<DhcpResultParcel> dhcpResult = new (std::nothrow) DhcpResultParcel; variable
H A Dnetsys_native_client_test.cpp324 …sptr<OHOS::NetsysNative::DhcpResultParcel> dhcpResult = new (std::nothrow) OHOS::NetsysNative::Dhc… variable
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_traffic.h137 int32_t OnDhcpSuccess(NetsysControllerCallback::DhcpResult &dhcpResult) in OnDhcpSuccess()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnotify_callback_stub.cpp171 static sptr<DhcpResultParcel> dhcpResult = DhcpResultParcel::Unmarshalling(data); in CmdDhcpSuccess() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.cpp305 int IfConfig::SetIfDnsAndRoute(const DhcpResult *dhcpResult, int ipType, int instId) in SetIfDnsAndRoute()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnotify_callback_proxy.cpp281 int32_t NotifyCallbackProxy::OnDhcpSuccess(sptr<DhcpResultParcel> &dhcpResult) in OnDhcpSuccess()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/fuzztest/ethernetclient_fuzzer/
H A Dethernet_client_fuzzer.cpp343 EthernetDhcpCallback::DhcpResult dhcpResult; in EthernetManagementFuzzTest() local
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_tracker_test.cpp751 NetsysControllerCallback::DhcpResult dhcpResult; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp1348 IpInfo dhcpResult; in GetRecordDhcpResults() local
1356 IpInfo dhcpResult; in SelfCureForStaticIp() local
1376 void SelfCureStateMachine::InternetSelfCureState::RequestUseStaticIpConfig(IpInfo &dhcpResult) in RequestUseStaticIpConfig()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp160 …ativeClient::NativeNotifyCallback::OnDhcpSuccess(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpR… in OnDhcpSuccess()
1106 void NetsysNativeClient::ProcessDhcpResult(sptr<OHOS::NetsysNative::DhcpResultParcel> &dhcpResult) in ProcessDhcpResult()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp929 NetsysControllerCallback::DhcpResult dhcpResult; variable

12