Home
last modified time | relevance | path

Searched refs:IdmGetCredentialInfoProxy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/
H A Duser_idm_callback_proxy.h41 class IdmGetCredentialInfoProxy : public IRemoteProxy<IdmGetCredInfoCallbackInterface>, public NoCo…
43 explicit IdmGetCredentialInfoProxy(const sptr<IRemoteObject> &object) in IdmGetCredentialInfoProxy() function
47 ~IdmGetCredentialInfoProxy() override = default;
52 static inline BrokerDelegator<IdmGetCredentialInfoProxy> delegator_;
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_idm_callback_proxy.cpp104 void IdmGetCredentialInfoProxy::OnCredentialInfos(const std::vector<CredentialInfo> &credInfoList) in OnCredentialInfos()
111 if (!data.WriteInterfaceToken(IdmGetCredentialInfoProxy::GetDescriptor())) { in OnCredentialInfos()
144 bool IdmGetCredentialInfoProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in SendRequest()
H A Duser_idm_stub.cpp128 …sptr<IdmGetCredInfoCallbackInterface> callback = iface_cast<IdmGetCredentialInfoProxy>(data.ReadRe… in GetCredentialInfoStub()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_proxy_test.cpp114 auto proxy = Common::MakeShared<IdmGetCredentialInfoProxy>(obj);