Home
last modified time | relevance | path

Searched defs:SecCompInfo (Results 1 – 3 of 3) sorted by relevance

/base/security/security_component_manager/interfaces/inner_api/security_component/include/
Dsec_comp_info.h180 struct SecCompInfo { struct
181 int32_t scId;
182 std::string componentInfo;
183 SecCompClickEvent clickInfo;
/base/security/security_component_manager/test/fuzztest/security_component/innerkits/reportsecuritycomponentclickevent_fuzzer/
Dreportsecuritycomponentclickevent_fuzzer.cpp47 SecCompInfo SecCompInfo{ scId, componentInfo, clickInfo }; in ReportSecurityComponentClickEventFuzzTest() local
/base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/
Dsec_comp_kit_test.cpp45 SecCompInfo SecCompInfo{ scId, emptyStr, click }; in TestInCallerNotCheckList() local