Searched refs:device_locked_at_ (Results 1 – 2 of 2) sorted by relevance
217 device_locked_at_ = get_current_time_ms(); in device_locked()239 uint64_t device_locked_at_ = 0; variable
286 if (device_locked_at_ > 0) { in AuthorizeBegin()294 if (token_timestamp_millis <= device_locked_at_ || in AuthorizeBegin()