Home
last modified time | relevance | path

Searched defs:stationInfos (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp75 …llbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_callback_proxy.cpp66 …llbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_service_impl.cpp265 std::vector<DhcpStationInfo> stationInfos; in DeviceInfoCallBack() local
284 std::vector<DhcpStationInfo>& stationInfos) in ConvertLeasesToStationInfos()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp204 std::vector<DhcpStationInfo> stationInfos; variable
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_callback_stub_lite.cpp117 …allBackStub::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_callback_stub.cpp106 …allBackStub::OnServerSuccess(const std::string &ifname, std::vector<DhcpStationInfo> &stationInfos) in OnServerSuccess()
H A Ddhcp_event.cpp223 …verCallBack::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp964 DhcpStationInfo *stationInfos, size_t size) in OnDhcpServerSuccess()