Home
last modified time | relevance | path

Searched refs:OnCardEmulationNotifyCbProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/
H A Don_card_emulation_notify_cb_proxy.h23 class OnCardEmulationNotifyCbProxy : public IRemoteProxy<IOnCardEmulationNotifyCb> {
25 explicit OnCardEmulationNotifyCbProxy(const sptr<IRemoteObject> &remote);
26 virtual ~OnCardEmulationNotifyCbProxy() {} in ~OnCardEmulationNotifyCbProxy()
31 static inline BrokerDelegator<OnCardEmulationNotifyCbProxy> g_delegator;
H A Don_card_emulation_notify_cb_proxy.cpp23 OnCardEmulationNotifyCbProxy::OnCardEmulationNotifyCbProxy(const sptr<IRemoteObject> &remote) in OnCardEmulationNotifyCbProxy() function in OHOS::NFC::OnCardEmulationNotifyCbProxy
27 bool OnCardEmulationNotifyCbProxy::OnCardEmulationNotify(uint32_t eventType, std::string apduData) in OnCardEmulationNotify()
H A Dnfc_controller_stub.cpp302 onCardEmulationNotifyCb_ = new (std::nothrow) OnCardEmulationNotifyCbProxy(remote); in HandleRegCardEmulationNotifyCb()