Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp715 OsAccountInfo osAccountInfoOne; variable
734 OsAccountInfo osAccountInfoOne; variable
772 OsAccountInfo osAccountInfoOne; variable
786 OsAccountInfo osAccountInfoOne; variable
800 OsAccountInfo osAccountInfoOne; variable
815 OsAccountInfo osAccountInfoOne; variable
830 OsAccountInfo osAccountInfoOne; variable
844 OsAccountInfo osAccountInfoOne; variable
867 OsAccountInfo osAccountInfoOne; variable
887 OsAccountInfo osAccountInfoOne; variable
[all …]
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp436 OsAccountInfo osAccountInfoOne; variable
450 OsAccountInfo osAccountInfoOne; variable
471 OsAccountInfo osAccountInfoOne; variable
484 OsAccountInfo osAccountInfoOne; variable
496 OsAccountInfo osAccountInfoOne; variable
517 OsAccountInfo osAccountInfoOne; variable
547 OsAccountInfo osAccountInfoOne; variable
571 OsAccountInfo osAccountInfoOne; variable
649 OsAccountInfo osAccountInfoOne; variable
665 OsAccountInfo osAccountInfoOne; variable
[all …]
H A Dos_account_manager_no_bms_mock_test.cpp93 OsAccountInfo osAccountInfoOne; variable
107 …AccountManager::CreateOsAccount("test", "test", OsAccountType::NORMAL, options, osAccountInfoOne));
116 … OHOS::AppExecFwk::BundleFlag::GET_BUNDLE_DEFAULT, bundleInfos, osAccountInfoOne.GetLocalId()));
131 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId());
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp194 OsAccountInfo osAccountInfoOne; variable
244 OsAccountInfo osAccountInfoOne; variable
299 OsAccountInfo osAccountInfoOne; variable
331 OsAccountInfo osAccountInfoOne; variable
389 OsAccountInfo osAccountInfoOne; variable
417 osAccountInfoOne.GetLocalId(), accountInfoget);
436 OsAccountInfo osAccountInfoOne; variable
493 OsAccountInfo osAccountInfoOne; variable
539 OsAccountInfo osAccountInfoOne; variable
541 int32_t localId = osAccountInfoOne.GetLocalId();
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp164 OsAccountInfo osAccountInfoOne; variable
187 OsAccountInfo osAccountInfoOne; variable
201 OsAccountInfo osAccountInfoOne; variable
223 OsAccountInfo osAccountInfoOne; variable
225 osAccountInfoOne);
230 osAccountInfoOne);
243 OsAccountInfo osAccountInfoOne; variable
263 OsAccountInfo osAccountInfoOne; variable
288 OsAccountInfo osAccountInfoOne; variable
367 OsAccountInfo osAccountInfoOne; variable
[all …]
H A Dos_account_manager_service_create_os_account_test.cpp98 OsAccountInfo osAccountInfoOne; variable
101 …osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAccountInfoOne);
106 OsAccountInfo osAccountInfoOne; variable
107 …osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAccountInfoOne);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_manager_test.cpp209 OsAccountInfo osAccountInfoOne; variable
211 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
228 osAccountInfoOne.GetLocalId(), curAccountInfo.ohosAccountInfo_, g_eventLogin);
231 osAccountInfoOne.GetLocalId(), curAccountInfo.ohosAccountInfo_, g_eventLogin);
237 osAccountInfoOne.GetLocalId(), curAccountInfo.ohosAccountInfo_, g_eventLogout);
239 EXPECT_EQ(OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
251 OsAccountInfo osAccountInfoOne; variable
253 EXPECT_EQ(OsAccountManager::ActivateOsAccount(osAccountInfoOne.GetLocalId()), ERR_OK);
269 osAccountInfoOne.GetLocalId(), curAccountInfo.ohosAccountInfo_, g_eventLogin);
274 osAccountInfoOne.GetLocalId(), curAccountInfo.ohosAccountInfo_, g_eventLogout);
[all …]
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp58 OsAccountInfo osAccountInfoOne; in CreateOsAccountWithShortNameFuzzTest() local
62 … result = OsAccountManager::CreateOsAccount(accountName, shortName, testType, osAccountInfoOne); in CreateOsAccountWithShortNameFuzzTest()
65 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountWithShortNameFuzzTest()
74 …t = OsAccountManager::CreateOsAccount(accountName, shortName, testType, options, osAccountInfoOne); in CreateOsAccountWithShortNameFuzzTest()
77 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountWithShortNameFuzzTest()
88 OsAccountInfo osAccountInfoOne; in CreateOsAccountFuzzTest() local
91 result = OsAccountManager::CreateOsAccount(accountName, testType, osAccountInfoOne); in CreateOsAccountFuzzTest()
94 OsAccountManager::RemoveOsAccount(osAccountInfoOne.GetLocalId()); in CreateOsAccountFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/getosaccountfromdatabase_fuzzer/
H A Dgetosaccountfromdatabase_fuzzer.cpp36 OsAccountInfo osAccountInfoOne; in GetOsAccountFromDatabaseFuzzTest() local
38 … result = OsAccountManager::GetOsAccountFromDatabase(stroeID, LOCAL_ID, osAccountInfoOne); in GetOsAccountFromDatabaseFuzzTest()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp974 OsAccountInfo osAccountInfoOne; variable
983 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
991 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
994 ret = innerMgrService_->SendMsgForAccountActivate(osAccountInfoOne);
1000 ret = innerMgrService_->SendMsgForAccountCreate(osAccountInfoOne);
1006 ret = innerMgrService_->SendMsgForAccountRemove(osAccountInfoOne);
1030 OsAccountInfo osAccountInfoOne; variable
1138 OsAccountInfo osAccountInfoOne; variable
1807 OsAccountInfo osAccountInfoOne; variable
1812 ret = innerMgrService_->RemoveOsAccount(osAccountInfoOne.GetLocalId());
[all …]