Home
last modified time | relevance | path

Searched refs:SetExecutorConditionExecutorMatcher (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp173 SetExecutorConditionExecutorMatcher(&condition, matcher);
292 SetExecutorConditionExecutorMatcher(nullptr, executorMatcher);
294 SetExecutorConditionExecutorMatcher(&condition, executorMatcher);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h82 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c257 SetExecutorConditionExecutorMatcher(&condition, param->executorMatcher); in MountExecutor()
H A Dpool.c403 void SetExecutorConditionExecutorMatcher(ExecutorCondition *condition, uint32_t executorMatcher) in SetExecutorConditionExecutorMatcher() function
H A Dexecutor_message.c862 SetExecutorConditionExecutorMatcher(&condition, executorMatcher); in GetExecutorIndexByCondition()