Home
last modified time | relevance | path

Searched refs:CanMakeReadOnly (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp204 bool NciTagProxy::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly() function in OHOS::NFC::NCI::NciTagProxy
207 return nciTagInterface_->CanMakeReadOnly(ndefType); in CanMakeReadOnly()
H A Dnci_tag_proxy.h126 bool CanMakeReadOnly(uint32_t ndefType) override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp136 bool NciTagImplDefault::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly() function in OHOS::NFC::NCI::NciTagImplDefault
138 return TagNativeImpl::GetInstance().CanMakeReadOnly(ndefType); in CanMakeReadOnly()
H A Dtag_native_impl.cpp90 bool TagNativeImpl::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly() function in OHOS::NFC::NCI::TagNativeImpl
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_native_impl.h57 bool CanMakeReadOnly(uint32_t ndefType);
H A Dnci_tag_impl_default.h40 bool CanMakeReadOnly(uint32_t ndefType) override;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Ditag_session.h138 virtual int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) = 0;
H A Dinci_tag_interface.h134 virtual bool CanMakeReadOnly(uint32_t ndefType) = 0;
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h54 int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) override;
H A Dndef_tag.cpp160 return tagSession->CanMakeReadOnly(nfcForumType_, canSetReadOnly); in IsEnableReadOnly()
H A Dtag_session_proxy.cpp307 int TagSessionProxy::CanMakeReadOnly(int ndefType, bool &canSetReadOnly) in CanMakeReadOnly() function in OHOS::NFC::TAG::TagSessionProxy
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h170 int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) override;
H A Dtag_session.cpp364 int TagSession::CanMakeReadOnly(int ndefType, bool &canSetReadOnly) in CanMakeReadOnly() function in OHOS::NFC::TAG::TagSession
370 canSetReadOnly = nciTagProxy_.lock()->CanMakeReadOnly(ndefType); in CanMakeReadOnly()
H A Dtag_session_stub.cpp312 int statusCode = CanMakeReadOnly(ndefType, canSetReadOnly); in HandleCanMakeReadOnly()
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp238 bool canMakeReadOnly = nciTagProxy->CanMakeReadOnly(ndefType);
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp158 nciTagProxy->CanMakeReadOnly(ndefType[0]); in FuzzCanMakeReadOnly()
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp528 int result = tagSession->CanMakeReadOnly(ndefType, canSetReadOnly);
544 int result = tagSession->CanMakeReadOnly(ndefType, canSetReadOnly);