Home
last modified time | relevance | path

Searched defs:componentInfo (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp34 std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
63 int32_t SecCompKit::UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
105 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
H A Dsec_comp_client.cpp52 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
63 int32_t SecCompClient::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
86 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
H A Dsec_comp_proxy.cpp37 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
97 int32_t SecCompProxy::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
233 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_service.cpp171 int32_t SecCompService::ParseParams(const std::string& componentInfo, in ParseParams()
188 const std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
227 int32_t SecCompService::UpdateSecurityComponent(int32_t scId, const std::string& componentInfo) in UpdateSecurityComponent()
248 const std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
H A Dsec_comp_stub.cpp71 std::string componentInfo; in RegisterSecurityComponentInner() local
116 std::string componentInfo; in UpdateSecurityComponentInner() local
200 std::string componentInfo; in ReportSecurityComponentClickEventInner() local
H A Dsec_comp_info_helper.cpp230 const std::shared_ptr<SecCompBase>& componentInfo) in GrantTempPermission()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_kit.h67 …static int32_t RegisterSecurityComponent(SecCompType type, std::string& componentInfo, int32_t& sc… in RegisterSecurityComponent()
73 static int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
89 std::string& componentInfo, const SecCompClickEvent& clickInfo, in ReportSecurityComponentClickEvent()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/updatesecuritycomponent_fuzzer/
H A Dupdatesecuritycomponent_fuzzer.cpp35 std::string componentInfo = generator.GenerateRandomCompoStr(generator.GetScType()); in UpdateSecurityComponentFuzzTest() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/registersecuritycomponent_fuzzer/
H A Dregistersecuritycomponent_fuzzer.cpp35 std::string componentInfo = generator.GenerateRandomCompoStr(type); in RegisterSecurityComponentFuzzTest() local
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
H A Dreportsecuritycomponentclickevent_fuzzer.cpp37 std::string componentInfo = generator.GenerateRandomCompoStr(generator.GetScType()); in ReportSecurityComponentClickEventFuzzTest() local
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/
H A Dsec_comp_enhance_adapter_test.cpp81 std::string componentInfo; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dsec_comp_register_callback_test.cpp44 int32_t GetComponentInfo(int32_t nodeId, std::string& componentInfo) override in GetComponentInfo()
56 SecCompType type, std::string& componentInfo, int32_t& scId) in RegisterSecurityComponent()
63 int32_t scId, std::string& componentInfo, in ReportSecurityComponentClickEvent()
71 …__attribute__((noinline)) int32_t UpdateSecurityComponent(int32_t scId, std::string& componentInfo) in UpdateSecurityComponent()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp59 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess()
65 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_service_test.cpp359 const std::string componentInfo; variable
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/src/
H A Dsec_comp_enhance_adapter.cpp137 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess()
150 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp725 bool SecurityComponentHandler::InitButtonInfo(std::string& componentInfo, RefPtr<FrameNode>& node, … in InitButtonInfo()
767 std::string componentInfo; in RegisterSecurityComponent() local
779 std::string componentInfo; in UpdateSecurityComponent() local
946 std::string componentInfo; in ReportSecurityComponentClickEventInner() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1958 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local
1971 std::string componentInfo = componentInfoJson.dump(); in GetConnectComponentList() local
1993 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local
2006 std::string componentInfo = componentInfoJson.dump(); in GetCallComponentList() local
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp806 const auto componentInfo = entityInfo->second.find(component); in MarkComponentSerialized() local