Home
last modified time | relevance | path

Searched refs:hasOwners (Results 1 - 9 of 9) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp67 option1.hasOwners = true; in HWTEST_F()
77 EXPECT_EQ(option2->hasOwners, true); in HWTEST_F()
202 option1.hasOwners = true; in HWTEST_F()
/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()
/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H A Dselectaccountsbyoptionsstub_fuzzer.cpp47 options.hasOwners = fuzzData.GenerateRandomBool(); in SelectAccountsByOptionsStubFuzzTest()
/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()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h41 bool hasOwners = false; member
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp454 options.hasOwners = true; in ParseContextForSelectAccount()
456 options.hasOwners = false; in ParseContextForSelectAccount()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp977 if ((!options.hasAccounts) && (!options.hasOwners) && (!options.hasLabels)) { in SelectAccountsByOptions()
995 if (options.hasOwners && allowedOwners.count(owner) == 0) { in SelectAccountsByOptions()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1038 if (!ParseOptionalStringVectorByKey(env, object, "allowedOwners", options.hasOwners, options.allowedOwners)) { in ParseSelectAccountsOptions()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp2424 options.hasOwners = false; in HWTEST_F()

Completed in 17 milliseconds