Home
last modified time | relevance | path

Searched refs:HcsGetElemNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Ddevice_resource_if.c31 instance->GetElemNum = HcsGetElemNum; in HcsIfaceConstruct()
H A Dhcs_tree_if.c325 int32_t HcsGetElemNum(const struct DeviceResourceNode *node, const char *attrName) in HcsGetElemNum() function
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhcs_tree_if.h48 int32_t HcsGetElemNum(const struct DeviceResourceNode *node, const char *attrName);
/ohos5.0/drivers/hdf_core/adapter/uhdf2/security/src/
H A Dhdf_security.c209 int32_t permNums = HcsGetElemNum(deviceRoot, HDF_SEC_PERM_ELEM_NAME); in HdfRegisterAllDevSecId()