Searched refs:osAccountDataBaseOperator_ (Results 1 – 2 of 2) sorted by relevance
121 osAccountDataBaseOperator_->GetAccountListFromStoreID(OS_ACCOUNT_STORE_ID, accountListJson); in RecoverAccountData()226 osAccountDataBaseOperator_ = std::make_shared<OsAccountDatabaseOperator>(); in OsAccountControlFileManager()480 if (osAccountDataBaseOperator_->GetAccountListFromStoreID("", accountListJson) == ERR_OK) { in GetOsAccountList()993 osAccountDataBaseOperator_->InsertOsAccountIntoDataBase(osAccountInfo); in InsertOsAccount()1019 osAccountDataBaseOperator_->DelOsAccountFromDatabase(id); in DelOsAccount()1055 osAccountDataBaseOperator_->UpdateOsAccountInDatabase(osAccountInfo); in UpdateOsAccount()1543 osAccountDataBaseOperator_->UpdateOsAccountIDListInDatabase(accountListJson); in SaveAccountListToFileAndDataBase()1655 return osAccountDataBaseOperator_->GetSerialNumberFromDatabase(storeID, serialNumber); in GetSerialNumberFromDatabase()1665 return osAccountDataBaseOperator_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()1675 return osAccountDataBaseOperator_->GetOsAccountFromDatabase(storeID, id, osAccountInfo); in GetOsAccountFromDatabase()[all …]
138 std::shared_ptr<OsAccountDatabaseOperator> osAccountDataBaseOperator_; variable