Home
last modified time | relevance | path

Searched refs:SptrToStdSharedPtr (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dhdi_wrapper.cpp49 return Common::SptrToStdSharedPtr<IUserAuthInterface>(hdi); in GetHdiInstance()
/ohos5.0/drivers/peripheral/user_auth/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/drivers/peripheral/pin_auth/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/base/useriam/face_auth/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/base/useriam/fingerprint_auth/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/base/useriam/pin_auth/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_ptr.h27 static inline std::shared_ptr<T> SptrToStdSharedPtr(sptr<T> &other) in SptrToStdSharedPtr() function
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp166 auto executorCallback = Common::SptrToStdSharedPtr<ExecutorCallbackInterface>(callback); in ExecutorRegister()