Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_cov.cpp136 bool isExistsAccount = false; variable
138 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount);
139 EXPECT_EQ(true, isExistsAccount);
154 bool isExistsAccount = false; variable
156 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);
157 EXPECT_EQ(true, isExistsAccount);
H A Dos_account_inner_account_mgr_mock.cpp820 bool isExistsAccount = false; variable
822 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount);
823 EXPECT_EQ(true, isExistsAccount);
837 bool isExistsAccount = false; variable
839 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);
840 EXPECT_EQ(true, isExistsAccount);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp109 bool isExistsAccount = false; in CreateBaseAdminAccount() local
110 osAccountControl_->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount); in CreateBaseAdminAccount()
111 if (!isExistsAccount) { in CreateBaseAdminAccount()