Searched refs:IdmGetCredentialInfoProxy (Results 1 – 4 of 4) sorted by relevance
41 class IdmGetCredentialInfoProxy : public IRemoteProxy<IdmGetCredInfoCallbackInterface>, public NoCo…43 explicit IdmGetCredentialInfoProxy(const sptr<IRemoteObject> &object) in IdmGetCredentialInfoProxy() function47 ~IdmGetCredentialInfoProxy() override = default;52 static inline BrokerDelegator<IdmGetCredentialInfoProxy> delegator_;
104 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()
128 …sptr<IdmGetCredInfoCallbackInterface> callback = iface_cast<IdmGetCredentialInfoProxy>(data.ReadRe… in GetCredentialInfoStub()
114 auto proxy = Common::MakeShared<IdmGetCredentialInfoProxy>(obj);