Searched refs:NetDetectionCallbackProxy (Results 1 – 2 of 2) sorted by relevance
22 NetDetectionCallbackProxy::NetDetectionCallbackProxy(const sptr<IRemoteObject> &impl) in NetDetectionCallbackProxy() function in OHOS::NetManagerStandard::NetDetectionCallbackProxy26 NetDetectionCallbackProxy::~NetDetectionCallbackProxy() {} in ~NetDetectionCallbackProxy()28 int32_t NetDetectionCallbackProxy::OnNetDetectionResultChanged(NetDetectionResultCode detectionResu… in OnNetDetectionResultChanged()61 bool NetDetectionCallbackProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()63 if (!data.WriteInterfaceToken(NetDetectionCallbackProxy::GetDescriptor())) { in WriteInterfaceToken()
25 class NetDetectionCallbackProxy : public IRemoteProxy<INetDetectionCallback> {27 explicit NetDetectionCallbackProxy(const sptr<IRemoteObject> &impl);28 virtual ~NetDetectionCallbackProxy();38 static inline BrokerDelegator<NetDetectionCallbackProxy> delegator_;