Searched refs:DhcpErrorCode (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_c_api.h | 32 DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event); 41 DhcpErrorCode RegisterDhcpClientReportCallBack(const char *ifname, const DhcpClientReport *event); 49 DhcpErrorCode StartDhcpClient(const char *ifname, bool bIpv6); 57 DhcpErrorCode SetConfiguration(const char *ifname, const RouterConfig config); 65 DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6); 67 DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event); 68 DhcpErrorCode StartDhcpServer(const char *ifname); 69 DhcpErrorCode StopDhcpServer(const char *ifname); 70 DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range); 71 DhcpErrorCode SetDhcpNam [all...] |
H A D | dhcp_error_code.h | 26 } DhcpErrorCode; typedef
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_dhcp_service.cpp | 35 DhcpErrorCode __real_RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event); 36 DhcpErrorCode __wrap_RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event) in __wrap_RegisterDhcpClientCallBack() 42 DhcpErrorCode __real_StartDhcpClient(const char *ifname, bool bIpv6); 43 DhcpErrorCode __wrap_StartDhcpClient(const char *ifname, bool bIpv6) in __wrap_StartDhcpClient() 49 DhcpErrorCode __real_StopDhcpClient(const char *ifname, bool bIpv6); 50 DhcpErrorCode __wrap_StopDhcpClient(const char *ifname, bool bIpv6) in __wrap_StopDhcpClient() 56 DhcpErrorCode __real_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event); 57 DhcpErrorCode __wrap_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in __wrap_RegisterDhcpServerCallBack() 63 DhcpErrorCode __real_StartDhcpServer(const char *ifname); 64 DhcpErrorCode __wrap_StartDhcpServe [all...] |
H A D | mock_dhcp_service.h | 25 MOCK_METHOD2(RegisterDhcpClientCallBack, DhcpErrorCode(const char *ifname, const ClientCallBack *event)); 26 MOCK_METHOD2(StartDhcpClient, DhcpErrorCode(const char *ifname, bool bIpv6)); 27 MOCK_METHOD2(StopDhcpClient, DhcpErrorCode(const char *ifname, bool bIpv6)); 28 MOCK_METHOD2(RegisterDhcpServerCallBack, DhcpErrorCode(const char *ifname, const ServerCallBack *event)); 29 MOCK_METHOD1(StartDhcpServer, DhcpErrorCode(const char *ifname)); 30 MOCK_METHOD1(StopDhcpServer, DhcpErrorCode(const char *ifname)); 31 MOCK_METHOD2(PutDhcpRange, DhcpErrorCode(const char *tagName, const DhcpRange *range)); 32 MOCK_METHOD2(RemoveDhcpRange, DhcpErrorCode(const char *tagName, const void *range)); 33 MOCK_METHOD1(RemoveAllDhcpRange, DhcpErrorCode(const char *tagName)); 34 MOCK_METHOD2(SetDhcpRange, DhcpErrorCode(cons [all...] |
/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_utils.cpp | 24 static std::map<ErrCode, DhcpErrorCode> g_ErrCodeMap = { 34 DhcpErrorCode GetCErrorCode(ErrCode errCode) in GetCErrorCode() 36 std::map<ErrCode, DhcpErrorCode>::const_iterator iter = g_ErrCodeMap.find(errCode); in GetCErrorCode()
|
H A D | dhcp_c_service.cpp | 37 NO_SANITIZE("cfi") DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event) in RegisterDhcpClientCallBack() 59 DhcpErrorCode RegisterDhcpClientReportCallBack(const char *ifname, const DhcpClientReport *event) in RegisterDhcpClientReportCallBack() 77 NO_SANITIZE("cfi") DhcpErrorCode StartDhcpClient(const char *ifname, bool bIpv6) in StartDhcpClient() 84 DhcpErrorCode SetConfiguration(const char *ifname, const RouterConfig config) in SetConfiguration() 94 NO_SANITIZE("cfi") DhcpErrorCode StopDhcpClient(const char *ifname, bool bIpv6) in StopDhcpClient() 103 NO_SANITIZE("cfi") DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in RegisterDhcpServerCallBack() 125 NO_SANITIZE("cfi") DhcpErrorCode StartDhcpServer(const char *ifname) in StartDhcpServer() 135 NO_SANITIZE("cfi") DhcpErrorCode StopDhcpServer(const char *ifname) in StopDhcpServer() 156 NO_SANITIZE("cfi") DhcpErrorCode SetDhcpRange(const char *ifname, const DhcpRange *range) in SetDhcpRange() 173 NO_SANITIZE("cfi") DhcpErrorCode SetDhcpNam [all...] |
/foundation/communication/dhcp/frameworks/native/c_adapter/inc/ |
H A D | dhcp_c_utils.h | 54 DhcpErrorCode GetCErrorCode(ErrCode errCode);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 3003 DhcpErrorCode dhcpRet = RegisterDhcpClientCallBack(ifname.c_str(), &clientCallBack); in RegisterCallBack()
|
Completed in 10 milliseconds