Searched refs:locationIndicatorActive (Results 1 – 6 of 6) sorted by relevance
13 v-model="systems.locationIndicatorActive"18 <span v-if="systems.locationIndicatorActive">
32 <template #cell(locationIndicatorActive)="{ item }">35 v-model="item.locationIndicatorActive"40 <span v-if="item.locationIndicatorActive">194 key: 'locationIndicatorActive',
23 v-model="systems.locationIndicatorActive"28 <span v-if="systems.locationIndicatorActive">
751 std::optional<bool> locationIndicatorActive; in handleChassisPatch() local762 "LocationIndicatorActive", locationIndicatorActive // in handleChassisPatch()769 if (!locationIndicatorActive && !indicatorLed) in handleChassisPatch()784 [asyncResp, chassisId, locationIndicatorActive, in handleChassisPatch()834 if (locationIndicatorActive) in handleChassisPatch()839 asyncResp, *locationIndicatorActive); in handleChassisPatch()
3175 std::optional<bool> locationIndicatorActive; in handleComputerSystemPatch() local3213 "LocationIndicatorActive", locationIndicatorActive, // in handleComputerSystemPatch()3258 if (locationIndicatorActive) in handleComputerSystemPatch()3260 setSystemLocationIndicatorActive(asyncResp, *locationIndicatorActive); in handleComputerSystemPatch()
22 system.locationIndicatorActive = data.LocationIndicatorActive;