Home
last modified time | relevance | path

Searched refs:NotifyMessageToVendor (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp132 void NciNfccProxy::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() function in OHOS::NFC::NCI::NciNfccProxy
135 return nfccInterface_->NotifyMessageToVendor(key, value); in NotifyMessageToVendor()
H A Dnci_nfcc_proxy.h83 void NotifyMessageToVendor(const std::string& key, const std::string& value) override;
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp172 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::FOREGROUND_APP_KEY, element.GetBundleName()); in EnableForegroundDispatch()
189 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::FOREGROUND_APP_KEY, ""); in DisableForegroundDispatch()
236 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::READERMODE_APP_KEY, element.GetBundleName()); in EnableReaderMode()
253 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::READERMODE_APP_KEY, ""); in DisableReaderMode()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_nfcc_interface.h85 virtual void NotifyMessageToVendor(const std::string& key, const std::string& value) = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_nfcc_impl_default.h36 void NotifyMessageToVendor(const std::string& key, const std::string& value) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_nfcc_impl_default.cpp68 void NciNfccImplDefault::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() function in OHOS::NFC::NCI::NciNfccImplDefault

Completed in 3 milliseconds