Home
last modified time | relevance | path

Searched refs:IsComponentTypeValid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_info.h65 inline bool IsComponentTypeValid(int32_t type) in IsComponentTypeValid() function
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_info_helper.cpp210 if ((comp == nullptr) || !IsComponentTypeValid(comp->type_)) { in CheckComponentValid()