Searched refs:UNKNOWN_SC_TYPE (Results 1 – 10 of 10) sorted by relevance
32 UNKNOWN_SC_TYPE = 0, enumerator97 SecCompType type_ = UNKNOWN_SC_TYPE;
48 UNKNOWN_SC_TYPE = 0, enumerator67 return (type > UNKNOWN_SC_TYPE && type < MAX_SC_TYPE); in IsComponentTypeValid()
124 SecCompType type_ = UNKNOWN_SC_TYPE;
38 return UNKNOWN_SC_TYPE; in GetType()
66 if (type <= UNKNOWN_SC_TYPE || type >= MAX_SC_TYPE) { in RegisterSecurityComponentInner()
105 ASSERT_EQ(nullptr, SecCompInfoHelper::ParseComponent(UNKNOWN_SC_TYPE, jsonComponent));126 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = UNKNOWN_SC_TYPE;550 comp->type_ = SecCompType::UNKNOWN_SC_TYPE;
73 entity_->componentInfo_->type_ = UNKNOWN_SC_TYPE;
92 data.WriteUint32(UNKNOWN_SC_TYPE);
476 jsonVaild[JsonTagConstants::JSON_SC_TYPE] = UNKNOWN_SC_TYPE;
256 if ((value <= static_cast<int32_t>(SecCompType::UNKNOWN_SC_TYPE)) || in FromJson()