Searched defs:srcType (Results 1 – 2 of 2) sorted by relevance
| /base/useriam/user_auth_framework/common/executors/src/async_command/ |
| D | async_command_base.cpp | 145 …t AsyncCommandBase::MessengerSendData(uint64_t scheduleId, uint64_t transNum, ExecutorRole srcType, in MessengerSendData() 153 int32_t AsyncCommandBase::MessengerFinish(uint64_t scheduleId, ExecutorRole srcType, int32_t result… in MessengerFinish()
|
| /base/useriam/user_auth_framework/test/unittest/executors/ |
| D | enroll_command_unit_test.cpp | 227 .WillOnce([](uint64_t scheduleId, uint64_t transNum, int32_t srcType, int32_t dstType, 232 .WillOnce([](uint64_t scheduleId, uint64_t transNum, int32_t srcType, int32_t dstType, 233 std::shared_ptr<AuthMessage> msg) { in __anon20b75c6d0802() 260 std::shared_ptr<AuthMessage> msg) { return USERAUTH_SUCCESS; }); in __anon20b75c6d0902()
|