Home
last modified time | relevance | path

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

/base/useriam/face_auth/test/unittest/
Dsa_command_manager_unit_test.cpp75 std::vector<SaCommandId> commandIds; variable
76 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, nullptr);
94 std::vector<SaCommandId> commandIds = { getSaCommandId() }; variable
95 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor);
106 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor);
120 std::vector<SaCommandId> commandIds = { getSaCommandId() }; variable
121 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor);
124 .id = commandIds[0],
128 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]);
131 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor);
[all …]
/base/useriam/fingerprint_auth/test/unittest/
Dsa_command_manager_unit_test.cpp75 std::vector<SaCommandId> commandIds; variable
76 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, nullptr);
94 std::vector<SaCommandId> commandIds = { getSaCommandId() }; variable
95 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor);
106 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor);
120 std::vector<SaCommandId> commandIds = { getSaCommandId() }; variable
121 SaCommandManager::GetInstance().RegisterSaCommandProcessor(commandIds, saCommandProcessor);
124 .id = commandIds[0],
128 IAM_LOGI("ProcessSaCommands %{public}d", commandIds[0]);
131 SaCommandManager::GetInstance().UnregisterSaCommandProcessor(commandIds, saCommandProcessor);
[all …]
/base/useriam/face_auth/services/src/
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()
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/fingerprint_auth/services/src/
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()
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/fingerprint_auth/services/inc/
Dsa_command_manager.h38 void RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
40 void UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
/base/useriam/face_auth/services/inc/
Dsa_command_manager.h38 void RegisterSaCommandProcessor(std::vector<SaCommandId> commandIds,
40 void UnregisterSaCommandProcessor(std::vector<SaCommandId> commandIds,