Searched refs:OS_ACCOUNT_STORE_ID (Results 1 – 2 of 2) sorted by relevance
23 const std::string OS_ACCOUNT_STORE_ID = "os_account_info"; variable37 Constants::APP_ID, OS_ACCOUNT_STORE_ID, Constants::SYNC_OS_ACCOUNT_DATABASE); in InnerInit()
38 const std::string OS_ACCOUNT_STORE_ID = "os_account_info"; variable121 osAccountDataBaseOperator_->GetAccountListFromStoreID(OS_ACCOUNT_STORE_ID, accountListJson); in RecoverAccountData()125 if (GetOsAccountFromDatabase(OS_ACCOUNT_STORE_ID, id, osAccountInfo) != ERR_OK) { in RecoverAccountData()1187 …return osAccountDataBaseOperator_->GetAccountListFromStoreID(OS_ACCOUNT_STORE_ID, accountListJson); in GetAccountListFromFile()