Searched refs:hasAuthType (Results 1 – 5 of 5) sorted by relevance
129 option1.hasAuthType = true;138 EXPECT_EQ(option2->hasAuthType, true);
200 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()217 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
79 bool hasAuthType = false; member
365 if (param->createOptions.hasAuthType) { in CreateAccountImplicitlyWork()
1583 napi_has_named_property(env, object, "authType", &options.hasAuthType); in ParseCreateAccountImplicitlyOptions()1584 if (options.hasAuthType) { in ParseCreateAccountImplicitlyOptions()