Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_event_manager_multiple_thread_test.cpp70 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
71 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
73 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
H A Dos_account_inner_account_mgr_mock.cpp127 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
128 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
131 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp251 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
252 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
255 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()
H A Ddomain_account_client_module_test.cpp109 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
110 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
113 … 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.cpp102 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
103 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
107 … 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.cpp281 auto osAccountService = new (std::nothrow) OsAccountManagerService(); in SetUpTestCase() local
282 ASSERT_NE(osAccountService, nullptr); in SetUpTestCase()
285 … OsAccount::GetInstance().proxy_ = new (std::nothrow) OsAccountProxy(osAccountService->AsObject()); in SetUpTestCase()