Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Diam_client.h62 class UserEnrollCallback : public UserIam::UserAuth::GetSecUserInfoCallback {
64 UserEnrollCallback() in UserEnrollCallback() function
68 virtual ~UserEnrollCallback() in ~UserEnrollCallback()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Diam_client.cpp51 void UserEnrollCallback::OnSecUserInfo(const UserIam::UserAuth::SecUserInfo &info) in OnSecUserInfo()
58 UserIam::UserAuth::SecUserInfo UserEnrollCallback::GetSecUserInfo() in GetSecUserInfo()
110 std::shared_ptr<UserEnrollCallback> userEnrollCallback = std::make_shared<UserEnrollCallback>(); in GetSecUserInfo()