Searched defs:throttle_sec (Results 1 - 1 of 1) sorted by relevance
/external/nos/test/system-test-harness/src/ |
H A D | weaver_tests.cc | 42 uint32_t throttle_sec); 44 uint32_t throttle_sec); 47 const uint8_t *wrong_key, uint32_t throttle_sec); 125 const uint8_t *key, uint32_t throttle_sec) { 134 ASSERT_EQ(response.throttle_msec(), throttle_sec * 1000) << msg; 143 const uint8_t *key, uint32_t throttle_sec) { 153 ASSERT_LE(response.throttle_msec(), throttle_sec * 1000) << msg; 163 uint32_t throttle_sec) { 172 testReadWrongKey(__STAMP__, slot, wrong_key, throttle_sec); 124 testReadWrongKey(const string& msg, uint32_t slot, const uint8_t *key, uint32_t throttle_sec) argument 142 testReadThrottle(const string& msg, uint32_t slot, const uint8_t *key, uint32_t throttle_sec) argument 161 activateThrottle(uint32_t slot, const uint8_t *key, const uint8_t *wrong_key, uint32_t throttle_sec) argument
|
Completed in 171 milliseconds