Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_common_test.cpp129 option1.hasAuthType = true;
138 EXPECT_EQ(option2->hasAuthType, true);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_common.cpp200 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()
217 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h79 bool hasAuthType = false; member
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_authenticator.cpp365 if (param->createOptions.hasAuthType) { in CreateAccountImplicitlyWork()
Dnapi_app_account_common.cpp1583 napi_has_named_property(env, object, "authType", &options.hasAuthType); in ParseCreateAccountImplicitlyOptions()
1584 if (options.hasAuthType) { in ParseCreateAccountImplicitlyOptions()