Home
last modified time | relevance | path

Searched refs:IAppAccount (Results 1 - 9 of 9) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_manager_service_test.cpp35 sptr<IAppAccount> g_appAccountProxy;
55 g_appAccountProxy = iface_cast<IAppAccount>(g_appAccountManagerService); in SetUpTestCase()
H A Dapp_account_test.cpp87 auto mockProxy = iface_cast<IAppAccount>(MakeMockObjects()); in SetUp()
393 sptr<IAppAccount> proxy = AppAccount::GetInstance().GetAppAccountProxy(); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h117 sptr<IAppAccount> GetAppAccountProxy();
124 sptr<IAppAccount> proxy_;
H A Dapp_account_proxy.h24 class AppAccountProxy : public IRemoteProxy<IAppAccount> {
H A Diapp_account.h29 class IAppAccount : public IRemoteBroker { class
31 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.accountfwk.IAppAccount");
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_stub.h24 class AppAccountStub : public IRemoteStub<IAppAccount> {
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp682 sptr<IAppAccount> AppAccount::GetAppAccountProxy() in GetAppAccountProxy()
703 proxy_ = iface_cast<IAppAccount>(object); in GetAppAccountProxy()
H A Dapp_account_proxy.cpp23 AppAccountProxy::AppAccountProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IAppAccount>(object) in AppAccountProxy()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp103 sptr<IAppAccount> appAccountService = new (std::nothrow) AppAccountManagerService(); in SetUpTestCase()

Completed in 8 milliseconds