Home
last modified time | relevance | path

Searched refs:OsAccountProxy (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp24 OsAccountProxy::OsAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IOsAccount>(object) in OsAccountProxy() function in OHOS::AccountSA::OsAccountProxy
27 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 …]
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account_proxy.h24 class OsAccountProxy : public IRemoteProxy<IOsAccount> {
26 explicit OsAccountProxy(const sptr<IRemoteObject> &object);
27 ~OsAccountProxy() override;
115 static inline BrokerDelegator<OsAccountProxy> delegator_;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_event_manager_multiple_thread_test.cpp73 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
H A Dos_account_inner_account_mgr_mock.cpp131 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map86 "OHOS::AccountSA::OsAccountProxy::OsAccountProxy(OHOS::sptr<OHOS::IRemoteObject> const&)";
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp255 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
H A Ddomain_account_client_module_test.cpp113 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp107 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp285 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()