Home
last modified time | relevance | path

Searched refs:innerInputer_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_callback_service.cpp148 : userId_(userId), innerInputer_(inputer) in IAMInputer()
158 if (innerInputer_ == nullptr) { in OnGetData()
162 innerInputer_->OnGetData(authSubType, challenge, inputerData); in OnGetData()
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Daccount_iam_callback_service.h108 std::shared_ptr<IInputer> innerInputer_ = nullptr; variable