Home
last modified time | relevance | path

Searched refs:ClientCallBack (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h43 void RegisterCallBack(const std::string& ifname, const ClientCallBack *event);
48 std::map<std::string, const ClientCallBack *> mapClientCallBack;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_dhcp_service.cpp35 DhcpErrorCode __real_RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event);
36 DhcpErrorCode __wrap_RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event) in __wrap_RegisterDhcpClientCallBack()
H A Dmock_dhcp_service.h25 …MOCK_METHOD2(RegisterDhcpClientCallBack, DhcpErrorCode(const char *ifname, const ClientCallBack *e…
/ohos5.0/foundation/communication/dhcp/interfaces/kits/c/
H A Ddhcp_c_api.h32 DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event);
H A Ddhcp_result_event.h80 }ClientCallBack; typedef
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddhcp_controller.h50 ClientCallBack clientEvent;
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_dhcp_controller.h57 ClientCallBack clientEvent;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.h419 ClientCallBack clientCallBack;
/ohos5.0/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp37 …E("cfi") DhcpErrorCode RegisterDhcpClientCallBack(const char *ifname, const ClientCallBack *event) in RegisterDhcpClientCallBack()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp148 void DhcpClientCallBack::RegisterCallBack(const std::string& ifname, const ClientCallBack *event) in RegisterCallBack()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h1226 ClientCallBack clientCallBack;