Searched refs:inactive_val (Results 1 – 4 of 4) sorted by relevance
59 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local62 debug_.debug_handler_->GetProperty("sdm.idle_time.inactive", &inactive_val); in GetIdleTimeoutMs()65 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()
58 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local61 debug_.debug_handler_->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()64 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()
57 int inactive_val = IDLE_TIMEOUT_INACTIVE_MS; in GetIdleTimeoutMs() local60 DebugHandler::Get()->GetProperty(IDLE_TIME_INACTIVE_PROP, &inactive_val); in GetIdleTimeoutMs()63 *inactive_ms = UINT32(inactive_val); in GetIdleTimeoutMs()