Searched refs:deviceRoot (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/security/src/ |
H A D | hdf_security.c | 207 const struct DeviceResourceNode *deviceRoot = driverRoot->child; in HdfRegisterAllDevSecId() local 208 while (deviceRoot != NULL) { in HdfRegisterAllDevSecId() 209 int32_t permNums = HcsGetElemNum(deviceRoot, HDF_SEC_PERM_ELEM_NAME); in HdfRegisterAllDevSecId() 210 HDF_LOGD("name is %{public}s, permNums is %{public}d", deviceRoot->name, permNums); in HdfRegisterAllDevSecId() 212 HcsGetStringArrayElem(deviceRoot, HDF_SEC_PERM_ELEM_NAME, i, &permStr, NULL); in HdfRegisterAllDevSecId() 215 deviceRoot = deviceRoot->sibling; in HdfRegisterAllDevSecId()
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/common/ |
H A D | file_extension_info_napi.cpp | 241 for (auto deviceRoot : DEVICE_ROOTS) { in InitDeviceRoots() local 243 napi_create_string_utf8(env, deviceRoot.c_str(), NAPI_AUTO_LENGTH, &deviceRootRet); in InitDeviceRoots()
|