Home
last modified time | relevance | path

Searched defs:techIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp318 size_t techIndex = -1; variable
338 size_t techIndex = -1; variable
360 size_t techIndex = -1; variable
381 size_t techIndex = TEST_DISC_ID; variable
402 size_t techIndex = 0; variable
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbyindex_fuzzer/
H A Dgettechextrasbyindex_fuzzer.cpp53 size_t techIndex = static_cast<int>(data[0]); in FuzzGetTechExtraByIndex() local
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp87 AppExecFwk::PacMap TagInfo::GetTechExtrasByIndex(size_t techIndex) in GetTechExtrasByIndex()