Home
last modified time | relevance | path

Searched defs:SendCommand (Results 1 – 19 of 19) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/client/src/
Dwidget_callback_service.cpp46 void WidgetCallbackService::SendCommand(const std::string &cmdData) in SendCommand() function in OHOS::UserIam::UserAuth::WidgetCallbackService
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Dwidget_callback_proxy.cpp27 void WidgetCallbackProxy::SendCommand(const std::string &cmdData) in SendCommand() function in OHOS::UserIam::UserAuth::WidgetCallbackProxy
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_widget_callback_v10.cpp128 void UserAuthWidgetCallback::SendCommand(const std::string &cmdData) in SendCommand() function in OHOS::UserIam::UserAuth::UserAuthWidgetCallback
/base/useriam/user_auth_framework/services/context/src/
Dwidget_client.cpp100 void WidgetClient::SendCommand(const WidgetCommand &command) in SendCommand() function in OHOS::UserIam::UserAuth::WidgetClient
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
Duser_auth_driver_manager_fuzzer.cpp119 ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::UserIam::UserAuth::__anon4b108a180111::DummyAuthExecutorHdi
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp193 IamResultCode PinAuthExecutorHdi::SendCommand(UserAuth::PropertyMode commandId, const std::vector<u… in SendCommand() function in OHOS::UserIam::PinAuth::PinAuthExecutorHdi
/base/useriam/user_auth_framework/test/fuzztest/services/userauthservice_fuzzer/
Duser_auth_service_fuzzer.cpp108 void SendCommand(const std::string &cmdData) override in SendCommand() function in OHOS::UserIam::UserAuth::__anondf20a3cf0111::DummyWidgetCallback
/base/location/services/location_locator/locator/source/
Dgnss_ability_proxy.cpp223 LocationErrCode GnssAbilityProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() function in OHOS::Location::GnssAbilityProxy
Dlocator_ability.cpp590 LocationErrCode LocatorAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() function in OHOS::Location::LocatorAbility
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp161 IamResultCode FingerprintAuthExecutorHdi::SendCommand(UserAuth::PropertyMode commandId, in SendCommand() function in OHOS::UserIam::FingerprintAuth::FingerprintAuthExecutorHdi
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthclient_fuzzer/
Duser_auth_client_fuzzer.cpp90 void SendCommand(const std::string &cmdData) in SendCommand() function in OHOS::UserIam::UserAuth::__anon81a78db90111::DummyIUserAuthWidgetCallback
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp160 IamResultCode FaceAuthExecutorHdi::SendCommand(UserAuth::PropertyMode commandId, const std::vector<… in SendCommand() function in OHOS::UserIam::FaceAuth::FaceAuthExecutorHdi
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
Duser_auth_executor_fuzzer.cpp124 ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::UserIam::UserAuth::__anon495c36890111::DummyAuthExecutorHdi
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp113 int32_t SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::UserIam::FingerprintAuth::__anond518440f0111::DummyExecutorProxy
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp351 LocationErrCode GnssAbility::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() function in OHOS::Location::GnssAbility
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp110 int32_t SendCommand(int32_t commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::UserIam::FaceAuth::__anon92b31c640111::DummyExecutorProxy
/base/location/frameworks/native/source/
Dlocator_impl.cpp440 bool LocatorImpl::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() function in OHOS::Location::LocatorImpl
Dlocator_proxy.cpp312 void LocatorProxy::SendCommand(std::unique_ptr<LocationCommand>& commands) in SendCommand() function in OHOS::Location::LocatorProxy
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp675 napi_value SendCommand(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function