Home
last modified time | relevance | path

Searched refs:IsVendorProcess (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp389 bool NciTagProxy::IsVendorProcess() in IsVendorProcess() function in OHOS::NFC::NCI::NciTagProxy
392 return nciTagInterface_->IsVendorProcess(); in IsVendorProcess()
H A Dnci_tag_proxy.h225 bool IsVendorProcess() override;
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp496 bool TagSession::IsVendorProcess() in IsVendorProcess() function in OHOS::NFC::TAG::TagSession
500 return tag->IsVendorProcess(); in IsVendorProcess()
512 if (!IsVendorProcess()) { in RegForegroundDispatch()
710 if (!IsVendorProcess()) { in RegReaderMode()
H A Dtag_session.h256 bool IsVendorProcess();
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_tag_interface.h235 virtual bool IsVendorProcess() = 0;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_tag_impl_default.h57 bool IsVendorProcess() override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp241 bool NciTagImplDefault::IsVendorProcess() in IsVendorProcess() function in OHOS::NFC::NCI::NciTagImplDefault