Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_event_proxy.cpp23 AppAccountEventProxy::AppAccountEventProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAc… in AppAccountEventProxy() function in OHOS::AccountSA::AppAccountEventProxy
26 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()
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_event_proxy.h24 class AppAccountEventProxy : public IRemoteProxy<IAppAccountEvent> {
26 explicit AppAccountEventProxy(const sptr<IRemoteObject> &object);
27 ~AppAccountEventProxy() override;
38 static inline BrokerDelegator<AppAccountEventProxy> delegator_;
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_event_module_test.cpp88 AppAccountEventProxy testCallbackProxy(callback);