/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/ |
H A D | interface_i_executor_callback_v20.md | 23 | [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 D | async_command_base.cpp | 121 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 D | face_auth_executor_callback_hdi.cpp | 94 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 D | fingerprint_auth_executor_callback_hdi.cpp | 98 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 D | hdi_message_callback_service.cpp | 48 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 D | async_command_base.h | 44 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 D | custom_command.h | 36 void OnMessageInner(int destRole, const std::vector<uint8_t> &msg) override;
|
/ohos5.0/drivers/interface/user_auth/v2_0/ |
H A D | IMessageCallback.idl | 51 * @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 D | IMessageCallback.idl | 51 * @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 D | pin_auth_executor_callback_hdi_fuzzer.cpp | 138 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 D | hdi_message_callback_service.h | 29 …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 D | IExecutorCallback.idl | 78 * @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 D | IExecutorCallback.idl | 78 * @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 D | pin_auth_executor_callback_hdi.cpp | 152 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 D | mock_iexecute_callback.h | 34 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/mock/ |
H A D | mock_iexecute_callback.h | 34 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
|
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/ |
H A D | mock_iexecutor_callback_fuzzer.h | 37 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 D | dummy_iam_execute_iexecute_callback.h | 39 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 D | iam_executor_iexecute_callback.h | 78 virtual void OnMessage(int destRole, const std::vector<uint8_t> &msg) = 0;
|
/ohos5.0/base/useriam/pin_auth/test/unittest/mocks/ |
H A D | mock_iexecute_callback.h | 36 MOCK_METHOD2(OnMessage, void(int destRole, const std::vector<uint8_t> &msg));
|
/ohos5.0/base/useriam/face_auth/services/inc/ |
H A D | face_auth_executor_callback_hdi.h | 49 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override;
|
/ohos5.0/base/useriam/fingerprint_auth/services/inc/ |
H A D | fingerprint_auth_executor_callback_hdi.h | 49 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override;
|
/ohos5.0/drivers/interface/pin_auth/v2_0/ |
H A D | IExecutorCallback.idl | 99 * @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 D | IExecutorCallback.idl | 99 * @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 D | remote_auth_invoker_context.cpp | 306 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()
|