Searched refs:allowedOwners (Results 1 – 10 of 10) sorted by relevance
59 options.allowedOwners.emplace_back(testValue); in SelectAccountsByOptionsFuzzTest()
62 option1.allowedOwners.emplace_back("test1");72 EXPECT_EQ(option2->allowedOwners[0], "test1");
1930 options.allowedOwners.emplace_back(testOwner);1934 options.allowedOwners.emplace_back("test_owner_oversize");1939 options.allowedOwners.clear();
42 return parcel.WriteStringVector(allowedOwners) && parcel.WriteStringVector(requiredLabels); in Marshalling()77 return parcel.ReadStringVector(&allowedOwners) && parcel.ReadStringVector(&requiredLabels); in ReadFromParcel()
415 …options.allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"); in SelectAccountsByOptions()
47 std::vector<std::string> allowedOwners; member
721 std::set<std::string> allowedOwners(options.allowedOwners.begin(), options.allowedOwners.end()); in SelectAccountsByOptions() local731 if (options.hasOwners && allowedOwners.count(owner) == 0) { in SelectAccountsByOptions()
888 …options->allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"… in ProcSelectAccountsByOptions()
1268 if (!ParseStringVector(env, value, options.allowedOwners)) { in ParseSelectAccountsOptions()
2569 options.allowedOwners = TEST_LABELS;