Home
last modified time | relevance | path

Searched refs:PASTE_COMPONENT (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dpaste_button.cpp39 return (type_ == PASTE_COMPONENT); in IsCorrespondenceType()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h34 PASTE_COMPONENT, enumerator
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp58 case PASTE_COMPONENT: in ParseComponent()
256 case PASTE_COMPONENT: in GrantTempPermission()
H A Dsec_comp_perm_manager.cpp143 case PASTE_COMPONENT: in VerifyPermission()
H A Dsec_comp_manager.cpp558 … bool pastePerm = SecCompPermManager::GetInstance().VerifyPermission(tokenId, PASTE_COMPONENT); in DumpSecComp()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp63 case PASTE_COMPONENT: in GenerateRandomCompoStr()
160 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in ConstructPasteJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h50 PASTE_COMPONENT, enumerator
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_perm_manager_test.cpp167 ASSERT_FALSE(permMgr.VerifyPermission(id, PASTE_COMPONENT));
H A Dsec_comp_entity_test.cpp83 entity_->componentInfo_->type_ = PASTE_COMPONENT;
H A Dservice_test_common.cpp134 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in BuildPasteComponentJson()
H A Dsec_comp_info_helper_test.cpp108 ASSERT_EQ(nullptr, SecCompInfoHelper::ParseComponent(PASTE_COMPONENT, jsonComponent));
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dpaste_button_test.cpp133 comp1.type_ = PASTE_COMPONENT;
H A Dsave_button_test.cpp131 comp1.type_ = PASTE_COMPONENT;
H A Dtest_common.cpp134 jsonComponent[JsonTagConstants::JSON_SC_TYPE] = PASTE_COMPONENT; in BuildPasteComponentInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp743 buttonInfo.type_ = SecCompType::PASTE_COMPONENT; in InitButtonInfo()
744 scType = SecCompType::PASTE_COMPONENT; in InitButtonInfo()