Home
last modified time | relevance | path

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

/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_sensor_illumination_test.cpp107 manager->ProcessSaCommand(executor, enableCommand); in HWTEST_F()
111 manager->ProcessSaCommand(executor, turnOnCommand); in HWTEST_F()
114 manager->ProcessSaCommand(executor, turnOffCommand); in HWTEST_F()
118 manager->ProcessSaCommand(executor, turnOnCommand); in HWTEST_F()
121 manager->ProcessSaCommand(executor, turnOffCommand); in HWTEST_F()
125 manager->ProcessSaCommand(executor, disableCommand); in HWTEST_F()
H A Dsa_command_manager_unit_test.cpp111 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _)) in HWTEST_F()
114 IAM_LOGI("SaCommandManagerUnitTest_003 ProcessSaCommand called"); in HWTEST_F()
133 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _)) in HWTEST_F()
136 IAM_LOGI("SaCommandManagerUnitTest_004 ProcessSaCommand called"); in HWTEST_F()
/base/useriam/face_auth/test/unittest/
H A Dface_auth_screen_brightness_test.cpp84 auto result = manager->ProcessSaCommand(executor, beginCommand); in HWTEST_F()
87 result = manager->ProcessSaCommand(executor, endCommand); in HWTEST_F()
H A Dsa_command_manager_unit_test.cpp111 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _)) in HWTEST_F()
114 IAM_LOGI("SaCommandManagerUnitTest_003 ProcessSaCommand called"); in HWTEST_F()
133 EXPECT_CALL(*saCommandProcessor, ProcessSaCommand(_, _)) in HWTEST_F()
136 IAM_LOGI("SaCommandManagerUnitTest_004 ProcessSaCommand called"); in HWTEST_F()
/base/useriam/face_auth/services/inc/
H A Disa_command_processor.h32 virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor,
H A Dscreen_brightness_manager.h41 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FaceAuthAllInOneExecutorHdi> executor,
/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h30 MOCK_METHOD2(ProcessSaCommand,
/base/useriam/fingerprint_auth/services/inc/
H A Disa_command_processor.h32 virtual UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor,
H A Dsensor_illumination_manager.h40 UserAuth::ResultCode ProcessSaCommand(std::shared_ptr<FingerprintAllInOneExecutorHdi> executor,
/base/useriam/face_auth/test/unittest/mock/
H A Dmock_isa_command_processor.h30 MOCK_METHOD2(ProcessSaCommand,
/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
/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<FaceAuthAllInOneExecutorHdi> executor, in ProcessSaCommand() function in OHOS::UserIam::FaceAuth::ScreenBrightnessManager

Completed in 4 milliseconds