Home
last modified time | relevance | path

Searched refs:DhcpStationInfo (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_result_event.h71 typedef struct DhcpStationInfo{ struct
75 }DhcpStationInfo; typedef
90 void (*OnServerSuccess)(const char *ifname, DhcpStationInfo *stationInfos, size_t size);
H A Ddhcp_c_api.h75 DhcpErrorCode GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize);
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.cpp112 DhcpErrorCode __real_GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize);
113 DhcpErrorCode __wrap_GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize) in __wrap_GetDhcpClientInfos()
H A Dmock_dhcp_service.h36 MOCK_METHOD4(GetDhcpClientInfos, DhcpErrorCode(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize));
/foundation/communication/dhcp/frameworks/native/interfaces/
H A Di_dhcp_server_callback.h38 virtual void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) = 0;
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_callback_proxy.h42 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
H A Ddhcp_server_service_impl.h101 void ConvertLeasesToStationInfos(std::vector<std::string> &leases, std::vector<DhcpStationInfo>& stationInfos);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_callback_proxy_lite.cpp75 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_callback_proxy.cpp66 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_service_impl.cpp271 std::vector<DhcpStationInfo> stationInfos; in DeviceInfoCallBack()
290 std::vector<DhcpStationInfo>& stationInfos) in ConvertLeasesToStationInfos()
294 DhcpStationInfo info; in ConvertLeasesToStationInfos()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp113 DhcpStationInfo *staInfos = NULL; in GetConnectedStationInfo()
116 staInfos = (struct DhcpStationInfo*)malloc(sizeof(DhcpStationInfo) * staNumber); in GetConnectedStationInfo()
334 bool DhcpdInterface::GetConnectedStaInfo(const std::string &ifaceName, int staNumber, DhcpStationInfo *staInfos, in GetConnectedStaInfo()
H A Ddhcpd_interface.h93 bool GetConnectedStaInfo(const std::string &ifaceName, int staNumber, DhcpStationInfo *staInfos, int *staSize);
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp236 void DhcpServerCallBack::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
244 DhcpStationInfo *infos = (struct DhcpStationInfo*)malloc(size * sizeof(DhcpStationInfo)); in OnServerSuccess()
H A Ddhcp_server_callback_stub.h53 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
H A Ddhcp_server_callback_stub_lite.cpp117 void DhcpServreCallBackStub::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
H A Ddhcp_server_callback_stub.cpp106 void DhcpServreCallBackStub::OnServerSuccess(const std::string &ifname, std::vector<DhcpStationInfo> &stationInfos) in OnServerSuccess()
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h61 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp222 DhcpErrorCode ParseClientInfos(int staNumber, DhcpStationInfo *staInfo, int *staSize, std::vector<std::string> &vecInfo) in ParseClientInfos()
267 DhcpErrorCode GetDhcpClientInfos(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize) in GetDhcpClientInfos()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h67 static void OnDhcpServerSuccess(const char *ifname, DhcpStationInfo *stationInfos, size_t size);
H A Dp2p_state_machine.cpp940 DhcpStationInfo *stationInfos, size_t size) in OnDhcpServerSuccess()
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_server_service_impl_test.cpp208 std::vector<DhcpStationInfo> stationInfos; in HWTEST_F()

Completed in 10 milliseconds