Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h53 EXECUTOR_CONDITION_ROLE = 8, // 1 << 3 enumerator
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c241 if ((condition->conditonFactor & EXECUTOR_CONDITION_ROLE) != 0 && in IsExecutorMatch()
400 condition->conditonFactor |= EXECUTOR_CONDITION_ROLE; in SetExecutorConditionExecutorRole()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp286 EXPECT_EQ(condition.conditonFactor & EXECUTOR_CONDITION_ROLE, EXECUTOR_CONDITION_ROLE);