Home
last modified time | relevance | path

Searched refs:AppAccountProxy (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_proxy.cpp23 AppAccountProxy::AppAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccount>(object) in AppAccountProxy() function in OHOS::AccountSA::AppAccountProxy
26 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
[all...]
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_proxy.h24 class AppAccountProxy : public IRemoteProxy<IAppAccount> { class
26 explicit AppAccountProxy(const sptr<IRemoteObject> &object);
27 ~AppAccountProxy() override;
117 static inline BrokerDelegator<AppAccountProxy> delegator_;
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp105 AppAccount::GetInstance().proxy_ = new (std::nothrow) AppAccountProxy(appAccountService->AsObject()); in SetUpTestCase()

Completed in 5 milliseconds