Home
last modified time | relevance | path

Searched refs:GetExecutorMsgList (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h52 ResultCode GetExecutorMsgList(int32_t userId, uint32_t authPropertyMode, LinkedList **executorMsg);
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp500 EXPECT_EQ(GetExecutorMsgList(1, 2, nullptr), RESULT_BAD_PARAM); in HWTEST_F()
502 EXPECT_EQ(GetExecutorMsgList(1, 0, &executorMsg), RESULT_UNKNOWN); in HWTEST_F()
508 EXPECT_EQ(GetExecutorMsgList(1, 4, &executorMsg), RESULT_SUCCESS); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c611 ResultCode GetExecutorMsgList(int32_t userId, uint32_t authPropertyMode, LinkedList **executorMsg) in GetExecutorMsgList() function
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp564 ResultCode ret = GetExecutorMsgList(userId, authPropMode, &executorSendMsg); in CreateExecutorCommand()

Completed in 6 milliseconds