Searched refs:InputerGetDataService (Results 1 – 4 of 4) sorted by relevance
27 class InputerGetDataService : public InputerGetDataStub {29 explicit InputerGetDataService(const std::shared_ptr<IInputer> &inputer);30 ~InputerGetDataService() override = default;
27 InputerGetDataService::InputerGetDataService(const std::shared_ptr<IInputer> &inputer) : inputer_(i… in InputerGetDataService() function in OHOS::UserIam::PinAuth::InputerGetDataService31 void InputerGetDataService::OnGetData(const InputerGetDataParam &getDataParam) in OnGetData()
47 sptr<InputerGetData> callback(new (std::nothrow) InputerGetDataService(inputer)); in RegisterInputer()
66 auto service = Common::MakeShared<InputerGetDataService>(testInputer);90 auto service = Common::MakeShared<InputerGetDataService>(testInputer);110 auto service = Common::MakeShared<InputerGetDataService>(nullptr);