/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | widget_callback_service_test.cpp | 50 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 D | widget_callback_proxy_test.cpp | 61 proxy->SendCommand(cmdData); in HWTEST_F()
|
H A D | widget_callback_stub_test.cpp | 53 EXPECT_CALL(*service, SendCommand(_)).Times(1); in HWTEST_F()
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | widget_callback_service.cpp | 35 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 D | iuser_auth_widget_callback.h | 26 virtual void SendCommand(const std::string &cmdData) = 0;
|
H A D | widget_callback_service.h | 31 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_widget_callback_interface.h | 27 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
|
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_iuser_auth_widget_callback.h | 28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
|
H A D | mock_widget_callback_service_test.h | 28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
|
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | widget_callback_interface.h | 31 virtual void SendCommand(const std::string &cmdData) = 0;
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | widget_callback_stub.cpp | 49 SendCommand(cmdData); in OnSendCommandStub()
|
H A D | widget_callback_proxy.cpp | 27 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 D | user_auth_widget_callback_v10.h | 37 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | widget_callback_proxy.h | 32 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_client.cpp | 118 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 D | geolocationmanager_impl.h | 47 void SendCommand(CJLocationCommand command, int32_t& errCode);
|
/base/location/services/location_locator/locator/include/ |
H A D | gnss_ability_proxy.h | 46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
|
/base/location/test/location_gnss/mock/include/ |
H A D | mock_gnss_ability_stub.h | 54 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
|
/base/useriam/fingerprint_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 42 MOCK_METHOD3(SendCommand,
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 59 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 D | mock_iauth_executor_hdi.h | 50 MOCK_METHOD3(SendCommand, ResultCode(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
|
/base/useriam/face_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 45 MOCK_METHOD3(SendCommand,
|
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
H A D | iam_executor_iauth_executor_hdi.h | 147 virtual ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | widget_client.h | 63 void SendCommand(const WidgetCommand &command);
|
/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/ |
H A D | custom_command.cpp | 59 ResultCode ret = hdi->SendCommand(static_cast<UserAuth::PropertyMode>(commandId), extraInfo, shared_from_this()); in SendRequest()
|