Home
last modified time | relevance | path

Searched refs:SendCommand (Results 1 - 25 of 61) sorted by relevance

123

/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dwidget_callback_service_test.cpp50 service->SendCommand(cmdData); in HWTEST_F()
59 EXPECT_CALL(*widgetCallback, SendCommand(_)).Times(1); in HWTEST_F()
60 ON_CALL(*widgetCallback, SendCommand) in HWTEST_F()
69 service->SendCommand(testData); in HWTEST_F()
H A Dwidget_callback_proxy_test.cpp61 proxy->SendCommand(cmdData); in HWTEST_F()
H A Dwidget_callback_stub_test.cpp53 EXPECT_CALL(*service, SendCommand(_)).Times(1); in HWTEST_F()
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A 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/
H A Diuser_auth_widget_callback.h26 virtual void SendCommand(const std::string &cmdData) = 0;
H A Dwidget_callback_service.h31 void SendCommand(const std::string &cmdData) override;
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_widget_callback_interface.h27 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_iuser_auth_widget_callback.h28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
H A Dmock_widget_callback_service_test.h28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dwidget_callback_interface.h31 virtual void SendCommand(const std::string &cmdData) = 0;
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Dwidget_callback_stub.cpp49 SendCommand(cmdData); in OnSendCommandStub()
H A 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/
H A Duser_auth_widget_callback_v10.h37 void SendCommand(const std::string &cmdData) override;
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Dwidget_callback_proxy.h32 void SendCommand(const std::string &cmdData) override;
/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp118 void WidgetClient::SendCommand(const WidgetCommand &command) in SendCommand() function in OHOS::UserIam::UserAuth::WidgetClient
121 IAM_LOGE("SendCommand widget callback is null"); in SendCommand()
126 IAM_LOGI("SendCommand cmdData"); in SendCommand()
127 widgetCallback_->SendCommand(cmdData); in SendCommand()
163 SendCommand(widgetCmd); in ReportWidgetResult()
180 SendCommand(widgetCmd); in ReportWidgetTip()
/base/location/frameworks/cj/include/
H A Dgeolocationmanager_impl.h47 void SendCommand(CJLocationCommand command, int32_t& errCode);
/base/location/services/location_locator/locator/include/
H A Dgnss_ability_proxy.h46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
/base/location/test/location_gnss/mock/include/
H A Dmock_gnss_ability_stub.h54 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h42 MOCK_METHOD3(SendCommand,
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp59 ResultCode IAuthExecutorHdi::SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo, in SendCommand() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_iauth_executor_hdi.h50 MOCK_METHOD3(SendCommand, ResultCode(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
/base/useriam/face_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h45 MOCK_METHOD3(SendCommand,
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_iauth_executor_hdi.h147 virtual ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
/base/useriam/user_auth_framework/services/context/inc/
H A Dwidget_client.h63 void SendCommand(const WidgetCommand &command);
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dcustom_command.cpp59 ResultCode ret = hdi->SendCommand(static_cast<UserAuth::PropertyMode>(commandId), extraInfo, shared_from_this()); in SendRequest()

Completed in 7 milliseconds

123