Home
last modified time | relevance | path

Searched defs:executorMessenger (Results 1 – 7 of 7) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
Dcollect_command.cpp31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in CollectCommand()
Didentify_command.cpp29 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in IdentifyCommand()
Denroll_command.cpp33 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in EnrollCommand()
Dabandon_command.cpp33 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in AbandonCommand()
Dauth_command.cpp31 const Attributes &attributes, std::shared_ptr<ExecutorMessenger> executorMessenger) in AuthCommand()
Dasync_command_base.cpp37 std::shared_ptr<ExecutorMessenger> executorMessenger) in AsyncCommandBase()
/base/useriam/user_auth_framework/test/unittest/executors/
Denroll_command_unit_test.cpp275 std::shared_ptr<ExecutorMessenger> executorMessenger = {}; variable