Searched refs:NotifyMessageToVendor (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_nfcc_proxy.cpp | 132 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 D | nci_nfcc_proxy.h | 83 void NotifyMessageToVendor(const std::string& key, const std::string& value) override;
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_polling_manager.cpp | 172 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 D | inci_nfcc_interface.h | 85 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 D | nci_nfcc_impl_default.h | 36 void NotifyMessageToVendor(const std::string& key, const std::string& value) override;
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_nfcc_impl_default.cpp | 68 void NciNfccImplDefault::NotifyMessageToVendor(const std::string& key, const std::string& value) in NotifyMessageToVendor() function in OHOS::NFC::NCI::NciNfccImplDefault
|
Completed in 2 milliseconds