Searched refs:MAX_NUM_TECHNOLOGY (Results 1 – 6 of 6) sorted by relevance
28 const uint32_t MAX_NUM_TECHNOLOGY = 12; variable59 int technologyTimeoutsTable_[MAX_NUM_TECHNOLOGY] = {0}; // index equals to the technology value
206 static const uint32_t MAX_NUM_TECHNOLOGY = 12; variable269 int technologyTimeoutsTable_[MAX_NUM_TECHNOLOGY] = {0}; // index equals to the technology value
197 if (idx >= MAX_NUM_TECHNOLOGY) { in Connect()894 if (technology > 0 && technology <= MAX_NUM_TECHNOLOGY) { in SetTimeout()904 if (technology > 0 && technology <= MAX_NUM_TECHNOLOGY) { in GetTimeout()1253 uint32_t tech[MAX_NUM_TECHNOLOGY]; in GetTechFromData()1625 if (discNtfIndex_ >= MAX_NUM_TECHNOLOGY) { in HandleDiscResult()1805 if (num < MAX_NUM_TECHNOLOGY) { in SetDiscRstEvtNum()1818 …if (idx >= MAX_NUM_TECHNOLOGY || idx >= multiTagDiscProtocol_.size() || idx >= multiTagDiscId_.siz… in GetMultiTagTechsFromData()1824 if (discNtfIndex_ < MAX_NUM_TECHNOLOGY) { in GetMultiTagTechsFromData()
430 uint32_t tech[MAX_NUM_TECHNOLOGY]; in GetTechFromData()784 if (TagNciAdapterCommon::GetInstance().discNtfIndex_ >= MAX_NUM_TECHNOLOGY) { in HandleDiscResult()851 if (num < MAX_NUM_TECHNOLOGY) { in SetDiscRstEvtNum()864 if (idx >= MAX_NUM_TECHNOLOGY || idx >= g_commonMultiTagDiscProtocol.size() || in GetMultiTagTechsFromData()871 if (TagNciAdapterCommon::GetInstance().discNtfIndex_ < MAX_NUM_TECHNOLOGY) { in GetMultiTagTechsFromData()
96 if (technology > 0 && technology <= MAX_NUM_TECHNOLOGY) { in GetTimeout()331 if (idx >= MAX_NUM_TECHNOLOGY) { in Reselect()585 if (technology > 0 && technology <= MAX_NUM_TECHNOLOGY) { in Reselect()
35 static const uint32_t MAX_NUM_TECHNOLOGY = 12; member in OHOS::NFC::TEST::TagNciAdapterTest142 EXPECT_TRUE(adapterObj->GetTimeout((MAX_NUM_TECHNOLOGY + 1)) == DEFAULT_TIMEOUT);