Searched refs:SendCheckInfoEnhanceSysEvent (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | sec_comp_manager_test.cpp | 656 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 694 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 696 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 698 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 700 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 702 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res); 704 … SecCompManager::GetInstance().SendCheckInfoEnhanceSysEvent(scId, LOCATION_COMPONENT, scene, res);
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | sec_comp_manager.cpp | 298 void SecCompManager::SendCheckInfoEnhanceSysEvent(int32_t scId, in SendCheckInfoEnhanceSysEvent() function in OHOS::Security::SecurityComponent::SecCompManager 367 SendCheckInfoEnhanceSysEvent(INVALID_SC_ID, type, "REGISTER", enhanceRes); in RegisterSecurityComponent() 419 SendCheckInfoEnhanceSysEvent(scId, sc->GetType(), "UPDATE", enhanceRes); in UpdateSecurityComponent() 474 SendCheckInfoEnhanceSysEvent(scId, sc->GetType(), "CLICK", enhanceRes); in CheckClickSecurityComponentInfo()
|
H A D | sec_comp_manager.h | 81 void SendCheckInfoEnhanceSysEvent(int32_t scId,
|