Home
last modified time | relevance | path

Searched defs:accountProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp103 auto accountProxy = GetService(); in UpdateOhosAccountInfo() local
114 auto accountProxy = GetService(); in SetOhosAccountInfo() local
129 auto accountProxy = GetService(); in SetOhosAccountInfoByUserId() local
150 auto accountProxy = GetService(); in QueryDistributedVirtualDeviceId() local
161 auto accountProxy = GetService(); in QueryOhosAccountInfo() local
172 auto accountProxy = GetService(); in GetOhosAccountInfo() local
183 auto accountProxy = GetService(); in GetOhosAccountInfoByUserId() local
201 auto accountProxy = GetService(); in QueryOhosAccountInfoByUserId() local
212 auto accountProxy = GetService(); in QueryDeviceAccountId() local
230 auto accountProxy = GetService(); in SubscribeDistributedAccountEvent() local
[all …]
/ohos5.0/base/account/os_account/test/fuzztest/ohosaccount/getohosaccountinfo_fuzzer/
H A Dgetohosaccountinfo_fuzzer.cpp97 std::shared_ptr<AccountProxy> accountProxy = std::make_shared<AccountProxy>(nullptr); in SetOhosAccountInfoByUserIdFuzzTest() local
115 std::shared_ptr<AccountProxy> accountProxy = std::make_shared<AccountProxy>(nullptr); in GetOhosAccountInfoByUserIdProxyFuzzTest() local
130 std::shared_ptr<AccountProxy> accountProxy = std::make_shared<AccountProxy>(nullptr); in QueryOhosAccountInfoByUserIdProxyFuzzTest() local
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp88 sptr<IAccount> accountProxy = iface_cast<AccountProxy>(remoteObject); in SetUpTestCase() local