Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_manager_service_test.cpp35 sptr<IAppAccount> g_appAccountProxy; variable
55 g_appAccountProxy = iface_cast<IAppAccount>(g_appAccountManagerService); in SetUpTestCase()
84 ErrCode result = g_appAccountProxy->AddAccount(STRING_NAME, STRING_EXTRA_INFO);
97 ErrCode result = g_appAccountProxy->DeleteAccount(STRING_NAME);
111 ErrCode result = g_appAccountProxy->CreateAccount(STRING_NAME, option);
113 result = g_appAccountProxy->DeleteAccount(STRING_NAME);
135 ErrCode result = g_appAccountProxy->SubscribeAppAccount(subscribeInfo, nullptr);
150 ErrCode result = g_appAccountProxy->UnsubscribeAppAccount(nullptr);