Searched refs:ServerCallBack (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/ |
H A D | dhcp_event.h | 65 void RegisterCallBack(const std::string& ifname, const ServerCallBack *event); 68 std::map<std::string, const ServerCallBack *> mapServerCallBack;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | mock_dhcp_service.cpp | 56 DhcpErrorCode __real_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event); 57 DhcpErrorCode __wrap_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in __wrap_RegisterDhcpServerCallBack()
|
H A D | mock_dhcp_service.h | 28 …MOCK_METHOD2(RegisterDhcpServerCallBack, DhcpErrorCode(const char *ifname, const ServerCallBack *e…
|
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/ |
H A D | dhcp_c_api.h | 67 DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event);
|
H A D | dhcp_result_event.h | 91 }ServerCallBack; typedef
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.h | 50 bool RegisterDhcpCallBack(const std::string &ifaceName, ServerCallBack &event);
|
H A D | dhcpd_interface.cpp | 45 bool DhcpdInterface::RegisterDhcpCallBack(const std::string &ifaceName, ServerCallBack &event) in RegisterDhcpCallBack()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_state_machine.h | 420 ServerCallBack serverCallBack;
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/ |
H A D | dhcp_c_service.cpp | 103 …ZE("cfi") DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in RegisterDhcpServerCallBack()
|
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_event.cpp | 272 void DhcpServerCallBack::RegisterCallBack(const std::string& ifname, const ServerCallBack *event) in RegisterCallBack()
|