Searched refs:AppAccountProxy (Results 1 – 2 of 2) sorted by relevance
23 AppAccountProxy::AppAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccount>(obj… in AppAccountProxy() function in OHOS::AccountSA::AppAccountProxy26 AppAccountProxy::~AppAccountProxy() in ~AppAccountProxy()29 ErrCode AppAccountProxy::SendRequestWithTwoStr(MessageParcel &reply, AppAccountInterfaceCode code, in SendRequestWithTwoStr()62 ErrCode AppAccountProxy::AddAccount(const std::string &name, const std::string &extraInfo) in AddAccount()68 ErrCode AppAccountProxy::AddAccountImplicitly(const std::string &owner, const std::string &authType, in AddAccountImplicitly()105 ErrCode AppAccountProxy::CreateAccount(const std::string &name, const CreateAccountOptions &options) in CreateAccount()128 ErrCode AppAccountProxy::CreateAccountImplicitly(const std::string &owner, in CreateAccountImplicitly()157 ErrCode AppAccountProxy::DeleteAccount(const std::string &name) in DeleteAccount()182 ErrCode AppAccountProxy::GetAccountExtraInfo(const std::string &name, std::string &extraInfo) in GetAccountExtraInfo()208 ErrCode AppAccountProxy::SetAccountExtraInfo(const std::string &name, const std::string &extraInfo) in SetAccountExtraInfo()[all …]
24 class AppAccountProxy : public IRemoteProxy<IAppAccount> {26 explicit AppAccountProxy(const sptr<IRemoteObject> &object);27 ~AppAccountProxy() override;124 static inline BrokerDelegator<AppAccountProxy> delegator_;