/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/registersecuritycomponent_fuzzer/ |
H A D | registersecuritycomponent_fuzzer.cpp | 34 SecCompType type = static_cast<SecCompType>(generator.GetScType()) ; in RegisterSecurityComponentFuzzTest()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/ |
H A D | sec_comp_base_mock.h | 31 enum SecCompType { enum 97 SecCompType type_ = UNKNOWN_SC_TYPE;
|
H A D | sec_comp_kit.h | 67 …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 D | sec_comp_manager.h | 54 int32_t RegisterSecurityComponent(SecCompType type, const nlohmann::json& jsonComponent, 82 SecCompType type, const std::string& scene, int32_t res);
|
H A D | first_use_dialog.cpp | 295 SecCompType type = entity->GetType(); in StartDialogAbility() 344 SecCompType type = entity->GetType(); in SetFirstUseMap() 390 SecCompType type = entity->GetType(); in NotifyFirstUseDialog()
|
H A D | sec_comp_info_helper.h | 40 static SecCompBase* ParseComponent(SecCompType type, const nlohmann::json& jsonComponent);
|
H A D | sec_comp_entity.h | 35 SecCompType GetType() const in GetType()
|
H A D | sec_comp_info_helper.cpp | 51 SecCompBase* SecCompInfoHelper::ParseComponent(SecCompType type, const nlohmann::json& jsonComponen… in ParseComponent() 237 SecCompType type = componentInfo->type_; in GrantTempPermission()
|
H A D | sec_comp_service.h | 43 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
|
H A D | sec_comp_perm_manager.h | 38 bool VerifyPermission(AccessToken::AccessTokenID tokenId, SecCompType type);
|
H A D | sec_comp_manager.cpp | 299 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 D | security_component_handler.cpp | 725 …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 D | security_component_probe.cpp | 74 Security::SecurityComponent::SecCompType scType; in GetComponentInfo()
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_kit.h | 29 …static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& sc…
|
H A D | i_sec_comp_service.h | 33 virtual int32_t RegisterSecurityComponent(SecCompType type,
|
H A D | sec_comp_proxy.h | 29 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
|
H A D | sec_comp_client.h | 33 …int32_t RegisterSecurityComponent(SecCompType type, const std::string& componentInfo, int32_t& scI…
|
H A D | sec_comp_info.h | 47 enum SecCompType { enum
|
H A D | sec_comp_base.h | 124 SecCompType type_ = UNKNOWN_SC_TYPE;
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_stub_mock_test.h | 30 int32_t RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
|
H A D | sec_comp_stub_test.h | 30 int32_t RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
|
H A D | sec_comp_perm_manager_test.cpp | 169 ASSERT_FALSE(permMgr.VerifyPermission(id, static_cast<SecCompType>(-1)));
|
/ohos5.0/base/security/security_component_manager/ |
H A D | README_zh.md | 49 | 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 D | sec_comp_base.cpp | 256 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 D | sec_comp_kit.cpp | 33 int32_t SecCompKit::RegisterSecurityComponent(SecCompType type, in RegisterSecurityComponent()
|