/base/account/os_account/test/fuzztest/osaccount/getmaxallowcreateidfromdatabase_fuzzer/ |
D | getmaxallowcreateidfromdatabase_fuzzer.cpp | 35 result = OsAccountManager::GetMaxAllowCreateIdFromDatabase(testName, id); in GetMaxAllowCreateIdFromDatabaseFuzzTest()
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | os_account_database_operator.h | 38 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
|
D | ios_account_control.h | 45 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
|
D | iinner_os_account.h | 70 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
|
D | os_account_manager_service.h | 96 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
|
D | os_account_control_file_manager.h | 58 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
|
D | iinner_os_account_manager.h | 73 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 244 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/ |
D | os_account_manager.h | 405 static ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_control_file_manager_test.cpp | 411 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/ |
D | os_account.h | 71 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id);
|
D | ios_account.h | 82 virtual ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) = 0;
|
D | os_account_proxy.h | 76 ErrCode GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) override;
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_database_operator.cpp | 208 ErrCode OsAccountDatabaseOperator::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int … in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountDatabaseOperator
|
D | os_account_manager_service.cpp | 661 ErrCode OsAccountManagerService::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &i… in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountManagerService 663 return innerManager_.GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
|
D | inner_os_account_manager.cpp | 1408 ErrCode IInnerOsAccountManager::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, int &id) in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::IInnerOsAccountManager 1410 return osAccountControl_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
|
D | os_account_control_file_manager.cpp | 1176 ErrCode OsAccountControlFileManager::GetMaxAllowCreateIdFromDatabase(const std::string& storeID, in GetMaxAllowCreateIdFromDatabase() function in OHOS::AccountSA::OsAccountControlFileManager 1180 return osAccountDataBaseOperator_->GetMaxAllowCreateIdFromDatabase(storeID, id); in GetMaxAllowCreateIdFromDatabase()
|
D | os_account_stub.cpp | 1116 ErrCode result = GetMaxAllowCreateIdFromDatabase(storeID, id); in ProcGetMaxAllowCreateIdFromDatabase()
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
D | fuzz_test_manager.cpp | 287 OsAccountManager::GetMaxAllowCreateIdFromDatabase(storeID, id); in RegisterOsAccountManager()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_mock_test.cpp | 566 g_osAccount->GetMaxAllowCreateIdFromDatabase(storeID, id));
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account.cpp | 749 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/ |
D | account_osaccount_proxy_mock_test.cpp | 573 ErrCode errCode = OsAccountManager::GetMaxAllowCreateIdFromDatabase("", maxAllowCreateId);
|
/base/account/os_account/frameworks/osaccount/native/ |
D | libos_account_innerkits.map | 63 …"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/ |
D | os_account_manager_service_module_test.cpp | 1479 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/ |
D | os_account_manager_module_test.cpp | 1794 EXPECT_EQ(OsAccountManager::GetMaxAllowCreateIdFromDatabase("", maxAllowCreateId), ERR_OK); 1807 …EXPECT_NE(OsAccountManager::GetMaxAllowCreateIdFromDatabase("ERROR_STORE_ID", maxAllowCreateId), E…
|