Home
last modified time | relevance | path

Searched refs:PSM_STATE_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dpower_state_token.c24 if (stateToken->psmState == PSM_STATE_ACTIVE) { in PowerStateTokenOnFirstAcquire()
34 stateToken->psmState = PSM_STATE_ACTIVE; in PowerStateTokenOnFirstAcquire()
47 if (stateToken->psmState != PSM_STATE_ACTIVE && stateToken->psmState != PSM_STATE_IDLE) { in PowerStateTokenOnLastRelease()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dpower_state_token_if.h18 PSM_STATE_ACTIVE, /* Activated state */ enumerator