/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_result_event.h | 71 typedef struct DhcpStationInfo{ struct 75 }DhcpStationInfo; typedef 90 void (*OnServerSuccess)(const char *ifname, DhcpStationInfo *stationInfos, size_t size);
|
H A D | dhcp_c_api.h | 75 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 D | mock_dhcp_service.cpp | 112 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 D | mock_dhcp_service.h | 36 MOCK_METHOD4(GetDhcpClientInfos, DhcpErrorCode(const char *ifname, int staNumber, DhcpStationInfo *staInfo, int *staSize));
|
/foundation/communication/dhcp/frameworks/native/interfaces/ |
H A D | i_dhcp_server_callback.h | 38 virtual void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) = 0;
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_server_callback_proxy.h | 42 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
H A D | dhcp_server_service_impl.h | 101 void ConvertLeasesToStationInfos(std::vector<std::string> &leases, std::vector<DhcpStationInfo>& stationInfos);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_callback_proxy_lite.cpp | 75 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
|
H A D | dhcp_server_callback_proxy.cpp | 66 void DhcpServerCallbackProxy::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
|
H A D | dhcp_server_service_impl.cpp | 271 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 D | dhcpd_interface.cpp | 113 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 D | dhcpd_interface.h | 93 bool GetConnectedStaInfo(const std::string &ifaceName, int staNumber, DhcpStationInfo *staInfos, int *staSize);
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_event.cpp | 236 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 D | dhcp_server_callback_stub.h | 53 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
H A D | dhcp_server_callback_stub_lite.cpp | 117 void DhcpServreCallBackStub::OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) in OnServerSuccess()
|
H A D | dhcp_server_callback_stub.cpp | 106 void DhcpServreCallBackStub::OnServerSuccess(const std::string &ifname, std::vector<DhcpStationInfo> &stationInfos) in OnServerSuccess()
|
/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_event.h | 61 void OnServerSuccess(const std::string& ifname, std::vector<DhcpStationInfo>& stationInfos) override;
|
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 222 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 D | p2p_state_machine.h | 67 static void OnDhcpServerSuccess(const char *ifname, DhcpStationInfo *stationInfos, size_t size);
|
H A D | p2p_state_machine.cpp | 940 DhcpStationInfo *stationInfos, size_t size) in OnDhcpServerSuccess()
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_server_service_impl_test.cpp | 208 std::vector<DhcpStationInfo> stationInfos; in HWTEST_F()
|