Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp68 option1.hasLabels = true; in HWTEST_F()
78 EXPECT_EQ(option2->hasLabels, true); in HWTEST_F()
203 option1.hasLabels = true; in HWTEST_F()
/base/account/os_account/test/fuzztest/appaccount/selectaccountsbyoptions_fuzzer/
H A Dselectaccountsbyoptions_fuzzer.cpp61 options.hasLabels = (size % CONSTANTS_NUMBER_TWO) == 0 ? true : false; in SelectAccountsByOptionsFuzzTest()
/base/account/os_account/test/fuzztest/appaccount_stub/selectaccountsbyoptionsstub_fuzzer/
H A Dselectaccountsbyoptionsstub_fuzzer.cpp48 options.hasLabels = 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.h42 bool hasLabels = false; member
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_impl.cpp459 options.hasLabels = true; in ParseContextForSelectAccount()
461 options.hasLabels = false; in ParseContextForSelectAccount()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp140 bool hasLabels = data->result.GetBoolParam(Constants::KEY_BOOLEAN_RESULT, false); in CheckAccountLabelsOnResultWork() local
141 napi_get_boolean(data->context.env, hasLabels, &checkResult[PARAMONE]); in CheckAccountLabelsOnResultWork()
1041 if (!ParseOptionalStringVectorByKey(env, object, "requiredLabels", options.hasLabels, options.requiredLabels)) { in ParseSelectAccountsOptions()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp977 if ((!options.hasAccounts) && (!options.hasOwners) && (!options.hasLabels)) { in SelectAccountsByOptions()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp2425 options.hasLabels = false; in HWTEST_F()

Completed in 13 milliseconds