Home
last modified time | relevance | path

Searched refs:IsExecutorIdMatchById (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dpool_test.cpp28 extern bool IsExecutorIdMatchById(const void *data, const void *condition);
64 EXPECT_FALSE(IsExecutorIdMatchById(nullptr, nullptr)); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dpool.c43 IAM_STATIC bool IsExecutorIdMatchById(const void *data, const void *condition) in IsExecutorIdMatchById() function
204 return g_poolList->remove(g_poolList, (void *)&executorIndex, IsExecutorIdMatchById, true); in UnregisterExecutorToPool()

Completed in 2 milliseconds