Home
last modified time | relevance | path

Searched refs:hasOwners (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp67 option1.hasOwners = true;
77 EXPECT_EQ(option2->hasOwners, true);
202 option1.hasOwners = true;
/ohos5.0/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp60 options.hasOwners = (size % CONSTANTS_NUMBER_TWO) == 0 ? true : false; in SelectAccountsByOptionsFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp30 …if (!parcel.WriteBool(hasAccounts) || !parcel.WriteBool(hasOwners) || !parcel.WriteBool(hasLabels)… in Marshalling()
58 … if (!parcel.ReadBool(hasAccounts) || !parcel.ReadBool(hasOwners) || !parcel.ReadBool(hasLabels)) { in ReadFromParcel()
/ohos5.0/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H A Dselectaccountsbyoptionsstub_fuzzer.cpp47 options.hasOwners = fuzzData.GenerateRandomBool(); in SelectAccountsByOptionsStubFuzzTest()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h41 bool hasOwners = false; member
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp976 if ((!options.hasAccounts) && (!options.hasOwners) && (!options.hasLabels)) { in SelectAccountsByOptions()
994 if (options.hasOwners && allowedOwners.count(owner) == 0) { in SelectAccountsByOptions()
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1038 …if (!ParseOptionalStringVectorByKey(env, object, "allowedOwners", options.hasOwners, options.allow… in ParseSelectAccountsOptions()
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp2421 options.hasOwners = false;