Home
last modified time | relevance | path

Searched refs:EnhanceDataPreprocess (Results 1 – 5 of 5) sorted by relevance

/base/security/security_component_manager/frameworks/enhance_adapter/include/
Dsec_comp_enhance_adapter.h80 virtual bool EnhanceDataPreprocess(const uintptr_t caller, std::string& componentInfo) = 0;
81 …virtual bool EnhanceDataPreprocess(const uintptr_t caller, int32_t scId, std::string& componentInf…
106 static bool EnhanceDataPreprocess(std::string& componentInfo);
107 static bool EnhanceDataPreprocess(int32_t scId, std::string& componentInfo);
/base/security/security_component_manager/frameworks/enhance_adapter/src/
Dsec_comp_enhance_adapter.cpp118 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
126 return clientHandler->EnhanceDataPreprocess(enhanceCallerAddr, componentInfo); in EnhanceDataPreprocess()
131 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
139 return clientHandler->EnhanceDataPreprocess(enhanceCallerAddr, scId, componentInfo); in EnhanceDataPreprocess()
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
Dsec_comp_enhance_adapter.cpp59 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
65 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
/base/security/security_component_manager/interfaces/inner_api/security_component/src/
Dsec_comp_kit.cpp43 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(componentInfo)) { in RegisterSecurityComponent()
71 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo)) { in UpdateSecurityComponent()
109 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo)) { in ReportSecurityComponentClickEvent()
/base/security/security_component_manager/interfaces/inner_api/enhance_kits/test/unittest/src/
Dsec_comp_enhance_test.cpp160 SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo);
204 ASSERT_TRUE(SecCompEnhanceAdapter::EnhanceDataPreprocess(componentInfo));
205 ASSERT_TRUE(SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo));