Home
last modified time | relevance | path

Searched refs:RegisterSaCommandCallback (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/face_auth/hdi_service/include/
Dexecutor_impl.h63 int32_t RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) override;
/drivers/peripheral/fingerprint_auth/hdi_service/include/
Dexecutor_impl.h63 int32_t RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) override;
/drivers/peripheral/face_auth/hdi_service/src/
Dexecutor_impl.cpp219 int32_t ExecutorImpl::RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) in RegisterSaCommandCallback() function in OHOS::HDI::FaceAuth::ExecutorImpl
/drivers/peripheral/fingerprint_auth/hdi_service/src/
Dexecutor_impl.cpp219 int32_t ExecutorImpl::RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) in RegisterSaCommandCallback() function in OHOS::HDI::FingerprintAuth::ExecutorImpl
/drivers/interface/face_auth/v1_1/
DIExecutor.idl83 RegisterSaCommandCallback([in] ISaCommandCallback callbackObj);
/drivers/interface/fingerprint_auth/v1_1/
DIExecutor.idl105 RegisterSaCommandCallback([in] ISaCommandCallback callbackObj);
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthhdi_fuzzer/
Dfingerprint_auth_hdi_fuzzer.cpp296 g_executorImpl.RegisterSaCommandCallback(callbackObj); in FuzzRegisterSaCommandCallback()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthhdi_fuzzer/
Dface_auth_hdi_fuzzer.cpp298 g_executorImpl.RegisterSaCommandCallback(callbackObj); in FuzzRegisterSaCommandCallback()