Home
last modified time | relevance | path

Searched refs:InputerGetDataService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/pin_auth/frameworks/client/inc/
H A Dinputer_get_data_service.h27 class InputerGetDataService : public InputerGetDataStub {
29 explicit InputerGetDataService(const std::shared_ptr<IInputer> &inputer);
30 ~InputerGetDataService() override = default;
/ohos5.0/base/useriam/pin_auth/frameworks/client/src/
H A Dinputer_get_data_service.cpp27 InputerGetDataService::InputerGetDataService(const std::shared_ptr<IInputer> &inputer) : inputer_(i… in InputerGetDataService() function in OHOS::UserIam::PinAuth::InputerGetDataService
31 void InputerGetDataService::OnGetData(const InputerGetDataParam &getDataParam) in OnGetData()
H A Dpinauth_register_impl.cpp47 sptr<InputerGetData> callback(new (std::nothrow) InputerGetDataService(inputer)); in RegisterInputer()
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_get_data_service_test.cpp66 auto service = Common::MakeShared<InputerGetDataService>(testInputer);
90 auto service = Common::MakeShared<InputerGetDataService>(testInputer);
110 auto service = Common::MakeShared<InputerGetDataService>(nullptr);