Home
last modified time | relevance | path

Searched refs:UserAuthProxy (Results 1 – 3 of 3) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Duser_auth_proxy.cpp33 UserAuthProxy::UserAuthProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<UserAuthInterface>(o… in UserAuthProxy() function in OHOS::UserIam::UserAuth::UserAuthProxy
37 int32_t UserAuthProxy::GetAvailableStatus(int32_t apiVersion, AuthType authType, AuthTrustLevel aut… in GetAvailableStatus()
42 if (!data.WriteInterfaceToken(UserAuthProxy::GetDescriptor())) { in GetAvailableStatus()
72 void UserAuthProxy::GetProperty(int32_t userId, AuthType authType, in GetProperty()
96 if (!data.WriteInterfaceToken(UserAuthProxy::GetDescriptor())) { in GetProperty()
125 void UserAuthProxy::SetProperty(int32_t userId, AuthType authType, const Attributes &attributes, in SetProperty()
135 if (!data.WriteInterfaceToken(UserAuthProxy::GetDescriptor())) { in SetProperty()
164 bool UserAuthProxy::WriteAuthParam(MessageParcel &data, const std::vector<uint8_t> &challenge, in WriteAuthParam()
186 uint64_t UserAuthProxy::Auth(int32_t apiVersion, const std::vector<uint8_t> &challenge, AuthType au… in Auth()
196 if (!data.WriteInterfaceToken(UserAuthProxy::GetDescriptor())) { in Auth()
[all …]
/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
Duser_auth_proxy.h27 class UserAuthProxy : public IRemoteProxy<UserAuthInterface>, public NoCopyable {
29 explicit UserAuthProxy(const sptr<IRemoteObject> &object);
30 ~UserAuthProxy() override = default;
51 static inline BrokerDelegator<UserAuthProxy> delegator_;
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_auth_proxy_test.cpp56 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
86 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
123 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
160 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
196 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
229 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
255 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
288 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
321 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
334 auto proxy = Common::MakeShared<UserAuthProxy>(obj);
[all …]