Lines Matching refs:active
80 bool active; in ZTEST() local
86 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST()
87 zassert_false(active); in ZTEST()
97 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST()
98 zassert_true(active); in ZTEST()
108 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, PM_ALL_SUBSTATES); in ZTEST()
109 zassert_false(active); in ZTEST()
118 zassert_false(active); in ZTEST()
128 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, 1); in ZTEST()
129 zassert_true(active); in ZTEST()
139 active = pm_policy_state_lock_is_active(PM_STATE_RUNTIME_IDLE, 1); in ZTEST()
140 zassert_false(active); in ZTEST()