/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_tag_proxy.cpp | 204 bool NciTagProxy::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly() function in OHOS::NFC::NCI::NciTagProxy 207 return nciTagInterface_->CanMakeReadOnly(ndefType); in CanMakeReadOnly()
|
H A D | nci_tag_proxy.h | 126 bool CanMakeReadOnly(uint32_t ndefType) override;
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_tag_impl_default.cpp | 136 bool NciTagImplDefault::CanMakeReadOnly(uint32_t ndefType) in CanMakeReadOnly() function in OHOS::NFC::NCI::NciTagImplDefault 138 return TagNativeImpl::GetInstance().CanMakeReadOnly(ndefType); in CanMakeReadOnly()
|
H A D | tag_native_impl.cpp | 90 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 D | tag_native_impl.h | 57 bool CanMakeReadOnly(uint32_t ndefType);
|
H A D | nci_tag_impl_default.h | 40 bool CanMakeReadOnly(uint32_t ndefType) override;
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | itag_session.h | 138 virtual int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) = 0;
|
H A D | inci_tag_interface.h | 134 virtual bool CanMakeReadOnly(uint32_t ndefType) = 0;
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.h | 54 int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) override;
|
H A D | ndef_tag.cpp | 160 return tagSession->CanMakeReadOnly(nfcForumType_, canSetReadOnly); in IsEnableReadOnly()
|
H A D | tag_session_proxy.cpp | 307 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 D | tag_session.h | 170 int CanMakeReadOnly(int ndefType, bool &canSetReadOnly) override;
|
H A D | tag_session.cpp | 364 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 D | tag_session_stub.cpp | 312 int statusCode = CanMakeReadOnly(ndefType, canSetReadOnly); in HandleCanMakeReadOnly()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/ |
H A D | nci_tag_proxy_test.cpp | 238 bool canMakeReadOnly = nciTagProxy->CanMakeReadOnly(ndefType);
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/ |
H A D | ncitagproxy_fuzz.cpp | 158 nciTagProxy->CanMakeReadOnly(ndefType[0]); in FuzzCanMakeReadOnly()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | tag_session_test.cpp | 528 int result = tagSession->CanMakeReadOnly(ndefType, canSetReadOnly); 544 int result = tagSession->CanMakeReadOnly(ndefType, canSetReadOnly);
|