/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
D | widget_callback_service_test.cpp | 50 service->SendCommand(cmdData); 59 EXPECT_CALL(*widgetCallback, SendCommand(_)).Times(1); 60 ON_CALL(*widgetCallback, SendCommand) 69 service->SendCommand(testData);
|
D | widget_callback_proxy_test.cpp | 61 proxy->SendCommand(cmdData);
|
D | widget_callback_stub_test.cpp | 53 EXPECT_CALL(*service, SendCommand(_)).Times(1);
|
/base/useriam/user_auth_framework/frameworks/native/client/src/ |
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/ |
D | iuser_auth_widget_callback.h | 26 virtual void SendCommand(const std::string &cmdData) = 0;
|
D | widget_callback_service.h | 31 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
D | mock_iuser_auth_widget_callback.h | 28 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
|
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/ |
D | widget_callback_interface.h | 31 virtual void SendCommand(const std::string &cmdData) = 0;
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
D | mock_widget_callback_interface.h | 27 MOCK_METHOD1(SendCommand, void(const std::string &cmdData));
|
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
D | widget_callback_proxy.h | 32 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
D | widget_callback_stub.cpp | 49 SendCommand(cmdData); in OnSendCommandStub()
|
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/ |
D | user_auth_widget_callback_v10.h | 37 void SendCommand(const std::string &cmdData) override;
|
/base/useriam/user_auth_framework/services/context/src/ |
D | widget_client.cpp | 100 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/ |
D | widget_client.h | 59 void SendCommand(const WidgetCommand &command);
|
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
D | iam_executor_iauth_executor_hdi.h | 126 virtual ResultCode SendCommand(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
|
/base/useriam/user_auth_framework/test/unittest/executors/mock/ |
D | mock_iauth_executor_hdi.h | 46 …MOCK_METHOD3(SendCommand, ResultCode(PropertyMode commandId, const std::vector<uint8_t> &extraInfo,
|
/base/location/services/location_locator/locator/include/ |
D | gnss_ability_proxy.h | 46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
|
/base/location/test/location_gnss/mock/include/ |
D | mock_gnss_ability_stub.h | 49 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_entry.cpp | 113 DECLARE_NAPI_FUNCTION("sendCommand", SendCommand), in Init() 169 DECLARE_NAPI_FUNCTION("sendCommand", SendCommand), in InitManager()
|
/base/useriam/fingerprint_auth/test/unittest/ |
D | fingerprint_auth_executor_hdi_unit_test.cpp | 452 …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/ |
D | face_auth_executor_hdi_unit_test.cpp | 445 …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/ |
D | location_napi_adapter.h | 35 napi_value SendCommand(napi_env env, napi_callback_info info);
|
/base/location/test/fuzztest/locator/gnss_fuzzer/ |
D | gnss_fuzzer.cpp | 70 proxy->SendCommand(command); in GnssProxyFuzzTest()
|