Searched refs:MAX_TECH (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 28 const int MAX_TECH = 12; variable 29 int g_techTimeout[MAX_TECH] = {0}; 30 int g_maxTransLength[MAX_TECH] = {0, 253, 253, 261, 255, 253, 0, 0, 253, 253, 0, 0}; 55 if (technology < 0 || technology >= MAX_TECH) { in Connect() 141 if (technology < 0 || technology >= MAX_TECH) { in SetTimeout() 161 if (technology < 0 || technology >= MAX_TECH) { in GetTimeout() 380 if (technology < 0 || technology >= MAX_TECH) { in GetMaxTransceiveLength()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/ |
H A D | tag_session_test.cpp | 43 static constexpr const auto MAX_TECH = 12; member in OHOS::NFC::TEST::TagSessionTest 45 int g_maxTransLength[MAX_TECH] = {0, 253, 253, 261, 255, 253, 0, 0, 253, 253, 0, 0}; 105 int technology = MAX_TECH; 289 int technology = MAX_TECH; 350 int technology = MAX_TECH;
|