Searched refs:AppAccountEventProxy (Results 1 – 3 of 3) sorted by relevance
23 AppAccountEventProxy::AppAccountEventProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAc… in AppAccountEventProxy() function in OHOS::AccountSA::AppAccountEventProxy26 AppAccountEventProxy::~AppAccountEventProxy() in ~AppAccountEventProxy()29 void AppAccountEventProxy::OnAccountsChanged(const std::vector<AppAccountInfo> &accounts) in OnAccountsChanged()51 ErrCode AppAccountEventProxy::SendRequest(AppAccountEventInterfaceCode code, MessageParcel &data, M… in SendRequest()70 bool AppAccountEventProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &da… in WriteParcelableVector()
24 class AppAccountEventProxy : public IRemoteProxy<IAppAccountEvent> {26 explicit AppAccountEventProxy(const sptr<IRemoteObject> &object);27 ~AppAccountEventProxy() override;38 static inline BrokerDelegator<AppAccountEventProxy> delegator_;
88 AppAccountEventProxy testCallbackProxy(callback);