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
119 std::vector<SaCommand> commands; variable
141 std::vector<SaCommand> commands; variable
Dface_auth_all_in_one_executor_hdi_unit_test.cpp607 std::vector<SaCommand> commands; in __anonccd074871602() 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
119 std::vector<SaCommand> commands; variable
141 std::vector<SaCommand> commands; variable
Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp609 std::vector<SaCommand> commands; in __anonf7ba42791602() local
/base/telephony/core_service/test/unittest/utils_codec_gtest/
Drequest_apdu_build_test.cpp46 std::list<std::unique_ptr<ApduCommand>> commands = build.GetCommands(); variable
/base/useriam/fingerprint_auth/services/src/
Dsa_command_manager.cpp68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
Dfingerprint_auth_all_in_one_executor_hdi.cpp417 …erprintAllInOneExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands()
/base/useriam/face_auth/services/src/
Dsa_command_manager.cpp68 const std::vector<SaCommand> &commands) in ProcessSaCommands()
Dface_auth_all_in_one_executor_hdi.cpp414 …aceAuthAllInOneExecutorHdi::SaCommandCallback::OnSaCommands(const std::vector<SaCommand> &commands) in OnSaCommands()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp148 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
184 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
Dface_auth_all_in_one_executor_hdi_fuzzer.cpp151 std::vector<SaCommand> commands; in FuzzTriggerSaCommandCallback() local
187 void FillFuzzSaCommandVector(Parcel &parcel, std::vector<SaCommand> &commands) in FillFuzzSaCommandVector()
/base/web/webview/ohos_adapter/media_adapter/src/
Dmedia_avsession_adapter_impl.cpp265 static const std::vector<int32_t> commands = { in RegistCallback() local
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp246 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
/base/location/frameworks/native/locator_sdk/source/
Dlocator_impl.cpp487 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()
1141 LocationErrCode LocatorImpl::SendCommandV9(std::unique_ptr<LocationCommand>& commands) in SendCommandV9()
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp474 bool GnssAbility::GetCommandFlags(std::unique_ptr<LocationCommand>& commands, GnssAuxiliaryDataType… in GetCommandFlags()
510 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand()