Home
last modified time | relevance | path

Searched refs:GetTechExtrasByIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp319 AppExecFwk::PacMap getTechExtrasByIndex = tagInfo_->GetTechExtrasByIndex(techIndex);
339 AppExecFwk::PacMap getTechExtrasByIndex = tagInfo_->GetTechExtrasByIndex(techIndex);
361 AppExecFwk::PacMap getTechExtrasByIndex = tagInfo_->GetTechExtrasByIndex(techIndex);
382 AppExecFwk::PacMap getTechExtrasByIndex = tagInfo_->GetTechExtrasByIndex(techIndex);
403 AppExecFwk::PacMap getTechExtrasByIndex = tagInfo_->GetTechExtrasByIndex(techIndex);
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbyindex_fuzzer/
H A Dgettechextrasbyindex_fuzzer.cpp54 tagInfo->GetTechExtrasByIndex(techIndex); in FuzzGetTechExtraByIndex()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.h65 AppExecFwk::PacMap GetTechExtrasByIndex(size_t techIndex);
H A Dtaginfo.cpp87 AppExecFwk::PacMap TagInfo::GetTechExtrasByIndex(size_t techIndex) in GetTechExtrasByIndex() function in OHOS::NFC::KITS::TagInfo
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp48 AppExecFwk::PacMap extra = tagInfo->GetTechExtrasByIndex(i); in SetWantExtraParam()