Searched refs:OnCardEmulationNotifyCbProxy (Results 1 – 3 of 3) sorted by relevance
23 class OnCardEmulationNotifyCbProxy : public IRemoteProxy<IOnCardEmulationNotifyCb> {25 explicit OnCardEmulationNotifyCbProxy(const sptr<IRemoteObject> &remote);26 virtual ~OnCardEmulationNotifyCbProxy() {} in ~OnCardEmulationNotifyCbProxy()31 static inline BrokerDelegator<OnCardEmulationNotifyCbProxy> g_delegator;
23 OnCardEmulationNotifyCbProxy::OnCardEmulationNotifyCbProxy(const sptr<IRemoteObject> &remote) in OnCardEmulationNotifyCbProxy() function in OHOS::NFC::OnCardEmulationNotifyCbProxy27 bool OnCardEmulationNotifyCbProxy::OnCardEmulationNotify(uint32_t eventType, std::string apduData) in OnCardEmulationNotify()
302 onCardEmulationNotifyCb_ = new (std::nothrow) OnCardEmulationNotifyCbProxy(remote); in HandleRegCardEmulationNotifyCb()