Home
last modified time | relevance | path

Searched refs:g_dhcpClientCallBackStub (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy.cpp27 static sptr<DhcpClientCallBackStub> g_dhcpClientCallBackStub = variable
79 if (g_dhcpClientCallBackStub == nullptr) { in OnRemoteDied()
83 if (g_dhcpClientCallBackStub != nullptr) { in OnRemoteDied()
84 g_dhcpClientCallBackStub->SetRemoteDied(true); in OnRemoteDied()
111 if (g_dhcpClientCallBackStub == nullptr) { in RegisterDhcpClientCallBack()
115 g_dhcpClientCallBackStub->RegisterCallBack(callback); in RegisterDhcpClientCallBack()
117 if (!data.WriteRemoteObject(g_dhcpClientCallBackStub->AsObject())) { in RegisterDhcpClientCallBack()
H A Ddhcp_client_proxy_lite.cpp28 static DhcpClientCallBackStub g_dhcpClientCallBackStub; variable
83 return g_dhcpClientCallBackStub.OnRemoteRequest(code, data); in AsyncCallback()
132 g_dhcpClientCallBackStub.RegisterCallBack(callback); in RegisterDhcpClientCallBack()