Home
last modified time | relevance | path

Searched refs:ISaCommandProcessor (Results 1 - 10 of 10) sorted by relevance

/base/useriam/face_auth/services/inc/
H A Dsa_command_manager.h39 std::shared_ptr<ISaCommandProcessor> processor);
41 std::shared_ptr<ISaCommandProcessor> processor);
51 std::map<SaCommandId, std::set<std::shared_ptr<ISaCommandProcessor>>> commandId2Processors_;
52 std::set<std::shared_ptr<ISaCommandProcessor>> processors_;
H A Disa_command_processor.h27 class ISaCommandProcessor { class
29 ISaCommandProcessor() = default;
30 virtual ~ISaCommandProcessor() = default;
H A Dscreen_brightness_manager.h34 public ISaCommandProcessor,
/base/useriam/fingerprint_auth/services/inc/
H A Dsa_command_manager.h39 std::shared_ptr<ISaCommandProcessor> processor);
41 std::shared_ptr<ISaCommandProcessor> processor);
51 std::map<SaCommandId, std::set<std::shared_ptr<ISaCommandProcessor>>> commandId2Processors_;
52 std::set<std::shared_ptr<ISaCommandProcessor>> processors_;
H A Disa_command_processor.h27 class ISaCommandProcessor { class
29 ISaCommandProcessor() = default;
30 virtual ~ISaCommandProcessor() = default;
H A Dsensor_illumination_manager.h33 public ISaCommandProcessor,
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp32 std::shared_ptr<ISaCommandProcessor> processor) in RegisterSaCommandProcessor()
42 commandId2Processors_[commandId] = std::set<std::shared_ptr<ISaCommandProcessor>>(); in RegisterSaCommandProcessor()
50 std::shared_ptr<ISaCommandProcessor> processor) in UnregisterSaCommandProcessor()
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp32 std::shared_ptr<ISaCommandProcessor> processor) in RegisterSaCommandProcessor()
42 commandId2Processors_[commandId] = std::set<std::shared_ptr<ISaCommandProcessor>>(); in RegisterSaCommandProcessor()
50 std::shared_ptr<ISaCommandProcessor> processor) in UnregisterSaCommandProcessor()
/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h26 class MockISaCommandProcessor : public ISaCommandProcessor {
/base/useriam/face_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h26 class MockISaCommandProcessor : public ISaCommandProcessor {

Completed in 3 milliseconds