Searched refs:device_locked_at_ (Results 1 – 2 of 2) sorted by relevance
204 device_locked_at_ = get_current_time_ms(); in device_locked()226 uint64_t device_locked_at_ = 0; variable
285 if (device_locked_at_ > 0) { in AuthorizeBegin()293 if (token_timestamp_millis <= device_locked_at_ || in AuthorizeBegin()