Searched refs:OsAccountProxy (Results 1 – 9 of 9) sorted by relevance
24 OsAccountProxy::OsAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IOsAccount>(object) in OsAccountProxy() function in OHOS::AccountSA::OsAccountProxy27 OsAccountProxy::~OsAccountProxy() in ~OsAccountProxy()30 ErrCode OsAccountProxy::CreateOsAccount( in CreateOsAccount()226 ErrCode OsAccountProxy::RemoveOsAccount(const int id) in RemoveOsAccount()252 ErrCode OsAccountProxy::CheckOsAccountConstraintEnabled( in CheckOsAccountConstraintEnabled()289 ErrCode OsAccountProxy::IsOsAccountConstraintEnable( in IsOsAccountConstraintEnable()296 ErrCode OsAccountProxy::CheckOsAccountConstraintEnabled( in CheckOsAccountConstraintEnabled()700 ErrCode OsAccountProxy::SetOsAccountConstraints( in SetOsAccountConstraints()783 ErrCode OsAccountProxy::DeactivateAllOsAccounts() in DeactivateAllOsAccounts()807 ErrCode OsAccountProxy::StartOsAccount(const int id) in StartOsAccount()[all …]
24 class OsAccountProxy : public IRemoteProxy<IOsAccount> {26 explicit OsAccountProxy(const sptr<IRemoteObject> &object);27 ~OsAccountProxy() override;115 static inline BrokerDelegator<OsAccountProxy> delegator_;
73 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
131 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
86 "OHOS::AccountSA::OsAccountProxy::OsAccountProxy(OHOS::sptr<OHOS::IRemoteObject> const&)";
255 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
113 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
107 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
285 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()