Home
last modified time | relevance | path

Searched defs:componentPtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.h30 T *componentPtr = new (std::nothrow)T(); in ConstructComponent() local
32 delete componentPtr; in ConstructComponent() local
H A Dsec_comp_manager.cpp350 SecCompBase* componentPtr = SecCompInfoHelper::ParseComponent(type, jsonComponent); in RegisterSecurityComponent() local