Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 15 of 15) sorted by relevance

/base/useriam/face_auth/test/unittest/
Dsa_command_manager_unit_test.cpp77 const std::vector<SaCommand> commands; variable
96 std::vector<SaCommand> commands; variable
122 std::vector<SaCommand> commands; variable
147 std::vector<SaCommand> commands; variable
Dface_auth_executor_hdi_unit_test.cpp610 std::vector<SaCommand> commands; in __anon280cab761502() local
/base/useriam/fingerprint_auth/test/unittest/
Dsa_command_manager_unit_test.cpp77 const std::vector<SaCommand> commands; variable
96 std::vector<SaCommand> commands; variable
122 std::vector<SaCommand> commands; variable
147 std::vector<SaCommand> commands; variable
Dfingerprint_auth_executor_hdi_unit_test.cpp617 std::vector<SaCommand> commands; in __anonc25b41281602() local
/base/useriam/face_auth/services/src/
Dsa_command_manager.cpp68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
Dface_auth_executor_hdi.cpp425 int32_t FaceAuthExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands()
/base/useriam/fingerprint_auth/services/src/
Dsa_command_manager.cpp68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
Dfingerprint_auth_executor_hdi.cpp405 …FingerprintAuthExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands()
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp160 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
204 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp157 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
201 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp223 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
Dlocator_ability.cpp590 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/frameworks/native/source/
Dlocator_impl.cpp440 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
942 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
Dlocator_proxy.cpp312 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
842 LocationErrCode LocatorProxy::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp351 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()