Searched refs:g_dhcpClientCallBackStub (Results 1 – 2 of 2) sorted by relevance
27 static sptr<DhcpClientCallBackStub> g_dhcpClientCallBackStub = variable79 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()
28 static DhcpClientCallBackStub g_dhcpClientCallBackStub; variable83 return g_dhcpClientCallBackStub.OnRemoteRequest(code, data); in AsyncCallback()132 g_dhcpClientCallBackStub.RegisterCallBack(callback); in RegisterDhcpClientCallBack()