Home
last modified time | relevance | path

Searched refs:g_dhcpClientServiceImpl (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_feature_lite.cpp28 static std::shared_ptr<DhcpClientServiceImpl> g_dhcpClientServiceImpl = DhcpClientServiceImpl::GetInstance(); variable
53 if (g_dhcpClientServiceImpl != NULL) { in OnInitialize()
54 g_dhcpClientServiceImpl->OnStart(); in OnInitialize()
60 if (g_dhcpClientServiceImpl != NULL) { in OnStop()
61 g_dhcpClientServiceImpl->OnStop(); in OnStop()
79 if (g_dhcpClientServiceImpl != NULL) { in Invoke()
80 return g_dhcpClientServiceImpl->OnRemoteRequest(funcId, req, reply); in Invoke()

Completed in 1 milliseconds