Searched refs:hasAuthType (Results 1 – 5 of 5) sorted by relevance
136 option1.hasAuthType = true;145 EXPECT_EQ(option2->hasAuthType, true);
208 …return parcel.WriteBool(hasAuthType) && parcel.WriteBool(hasRequiredLabels) && parcel.WriteString(… in Marshalling()225 …bool result = parcel.ReadBool(hasAuthType) && parcel.ReadBool(hasRequiredLabels) && parcel.ReadStr… in ReadFromParcel()
76 bool hasAuthType = false; member
368 bool hasAuthType; in ParseGetAuthInfoOptions() local369 if (!GetOptionalNumberPropertyByKey(env, jsOptions, "authType", authType, hasAuthType)) { in ParseGetAuthInfoOptions()
445 if (param->createOptions.hasAuthType) { in CreateAccountImplicitlyWork()