Home
last modified time | relevance | path

Searched refs:PSM_STATE_INACTIVE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dpower_state_token.c28 if (stateToken->psmState == PSM_STATE_INACTIVE || stateToken->psmState == PSM_STATE_IDLE) { in PowerStateTokenOnFirstAcquire()
55 stateToken->psmState = PSM_STATE_INACTIVE; in PowerStateTokenOnLastRelease()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dpower_state_token_if.h19 PSM_STATE_INACTIVE, /* Error state */ enumerator
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dpower_state_token_clnt.c15 clnt->powerState = PSM_STATE_INACTIVE; in PowerStateTokenClntConstruct()