Home
last modified time | relevance | path

Searched refs:allowedOwners (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
Dselectaccountsbyoptions_fuzzer.cpp59 options.allowedOwners.emplace_back(testValue); in SelectAccountsByOptionsFuzzTest()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_common_test.cpp62 option1.allowedOwners.emplace_back("test1");
72 EXPECT_EQ(option2->allowedOwners[0], "test1");
Dapp_account_manager_test.cpp1930 options.allowedOwners.emplace_back(testOwner);
1934 options.allowedOwners.emplace_back("test_owner_oversize");
1939 options.allowedOwners.clear();
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_common.cpp42 return parcel.WriteStringVector(allowedOwners) && parcel.WriteStringVector(requiredLabels); in Marshalling()
77 return parcel.ReadStringVector(&allowedOwners) && parcel.ReadStringVector(&requiredLabels); in ReadFromParcel()
Dapp_account.cpp415 …options.allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"); in SelectAccountsByOptions()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h47 std::vector<std::string> allowedOwners; member
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_control_manager.cpp721 std::set<std::string> allowedOwners(options.allowedOwners.begin(), options.allowedOwners.end()); in SelectAccountsByOptions() local
731 if (options.hasOwners && allowedOwners.count(owner) == 0) { in SelectAccountsByOptions()
Dapp_account_stub.cpp888 …options->allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"… in ProcSelectAccountsByOptions()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_common.cpp1268 if (!ParseStringVector(env, value, options.allowedOwners)) { in ParseSelectAccountsOptions()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_manager_service_module_test.cpp2569 options.allowedOwners = TEST_LABELS;