Searched refs:halAreaConfigs (Results 1 – 3 of 3) sorted by relevance
137 HalAreaConfig[] halAreaConfigs = getAreaConfigs(); in toCarPropertyConfig() local140 if (halAreaConfigs.length == 0) { in toCarPropertyConfig()148 for (HalAreaConfig halAreaConfig : halAreaConfigs) { in toCarPropertyConfig()
892 HalAreaConfig[] halAreaConfigs = config.getAreaConfigs(); in unsubscribeProperty() local895 if (halAreaConfigs.length == 0) { in unsubscribeProperty()902 for (int i = 0; i < halAreaConfigs.length; i++) { in unsubscribeProperty()903 if (!isPropIdAreaIdReadable(config, halAreaConfigs[i].getAccess())) { in unsubscribeProperty()907 halAreaConfigs[i].getAreaId()) in unsubscribeProperty()912 halAreaConfigs[i].getAreaId()); in unsubscribeProperty()
330 HalAreaConfig[] halAreaConfigs = halPropConfig.getAreaConfigs(); in getAccess() local331 for (int i = 0; i < halAreaConfigs.length; i++) { in getAccess()332 if (halAreaConfigs[i].getAreaId() != areaId) { in getAccess()335 int areaAccess = halAreaConfigs[i].getAccess(); in getAccess()