Home
last modified time | relevance | path

Searched refs:OS_ACCOUNT_STORE_ID (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_database_operator.cpp23 const std::string OS_ACCOUNT_STORE_ID = "os_account_info"; variable
37 Constants::APP_ID, OS_ACCOUNT_STORE_ID, Constants::SYNC_OS_ACCOUNT_DATABASE); in InnerInit()
H A Dos_account_control_file_manager.cpp38 const std::string OS_ACCOUNT_STORE_ID = "os_account_info"; variable
121 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()