Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/include/
H A Dsec_comp_enhance_adapter.h84 virtual bool EnhanceDataPreprocess(const uintptr_t caller, std::string& componentInfo) = 0;
85 …virtual bool EnhanceDataPreprocess(const uintptr_t caller, int32_t scId, std::string& componentInf…
115 static bool EnhanceDataPreprocess(std::string& componentInfo);
116 static bool EnhanceDataPreprocess(int32_t scId, std::string& componentInfo);
/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() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
145 return clientHandler->EnhanceDataPreprocess(enhanceCallerAddr, componentInfo); in EnhanceDataPreprocess()
150 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
158 return clientHandler->EnhanceDataPreprocess(enhanceCallerAddr, scId, componentInfo); in EnhanceDataPreprocess()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/src/
H A Dsec_comp_kit.cpp49 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(componentInfo)) { in RegisterSecurityComponent()
78 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo)) { in UpdateSecurityComponent()
132 if (!SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo)) { in ReportSecurityComponentClickEvent()
/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() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
65 bool SecCompEnhanceAdapter::EnhanceDataPreprocess(int32_t scId, std::string& componentInfo) in EnhanceDataPreprocess() function in OHOS::Security::SecurityComponent::SecCompEnhanceAdapter
/ohos5.0/base/security/security_component_manager/frameworks/enhance_adapter/test/unittest/src/
H A Dsec_comp_enhance_adapter_test.cpp82 SecCompEnhanceAdapter::EnhanceDataPreprocess(1, componentInfo);