Home
last modified time | relevance | path

Searched refs:ProcessSaCommand (Results 1 – 14 of 14) sorted by relevance

/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_sensor_illumination_test.cpp109 manager->ProcessSaCommand(executor, enableCommand);
113 manager->ProcessSaCommand(executor, turnOnCommand);
116 manager->ProcessSaCommand(executor, turnOffCommand);
120 manager->ProcessSaCommand(executor, turnOnCommand);
123 manager->ProcessSaCommand(executor, turnOffCommand);
127 manager->ProcessSaCommand(executor, disableCommand);
Dsa_command_manager_unit_test.cpp114 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
139 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
/base/useriam/face_auth/test/unittest/
Dface_auth_screen_brightness_test.cpp84 auto result = manager->ProcessSaCommand(executor, beginCommand);
87 result = manager->ProcessSaCommand(executor, endCommand);
Dsa_command_manager_unit_test.cpp114 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
139 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
/base/useriam/face_auth/test/unittest/mock/
Dmock_isa_command_processor.h30 … MOCK_METHOD2(ProcessSaCommand, UserAuth::ResultCode(std::shared_ptr<FaceAuthExecutorHdi> executor,
/base/useriam/fingerprint_auth/test/unittest/mock/
Dmock_isa_command_processor.h30 …MOCK_METHOD2(ProcessSaCommand, UserAuth::ResultCode(std::shared_ptr<FingerprintAuthExecutorHdi> ex…
/base/useriam/fingerprint_auth/services/inc/
Disa_command_processor.h32 …virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAuthExecutorHdi> executor,
Dsensor_illumination_manager.h40 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAuthExecutorHdi> executor,
/base/useriam/face_auth/services/inc/
Disa_command_processor.h32 virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthExecutorHdi> executor,
Dscreen_brightness_manager.h41 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthExecutorHdi> executor,
/base/useriam/face_auth/services/src/
Dsa_command_manager.cpp77 UserAuth::ResultCode result = processor->ProcessSaCommand(executor, command); in ProcessSaCommands()
Dscreen_brightness_manager.cpp57 UserAuth::ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthExecutorHdi>… in ProcessSaCommand() function in OHOS::UserIam::FaceAuth::ScreenBrightnessManager
/base/useriam/fingerprint_auth/services/src/
Dsa_command_manager.cpp78 UserAuth::ResultCode result = processor->ProcessSaCommand(executor, command); in ProcessSaCommands()
Dsensor_illumination_manager.cpp55 UserAuth::ResultCode SensorIlluminationManager::ProcessSaCommand(std::shared_ptr<FingerprintAuthExe… in ProcessSaCommand() function in OHOS::UserIam::FingerprintAuth::SensorIlluminationManager