Home
last modified time | relevance | path

Searched refs:commandIds (Results 1 - 8 of 8) sorted by relevance

/base/useriam/fingerprint_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp75 std::vector<SaCommandId> commandIds; in HWTEST_F() local
76 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, nullptr); in HWTEST_F()
94 std::vector<SaCommandId> commandIds = { getSaCommandId() }; in HWTEST_F() local
95 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
103 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
117 std::vector<SaCommandId> commandIds = { getSaCommandId() }; in HWTEST_F() local
118 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
120 SaCommand saCommand = { .id = commandIds[0], .param = {} }; in HWTEST_F()
122 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
125 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcesso in HWTEST_F()
139 std::vector<SaCommandId> commandIds = { getSaCommandId() }; HWTEST_F() local
[all...]
/base/useriam/face_auth/test/unittest/
H A Dsa_command_manager_unit_test.cpp75 std::vector<SaCommandId> commandIds; in HWTEST_F() local
76 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, nullptr); in HWTEST_F()
94 std::vector<SaCommandId> commandIds = { getSaCommandId() }; in HWTEST_F() local
95 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
103 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
117 std::vector<SaCommandId> commandIds = { getSaCommandId() }; in HWTEST_F() local
118 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor); in HWTEST_F()
120 SaCommand saCommand = { .id = commandIds[0], .param = {} }; in HWTEST_F()
122 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]); in HWTEST_F()
125 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcesso in HWTEST_F()
139 std::vector<SaCommandId> commandIds = { getSaCommandId() }; HWTEST_F() local
[all...]
/base/useriam/fingerprint_auth/services/src/
H A Dsa_command_manager.cpp31 void SaCommandManager::RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds, in RegisterSaCommandProcessor() argument
40 for (const auto &commandId : commandIds) { in RegisterSaCommandProcessor()
49 void SaCommandManager::UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds, in UnregisterSaCommandProcessor() argument
58 for (const auto &commandId : commandIds) { in UnregisterSaCommandProcessor()
H A Dsensor_illumination_manager.cpp38 std::vector<SaCommandId> commandIds = { SaCommandId::ENABLE_SENSOR_ILLUMINATION, in CreateSensorIlluminationManager() local
41 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, manager); in CreateSensorIlluminationManager()
/base/useriam/face_auth/services/src/
H A Dsa_command_manager.cpp31 void SaCommandManager::RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds, in RegisterSaCommandProcessor() argument
40 for (const auto &commandId : commandIds) { in RegisterSaCommandProcessor()
49 void SaCommandManager::UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds, in UnregisterSaCommandProcessor() argument
58 for (const auto &commandId : commandIds) { in UnregisterSaCommandProcessor()
H A Dscreen_brightness_manager.cpp36 std::vector<SaCommandId> commandIds = { SaCommandId::BEGIN_SCREEN_BRIGHTNESS_INCREASE, in CreateScreenBrightnessManager() local
38 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, manager); in CreateScreenBrightnessManager()
/base/useriam/face_auth/services/inc/
H A Dsa_command_manager.h38 void RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
40 void UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
/base/useriam/fingerprint_auth/services/inc/
H A Dsa_command_manager.h38 void RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
40 void UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds,

Completed in 3 milliseconds