Searched refs:isExistsAccount (Results 1 – 3 of 3) sorted by relevance
136 bool isExistsAccount = false; variable138 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount);139 EXPECT_EQ(true, isExistsAccount);154 bool isExistsAccount = false; variable156 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);157 EXPECT_EQ(true, isExistsAccount);
820 bool isExistsAccount = false; variable822 osAccountControl->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount);823 EXPECT_EQ(true, isExistsAccount);837 bool isExistsAccount = false; variable839 osAccountControl->IsOsAccountExists(Constants::START_USER_ID, isExistsAccount);840 EXPECT_EQ(true, isExistsAccount);
109 bool isExistsAccount = false; in CreateBaseAdminAccount() local110 osAccountControl_->IsOsAccountExists(Constants::ADMIN_LOCAL_ID, isExistsAccount); in CreateBaseAdminAccount()111 if (!isExistsAccount) { in CreateBaseAdminAccount()