Searched refs:EnhanceDataPreprocess (Results 1 – 5 of 5) sorted by relevance
| /base/security/security_component_manager/frameworks/enhance_adapter/include/ |
| D | sec_comp_enhance_adapter.h | 80 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/ |
| D | sec_comp_enhance_adapter.cpp | 118 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/ |
| D | sec_comp_enhance_adapter.cpp | 59 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/ |
| D | sec_comp_kit.cpp | 43 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/ |
| D | sec_comp_enhance_test.cpp | 160 SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo); 204 ASSERT_TRUE(SecCompEnhanceAdapter::EnhanceDataPreprocess(componentInfo)); 205 ASSERT_TRUE(SecCompEnhanceAdapter::EnhanceDataPreprocess(scId, componentInfo));
|