Home
last modified time | relevance | path

Searched refs:imageId (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A Dfirmware-list.js16 $scope.activate = function(imageId, imageVersion, imageType) {
17 $scope.$parent.activateImage(imageId, imageVersion, imageType);
20 $scope.delete = function(imageId, imageVersion) {
21 $scope.$parent.deleteImage(imageId, imageVersion);
24 $scope.changePriority = function(imageId, imageVersion, from, to) {
25 $scope.$parent.changePriority(imageId, imageVersion, from, to);
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.js49 $scope.activateImage = function(imageId, imageVersion, imageType) { argument
50 $scope.activate_image_id = imageId;
56 function waitForActive(imageId) { argument
60 APIUtils.getActivation(imageId).then(
87 console.log('Time out activating image, ' + imageId);
272 $scope.changePriority = function(imageId, imageVersion, from, to) { argument
273 $scope.priority_image_id = imageId;
293 $scope.deleteImage = function(imageId, imageVersion) { argument
294 $scope.delete_image_id = imageId;
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js1054 getActivation: function(imageId) { argument
1058 '/xyz/openbmc_project/software/' + imageId +
1150 imageId: key.split('/').pop(), property in AnonymousClass1ea782bb8801
1184 changePriority: function(imageId, priority) { argument
1188 '/xyz/openbmc_project/software/' + imageId +
1197 deleteImage: function(imageId) { argument
1201 '/xyz/openbmc_project/software/' + imageId +
1210 activateImage: function(imageId) { argument
1214 '/xyz/openbmc_project/software/' + imageId +