Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_sensor_illumination_test.cpp107 manager->ProcessSaCommand(executor, enableCommand);
111 manager->ProcessSaCommand(executor, turnOnCommand);
114 manager->ProcessSaCommand(executor, turnOffCommand);
118 manager->ProcessSaCommand(executor, turnOnCommand);
121 manager->ProcessSaCommand(executor, turnOffCommand);
125 manager->ProcessSaCommand(executor, disableCommand);
H A Dsa_command_manager_unit_test.cpp111 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
133 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_screen_brightness_test.cpp84 auto result = manager->ProcessSaCommand(executor, beginCommand);
87 result = manager->ProcessSaCommand(executor, endCommand);
H A Dsa_command_manager_unit_test.cpp111 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
133 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _))
/ohos5.0/base/useriam/face_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h30 MOCK_METHOD2(ProcessSaCommand,
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h30 MOCK_METHOD2(ProcessSaCommand,
/ohos5.0/base/useriam/face_auth/services/inc/
H A Disa_command_processor.h32 …virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executo…
H A Dscreen_brightness_manager.h41 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor,
/ohos5.0/base/useriam/fingerprint_auth/services/inc/
H A Disa_command_processor.h32 …virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAllInOneExecutorHdi> exec…
H A Dsensor_illumination_manager.h40 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor,
/ohos5.0/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp78 UserAuth::ResultCode result = processor->ProcessSaCommand(executor, command); in ProcessSaCommands()
H A Dscreen_brightness_manager.cpp57 UserAuth::ResultCode ScreenBrightnessManager::ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExec… in ProcessSaCommand() function in OHOS::UserIam::FaceAuth::ScreenBrightnessManager
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp78 UserAuth::ResultCode result = processor->ProcessSaCommand(executor, command); in ProcessSaCommands()
H A Dsensor_illumination_manager.cpp55 UserAuth::ResultCode SensorIlluminationManager::ProcessSaCommand( in ProcessSaCommand() function in OHOS::UserIam::FingerprintAuth::SensorIlluminationManager