Home
last modified time | relevance | path

Searched refs:destRole (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A Dinterface_i_executor_callback_v20.md23 | [OnMessage](#onmessage) ([in] int destRole, [in] unsigned char[] msg) | 返回操作的过程交互消息。 |
60 IExecutorCallback::OnMessage ([in] int destRole, [in] unsigned char[] msg )
73 | destRole | 目标执行器角色[ExecutorRole](_hdf_pin_auth_v20.md#executorrole)。 |
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp121 void AsyncCommandBase::OnMessage(int destRole, const std::vector<uint8_t> &msg) in OnMessage() argument
128 OnMessageInner(destRole, msg); in OnMessage()
131 void AsyncCommandBase::OnMessageInner(int destRole, const std::vector<uint8_t> &msg) in OnMessageInner() argument
146 int32_t ret = MessengerSendData(scheduleId_, static_cast<ExecutorRole>(destRole), data); in OnMessageInner()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_executor_callback_hdi.cpp94 int32_t FaceAuthExecutorCallbackHdi::OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) in OnMessage() argument
96 IAM_LOGI("OnMessage destRole %{public}d msg len %{public}zu", destRole, msg.size()); in OnMessage()
98 frameworkCallback_->OnMessage(destRole, msg); in OnMessage()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_executor_callback_hdi.cpp98 int32_t FingerprintAuthExecutorCallbackHdi::OnMessage(int32_t destRole, const std::vector<uint8_t> … in OnMessage() argument
100 IAM_LOGI("OnMessage destRole %{public}d msg len %{public}zu", destRole, msg.size()); in OnMessage()
102 frameworkCallback_->OnMessage(destRole, msg); in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dhdi_message_callback_service.cpp48 int32_t HdiMessageCallbackService::OnMessage(uint64_t scheduleId, int32_t destRole, const std::vect… in OnMessage() argument
59 bool ret = scheduleNode->SendMessage(static_cast<ExecutorRole>(destRole), attr.Serialize()); in OnMessage()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/async_command/
H A Dasync_command_base.h44 void OnMessage(int destRole, const std::vector<uint8_t> &msg) override;
53 virtual void OnMessageInner(int destRole, const std::vector<uint8_t> &msg);
H A Dcustom_command.h36 void OnMessageInner(int destRole, const std::vector<uint8_t> &msg) override;
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DIMessageCallback.idl51 * @param destRole is the role of destination.
57 OnMessage([in] unsigned long scheduleId, [in] int destRole, [in] unsigned char[] msg);
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DIMessageCallback.idl51 * @param destRole is the role of destination.
57 OnMessage([in] unsigned long scheduleId, [in] int destRole, [in] unsigned char[] msg);
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthexecutorcallbackhdi_fuzzer/
H A Dpin_auth_executor_callback_hdi_fuzzer.cpp138 int32_t destRole = parcel.ReadInt32(); in FuzzOnMessage() local
142 pinAuthExecutorCallbackHdi_->OnMessage(destRole, msg); in FuzzOnMessage()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/inc/
H A Dhdi_message_callback_service.h29 …int32_t OnMessage(uint64_t scheduleId, int32_t destRole, const std::vector<uint8_t>& msg) override;
/ohos5.0/drivers/interface/face_auth/v2_0/
H A DIExecutorCallback.idl78 * @param destRole is the role of destination.
87 OnMessage([in] int destRole, [in] unsigned char[] msg);
/ohos5.0/drivers/interface/fingerprint_auth/v2_0/
H A DIExecutorCallback.idl78 * @param destRole is the role of destination.
87 OnMessage([in] int destRole, [in] unsigned char[] msg);
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_executor_callback_hdi.cpp152 int32_t PinAuthExecutorCallbackHdi::OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) in OnMessage() argument
155 frameworkCallback_->OnMessage(destRole, msg); in OnMessage()
/ohos5.0/base/useriam/face_auth/test/unittest/mock/
H A Dmock_iexecute_callback.h34 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iexecute_callback.h34 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_iexecutor_callback_fuzzer.h37 void OnMessage(int32_t destRole, const std::vector<uint8_t>& msg) override in OnMessage() argument
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_iam_execute_iexecute_callback.h39 void OnMessage(int destRole, const std::vector<uint8_t> &msg) override in OnMessage() argument
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_iexecute_callback.h78 virtual void OnMessage(int destRole, const std::vector<uint8_t> &msg) = 0;
/ohos5.0/base/useriam/pin_auth/test/unittest/mocks/
H A Dmock_iexecute_callback.h36 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
/ohos5.0/base/useriam/face_auth/services/inc/
H A Dface_auth_executor_callback_hdi.h49 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override;
/ohos5.0/base/useriam/fingerprint_auth/services/inc/
H A Dfingerprint_auth_executor_callback_hdi.h49 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override;
/ohos5.0/drivers/interface/pin_auth/v2_0/
H A DIExecutorCallback.idl99 * @param destRole is the role of destination.
108 OnMessage([in] int destRole, [in] unsigned char[] msg);
/ohos5.0/drivers/interface/pin_auth/v2_1/
H A DIExecutorCallback.idl99 * @param destRole is the role of destination.
108 OnMessage([in] int destRole, [in] unsigned char[] msg);
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp306 int32_t destRole; in ProcAuthTipMsg() local
307 bool getDestRoleRet = message.GetInt32Value(Attributes::ATTR_DEST_ROLE, destRole); in ProcAuthTipMsg()
315 callback_->OnAcquireInfo(static_cast<ExecutorRole>(destRole), tipInfo, message.Serialize()); in ProcAuthTipMsg()

12