Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp137 option1.hasRequiredLabels = true;
146 EXPECT_EQ(option2->hasRequiredLabels, true);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_common.cpp208 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()
225 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_common.h77 bool hasRequiredLabels = false; member
/ohos5.0/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.cpp450 if (param->createOptions.hasRequiredLabels) { in CreateAccountImplicitlyWork()