Home
last modified time | relevance | path

Searched refs:SecCompType (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/registersecuritycomponent_fuzzer/
H A Dregistersecuritycomponent_fuzzer.cpp34 SecCompType type = static_cast<SecCompType>(generator.GetScType()) ; in RegisterSecurityComponentFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h31 enum SecCompType { enum
97 SecCompType type_ = UNKNOWN_SC_TYPE;
H A Dsec_comp_kit.h67 …static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& sc… in RegisterSecurityComponent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.h54 int32_t RegisterSecurityComponent(SecCompType type, const nlohmann::json& jsonComponent,
82 SecCompType type, const std::string& scene, int32_t res);
H A Dfirst_use_dialog.cpp295 SecCompType type = entity->GetType(); in StartDialogAbility()
344 SecCompType type = entity->GetType(); in SetFirstUseMap()
390 SecCompType type = entity->GetType(); in NotifyFirstUseDialog()
H A Dsec_comp_info_helper.h40 static SecCompBase* ParseComponent(SecCompType type, const nlohmann::json& jsonComponent);
H A Dsec_comp_entity.h35 SecCompType GetType() const in GetType()
H A Dsec_comp_info_helper.cpp51 SecCompBase* SecCompInfoHelper::ParseComponent(SecCompType type, const nlohmann::json& jsonComponen… in ParseComponent()
237 SecCompType type = componentInfo->type_; in GrantTempPermission()
H A Dsec_comp_service.h43 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
H A Dsec_comp_perm_manager.h38 bool VerifyPermission(AccessToken::AccessTokenID tokenId, SecCompType type);
H A Dsec_comp_manager.cpp299 SecCompType type, const std::string& scene, int32_t res) in SendCheckInfoEnhanceSysEvent()
341 int32_t SecCompManager::RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
485 SecCompType scType) in ReportEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp725 …ntHandler::InitButtonInfo(std::string& componentInfo, RefPtr<FrameNode>& node, SecCompType& scType) in InitButtonInfo()
734 buttonInfo.type_ = SecCompType::LOCATION_COMPONENT; in InitButtonInfo()
735 scType = SecCompType::LOCATION_COMPONENT; in InitButtonInfo()
743 buttonInfo.type_ = SecCompType::PASTE_COMPONENT; in InitButtonInfo()
744 scType = SecCompType::PASTE_COMPONENT; in InitButtonInfo()
752 buttonInfo.type_ = SecCompType::SAVE_COMPONENT; in InitButtonInfo()
753 scType = SecCompType::SAVE_COMPONENT; in InitButtonInfo()
768 SecCompType type; in RegisterSecurityComponent()
780 SecCompType type; in UpdateSecurityComponent()
947 SecCompType type; in ReportSecurityComponentClickEventInner()
H A Dsecurity_component_probe.cpp74 Security::SecurityComponent::SecCompType scType; in GetComponentInfo()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_kit.h29 …static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& sc…
H A Di_sec_comp_service.h33 virtual int32_t RegisterSecurityComponent(SecCompType type,
H A Dsec_comp_proxy.h29 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
H A Dsec_comp_client.h33 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
H A Dsec_comp_info.h47 enum SecCompType { enum
H A Dsec_comp_base.h124 SecCompType type_ = UNKNOWN_SC_TYPE;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_stub_mock_test.h30 int32_t RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
H A Dsec_comp_stub_test.h30 int32_t RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
H A Dsec_comp_perm_manager_test.cpp169 ASSERT_FALSE(permMgr.VerifyPermission(id, static_cast<SecCompType>(-1)));
/ohos5.0/base/security/security_component_manager/
H A DREADME_zh.md49 | int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& sc…
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp256 if ((value <= static_cast<int32_t>(SecCompType::UNKNOWN_SC_TYPE)) || in FromJson()
257 (value >= static_cast<int32_t>(SecCompType::MAX_SC_TYPE))) { in FromJson()
261 type_ = static_cast<SecCompType>(value); in FromJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp33 int32_t SecCompKit::RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()

12