Home
last modified time | relevance | path

Searched refs:ExecutorCallbackService (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dexecutor_callback_service.cpp27 ExecutorCallbackService::ExecutorCallbackService(const std::shared_ptr<ExecutorRegisterCallback> &i… in ExecutorCallbackService() function in OHOS::UserIam::UserAuth::ExecutorCallbackService
32 void ExecutorCallbackService::OnMessengerReady(sptr<ExecutorMessengerInterface> &messenger, in OnMessengerReady()
48 int32_t ExecutorCallbackService::OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &pu… in OnBeginExecute()
59 int32_t ExecutorCallbackService::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute()
69 int32_t ExecutorCallbackService::OnSetProperty(const Attributes &properties) in OnSetProperty()
79 int32_t ExecutorCallbackService::OnGetProperty(const Attributes &condition, Attributes &values) in OnGetProperty()
89 int32_t ExecutorCallbackService::OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData()
H A Dco_auth_client_impl.cpp53 sptr<ExecutorCallbackInterface> wrapper(new (std::nothrow) ExecutorCallbackService(callback)); in Register()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_service_test.cpp51 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
75 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
87 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
111 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
123 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
144 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
155 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
174 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
186 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
208 auto service = Common::MakeShared<ExecutorCallbackService>(testCallback);
H A Dco_auth_proxy_test.cpp64 …sptr<ExecutorCallbackInterface> testCallback(new (std::nothrow) ExecutorCallbackService(executorCa…
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Dexecutor_callback_service.h26 class ExecutorCallbackService : public ExecutorCallbackStub {
28 explicit ExecutorCallbackService(const std::shared_ptr<ExecutorRegisterCallback> &impl);
29 ~ExecutorCallbackService() override = default;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/
H A Dexecutor_callback_service.h.txt25 class ExecutorCallbackService : public OHOS::HDI::FaceAuth::V1_0::IExecutorCallback {
27 ExecutorCallbackService() = default;
28 virtual ~ExecutorCallbackService() = default;
H A Dexecutor_callback_service.cpp.txt25 int32_t ExecutorCallbackService::OnResult(int32_t result, const std::vector<uint8_t>& extraInfo)
30 int32_t ExecutorCallbackService::OnTip(int32_t tip, const std::vector<uint8_t>& extraInfo)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_0/cpp_target/fingerprint_auth/v1_0/
H A Dexecutor_callback_service.h.txt25 class ExecutorCallbackService : public OHOS::HDI::FingerprintAuth::V1_0::IExecutorCallback {
27 ExecutorCallbackService() = default;
28 virtual ~ExecutorCallbackService() = default;
H A Dexecutor_callback_service.cpp.txt25 int32_t ExecutorCallbackService::OnResult(int32_t result, const std::vector<uint8_t>& extraInfo)
30 int32_t ExecutorCallbackService::OnTip(int32_t tip, const std::vector<uint8_t>& extraInfo)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/cpp_target/pin_auth/v1_0/
H A Dexecutor_callback_service.h.txt25 class ExecutorCallbackService : public OHOS::HDI::PinAuth::V1_0::IExecutorCallback {
27 ExecutorCallbackService() = default;
28 virtual ~ExecutorCallbackService() = default;
H A Dexecutor_callback_service.cpp.txt25 int32_t ExecutorCallbackService::OnResult(int32_t result, const std::vector<uint8_t>& extraInfo)
30 int32_t ExecutorCallbackService::OnGetData(uint64_t scheduleId, const std::vector<uint8_t>& salt, u…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/cpp_target/pin_auth/v1_1/
H A Dexecutor_callback_service.cpp.txt25 int32_t ExecutorCallbackService::OnGetDataV1_1(uint64_t scheduleId, const std::vector<uint8_t>& alg…
31 int32_t ExecutorCallbackService::OnResult(int32_t result, const std::vector<uint8_t>& extraInfo)
36 int32_t ExecutorCallbackService::OnGetData(uint64_t scheduleId, const std::vector<uint8_t>& salt, u…
H A Dexecutor_callback_service.h.txt25 class ExecutorCallbackService : public OHOS::HDI::PinAuth::V1_1::IExecutorCallback {
27 ExecutorCallbackService() = default;
28 virtual ~ExecutorCallbackService() = default;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/
H A Dexecutor_callback_stub_fuzzer.cpp91 … Common::MakeShared<ExecutorCallbackService>(Common::MakeShared<DummyExecutorRegisterCallback>());
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/
H A Dco_auth_client_fuzzer.cpp144 … Common::MakeShared<ExecutorCallbackService>(Common::MakeShared<DummyExecutorRegisterCallback>());
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-face_auth-des.md119 | ExecutorCallbackService::OnResult(int32_t result, const std::vector\<uint8_t>& extraInfo) | 返回操作的…
120 | ExecutorCallbackService::OnTip(int32_t tip, const std::vector\<uint8_t>& extraInfo) | 返回操作的过程交互信息…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-face_auth-des.md119 | ExecutorCallbackService::OnResult(int32_t result, const std::vector\<uint8_t>& extraInfo) | Calle…
120 | ExecutorCallbackService::OnTip(int32_t tip, const std::vector\<uint8_t>& extraInfo) | Called to r…