Home
last modified time | relevance | path

Searched refs:ServerCallBack (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h65 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 Dmock_dhcp_service.cpp56 DhcpErrorCode __real_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event);
57 DhcpErrorCode __wrap_RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in __wrap_RegisterDhcpServerCallBack()
H A Dmock_dhcp_service.h28 …MOCK_METHOD2(RegisterDhcpServerCallBack, DhcpErrorCode(const char *ifname, const ServerCallBack *e…
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h67 DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event);
H A Ddhcp_result_event.h91 }ServerCallBack; typedef
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.h50 bool RegisterDhcpCallBack(const std::string &ifaceName, ServerCallBack &event);
H A Ddhcpd_interface.cpp45 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 Dp2p_state_machine.h420 ServerCallBack serverCallBack;
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp103 …ZE("cfi") DhcpErrorCode RegisterDhcpServerCallBack(const char *ifname, const ServerCallBack *event) in RegisterDhcpServerCallBack()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp272 void DhcpServerCallBack::RegisterCallBack(const std::string& ifname, const ServerCallBack *event) in RegisterCallBack()