Searched refs:allowedAccounts (Results 1 – 9 of 9) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_common.cpp | 33 if (!parcel.WriteUint32(allowedAccounts.size())) { in Marshalling() 36 for (auto item : allowedAccounts) { in Marshalling() 75 allowedAccounts.push_back(std::make_pair(name, type)); in ReadFromParcel()
|
D | app_account.cpp | 413 …options.allowedAccounts, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversi… in SelectAccountsByOptions()
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_common.h | 46 std::vector<std::pair<std::string, std::string>> allowedAccounts; member
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_common_test.cpp | 200 option1.allowedAccounts.emplace_back(std::pair<std::string, std::string>(key, value));
|
D | app_account_manager_test.cpp | 1914 options.allowedAccounts.clear(); 1918 options.allowedAccounts.emplace_back(testAccountOwner, testAccountName); 1922 options.allowedAccounts.emplace_back("test_name_oversize", "test_owner_oversize"); 1927 options.allowedAccounts.clear();
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_control_manager.cpp | 717 std::set<std::string> allowedAccounts; in SelectAccountsByOptions() local 718 for (auto account : options.allowedAccounts) { in SelectAccountsByOptions() 719 allowedAccounts.emplace(account.first + "_" + account.second); in SelectAccountsByOptions() 734 if (options.hasAccounts && allowedAccounts.count(owner + "_" + account.GetName()) == 0) { in SelectAccountsByOptions()
|
D | app_account_stub.cpp | 886 …options->allowedAccounts, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is overs… in ProcSelectAccountsByOptions()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account_common.cpp | 1260 if (!ParseAccountVector(env, value, options.allowedAccounts)) { in ParseSelectAccountsOptions()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_manager_service_module_test.cpp | 2568 options.allowedAccounts.emplace_back("test_key", "value");
|