Home
last modified time | relevance | path

Searched refs:GetMaxAllowCreateIdFromDatabase (Results 1 – 25 of 27) sorted by relevance

12

/base/account/os_account/test/fuzztest/osaccount/getmaxallowcreateidfromdatabase_fuzzer/
Dgetmaxallowcreateidfromdatabase_fuzzer.cpp35 result = OsAccountManager::GetMaxAllowCreateIdFromDatabase(testName, id); in GetMaxAllowCreateIdFromDatabaseFuzzTest()
/base/account/os_account/services/accountmgr/include/osaccount/
Dos_account_database_operator.h38 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
Dios_account_control.h45 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
Diinner_os_account.h70 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
Dos_account_manager_service.h96 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
Dos_account_control_file_manager.h58 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
Diinner_os_account_manager.h73 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp244 ErrCode OsAccountManager::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountManager
246 return OsAccount::GetInstance().GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h405 static ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_control_file_manager_test.cpp411 ret = osAccountControlManager_->GetMaxAllowCreateIdFromDatabase(storeID_, id);
460 ret = osAccountControlManager_->GetMaxAllowCreateIdFromDatabase(storeID_, id);
465 ret = osAccountControlManager_->GetMaxAllowCreateIdFromDatabase(std::string(""), idByDefault);
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h71 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
Dios_account.h82 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
Dos_account_proxy.h76 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_database_operator.cpp208 ErrCode OsAccountDatabaseOperator::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int … in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountDatabaseOperator
Dos_account_manager_service.cpp661 ErrCode OsAccountManagerService::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &i… in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountManagerService
663 return innerManager_.GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
Dinner_os_account_manager.cpp1408 ErrCode IInnerOsAccountManager::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::IInnerOsAccountManager
1410 return osAccountControl_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
Dos_account_control_file_manager.cpp1176 ErrCode OsAccountControlFileManager::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountControlFileManager
1180 return osAccountDataBaseOperator_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
Dos_account_stub.cpp1116 ErrCode result = GetMaxAllowCreateIdFromDatabase(storeID, id); in ProcGetMaxAllowCreateIdFromDatabase()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp287 OsAccountManager::GetMaxAllowCreateIdFromDatabase(storeID, id); in RegisterOsAccountManager()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp566 g_osAccount->GetMaxAllowCreateIdFromDatabase(storeID, id));
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp749 ErrCode OsAccount::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccount
756 return osAccountProxy_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp573 ErrCode errCode = OsAccountManager::GetMaxAllowCreateIdFromDatabase("", maxAllowCreateId);
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map63 …"OHOS::AccountSA::OsAccount::GetMaxAllowCreateIdFromDatabase(std::__h::basic_string<char, std::__h…
98 …"OHOS::AccountSA::OsAccountManager::GetMaxAllowCreateIdFromDatabase(std::__h::basic_string<char, s…
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp1479 EXPECT_NE(osAccountManagerService_->GetMaxAllowCreateIdFromDatabase(STORE_ID, id), ERR_OK);
1491 … EXPECT_EQ(osAccountManagerService_->GetMaxAllowCreateIdFromDatabase(EMPTY_STORE_ID, id), ERR_OK);
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp1794 EXPECT_EQ(OsAccountManager::GetMaxAllowCreateIdFromDatabase("", maxAllowCreateId), ERR_OK);
1807 …EXPECT_NE(OsAccountManager::GetMaxAllowCreateIdFromDatabase("ERROR_STORE_ID", maxAllowCreateId), E…

12