Searched refs:PASTE_COMPONENT (Results 1 – 15 of 15) sorted by relevance
39 return (type_ == PASTE_COMPONENT); in IsCorrespondenceType()
34 PASTE_COMPONENT, enumerator
58 case PASTE_COMPONENT: in ParseComponent()256 case PASTE_COMPONENT: in GrantTempPermission()
143 case PASTE_COMPONENT: in VerifyPermission()
558 … bool pastePerm = SecCompPermManager::GetInstance().VerifyPermission(tokenId, PASTE_COMPONENT); in DumpSecComp()
63 case PASTE_COMPONENT: in GenerateRandomCompoStr()160 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in ConstructPasteJson()
50 PASTE_COMPONENT, enumerator
167 ASSERT_FALSE(permMgr.VerifyPermission(id, PASTE_COMPONENT));
83 entity_->componentInfo_->type_ = PASTE_COMPONENT;
134 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in BuildPasteComponentJson()
108 ASSERT_EQ(nullptr, SecCompInfoHelper::ParseComponent(PASTE_COMPONENT, jsonComponent));
133 comp1.type_ = PASTE_COMPONENT;
131 comp1.type_ = PASTE_COMPONENT;
134 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in BuildPasteComponentInfo()
743 buttonInfo.type_ = SecCompType::PASTE_COMPONENT; in InitButtonInfo()744 scType = SecCompType::PASTE_COMPONENT; in InitButtonInfo()