Home
last modified time | relevance | path

Searched refs:OnMessageInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp128 OnMessageInner(destRole, msg); in OnMessage()
131 void AsyncCommandBase::OnMessageInner(int destRole, const std::vector<uint8_t> &msg) in OnMessageInner() function in OHOS::UserIam::UserAuth::AsyncCommandBase
H A Dcustom_command.cpp81 void CustomCommand::OnMessageInner(int destRole, const std::vector<uint8_t> &msg) in OnMessageInner() function in OHOS::UserIam::UserAuth::CustomCommand
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H A Dcustom_command.h36 void OnMessageInner(int destRole, const std::vector<uint8_t> &msg) override;
H A Dasync_command_base.h53 virtual void OnMessageInner(int destRole, const std::vector<uint8_t> &msg);