Home
last modified time | relevance | path

Searched refs:SendCommand (Results 1 – 25 of 63) sorted by relevance

123

/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Dwidget_callback_service_test.cpp50 service->SendCommand(cmdData);
59 EXPECT_CALL(*widgetCallback, SendCommand(_)).Times(1);
60 ON_CALL(*widgetCallback, SendCommand)
69 service->SendCommand(testData);
Dwidget_callback_proxy_test.cpp61 proxy->SendCommand(cmdData);
Dwidget_callback_stub_test.cpp53 EXPECT_CALL(*service, SendCommand(_)).Times(1);
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dwidget_callback_service.cpp35 impl->SendCommand(command); in WidgetCallbackService()
46 void WidgetCallbackService::SendCommand(const std::string &cmdData) in SendCommand() function in OHOS::UserIam::UserAuth::WidgetCallbackService
53 widgetCallback_->SendCommand(cmdData); in SendCommand()
/base/useriam/user_auth_framework/frameworks/native/client/inc/
Diuser_auth_widget_callback.h26 virtual void SendCommand(const std::string &cmdData) = 0;
Dwidget_callback_service.h31 void SendCommand(const std::string &cmdData) override;
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
Dmock_iuser_auth_widget_callback.h28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
Dmock_widget_callback_service_test.h28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Dwidget_callback_interface.h31 virtual void SendCommand(const std::string &cmdData) = 0;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_widget_callback_interface.h27 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
Dwidget_callback_proxy.h32 void SendCommand(const std::string &cmdData) override;
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Dwidget_callback_stub.cpp49 SendCommand(cmdData); in OnSendCommandStub()
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/inc/
Duser_auth_widget_callback_v10.h37 void SendCommand(const std::string &cmdData) override;
/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
109 widgetCallback_->SendCommand(cmdData); in SendCommand()
140 SendCommand(widgetCmd); in ReportWidgetResult()
/base/useriam/user_auth_framework/services/context/inc/
Dwidget_client.h59 void SendCommand(const WidgetCommand &command);
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
Diam_executor_iauth_executor_hdi.h126 virtual ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
/base/useriam/user_auth_framework/test/unittest/executors/mock/
Dmock_iauth_executor_hdi.h46 …MOCK_METHOD3(SendCommand, ResultCode(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
/base/location/services/location_locator/locator/include/
Dgnss_ability_proxy.h46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
/base/location/test/location_gnss/mock/include/
Dmock_gnss_ability_stub.h49 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/base/location/frameworks/js/napi/source/
Dlocation_napi_entry.cpp113 DECLARE_NAPI_FUNCTION("sendCommand", SendCommand), in Init()
169 DECLARE_NAPI_FUNCTION("sendCommand", SendCommand), in InitManager()
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_executor_hdi_unit_test.cpp452 …executorHdi->SendCommand(IamPropertyMode::PROPERTY_MODE_FREEZE, std::vector<uint8_t>(), executeCal…
460 EXPECT_CALL(*executorProxy, SendCommand(_, _, _)).Times(Exactly(0));
463 …auto ret = executorHdi->SendCommand(IamPropertyMode::PROPERTY_MODE_FREEZE, std::vector<uint8_t>(),…
488 EXPECT_CALL(*executorProxy, SendCommand(_, _, _))
496 EXPECT_CALL(*executorProxy, SendCommand(_, _, _)).Times(Exactly(0));
501 auto ret = executorHdi->SendCommand(pair.first, std::vector<uint8_t>(), executeCallback);
511 EXPECT_CALL(*executorProxy, SendCommand(_, _, _))
518 auto ret = executorHdi->SendCommand(
/base/useriam/face_auth/test/unittest/
Dface_auth_executor_hdi_unit_test.cpp445 …executorHdi->SendCommand(IamPropertyMode::PROPERTY_MODE_FREEZE, std::vector<uint8_t>(), executeCal…
453 EXPECT_CALL(*executorProxy, SendCommand(_, _, _)).Times(Exactly(0));
456 …auto ret = executorHdi->SendCommand(IamPropertyMode::PROPERTY_MODE_FREEZE, std::vector<uint8_t>(),…
481 EXPECT_CALL(*executorProxy, SendCommand(_, _, _))
489 EXPECT_CALL(*executorProxy, SendCommand(_, _, _)).Times(Exactly(0));
494 auto ret = executorHdi->SendCommand(pair.first, std::vector<uint8_t>(), executeCallback);
504 EXPECT_CALL(*executorProxy, SendCommand(_, _, _))
511 auto ret = executorHdi->SendCommand(
/base/location/frameworks/js/napi/include/
Dlocation_napi_adapter.h35 napi_value SendCommand(napi_env env, napi_callback_info info);
/base/location/test/fuzztest/locator/gnss_fuzzer/
Dgnss_fuzzer.cpp70 proxy->SendCommand(command); in GnssProxyFuzzTest()

123