Home
last modified time | relevance | path

Searched refs:hasRequiredLabels (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp137 option1.hasRequiredLabels = true; in HWTEST_F()
146 EXPECT_EQ(option2->hasRequiredLabels, true); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp208 return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(authType) && in Marshalling()
225 bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadString(authType) && in ReadFromParcel()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h77 bool hasRequiredLabels = false; member
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1374 napi_has_named_property(env, object, "requiredLabels", &options.hasRequiredLabels); in ParseCreateAccountImplicitlyOptions()
1375 if (options.hasRequiredLabels) { in ParseCreateAccountImplicitlyOptions()
1380 options.hasRequiredLabels = false; in ParseCreateAccountImplicitlyOptions()
H A Dnapi_app_account_authenticator.cpp446 if (param->createOptions.hasRequiredLabels) { in CreateAccountImplicitlyWork()

Completed in 6 milliseconds