Searched refs:hasShortName (Results 1 – 11 of 11) sorted by relevance
360 if (!parcel.WriteBool(hasShortName)) { in Marshalling()384 if (!parcel.ReadBool(hasShortName)) { in ReadFromParcel()
55 bool hasShortName = true; member
53 bool hasShortName = false; member
444 return parcel.WriteStringVector(disallowedHapList) && parcel.WriteBool(hasShortName); in Marshalling()460 return parcel.ReadStringVector(&disallowedHapList) && parcel.ReadBool(hasShortName); in ReadFromParcel()
718 options.hasShortName = true;752 options.hasShortName = false;
108 …if (options.hasShortName && (shortNameSize == 0 || shortNameSize > Constants::SHORT_NAME_MAX_SIZE)… in CreateOsAccount()163 if (options.hasShortName && ((options.shortName.size() > Constants::SHORT_NAME_MAX_SIZE) || in CreateOsAccountForDomain()
83 if (!data.WriteBool(options.hasShortName)) { in CreateOsAccount()88 if (options.hasShortName && !data.WriteString(shortName)) { in CreateOsAccount()
513 napi_has_named_property(env, argv[PARAMTWO], "shortName", &asyncContext->hasShortName); in ParseParaCreateOA()514 if (asyncContext->hasShortName && in ParseParaCreateOA()584 domainOptions.hasShortName = true; in ParseDomainOptionInfo()634 options.hasShortName = asyncContext->hasShortName; in CreateOAExecuteCB()
104 if (options.hasShortName) { in CreateOsAccount()233 if (options.hasShortName || (options.shortName != "")) { in CreateOsAccountForDomain()
607 bool hasShortName; in ProcCreateOsAccountWithShortName() local608 if (!data.ReadBool(hasShortName)) { in ProcCreateOsAccountWithShortName()614 if (hasShortName && !data.ReadString(shortName)) { in ProcCreateOsAccountWithShortName()
82 bool hasShortName = false; member