Lines Matching full:function

9 window.angular && (function(angular) {
13 function($http, $cookies, Constants, $q, DataService, $interval) {
21 validIPV4IP: function(ip) {
26 getRedfishSysName: function() {
33 function(response) {
37 function(error) {
41 getSystemLogs: function(recordType) {
54 function(response) {
56 angular.forEach(response.data['Members'], function(log) {
65 function(error) {
69 clearSystemLogs: function(selectedRecordType) {
82 deleteObject: function(path) {
89 .then(function(response) {
93 getHostState: function() {
102 function(response) {
107 function(error) {
113 getSNMPManagers: function() {
120 .then(function(response) {
124 pollHostStatusTillOn: function() {
126 var hostOnTimeout = setTimeout(function() {
137 ws.onopen = function() {
140 ws.onmessage = function(evt) {
155 pollHostStatusTilReboot: function() {
160 var setHostTimeout = function(message, timeout) {
161 hostTimeout = setTimeout(function() {
173 ws.onopen = function() {
180 ws.onmessage = function(evt) {
204 pollHostStatusTillOff: function() {
206 var hostOffTimeout = setTimeout(function() {
219 ws.onopen = function() {
222 ws.onmessage = function(evt) {
232 addSNMPManager: function(address, port) {
240 .then(function(response) {
244 setSNMPManagerPort: function(snmpManagerPath, port) {
251 .then(function(response) {
255 setSNMPManagerAddress: function(snmpManagerPath, address) {
263 .then(function(response) {
267 getNetworkInfo: function() {
276 function(response) {
283 function parseNetworkData(content) {
369 function(error) {
375 setMACAddress: function(interface_name, mac_address) {
384 .then(function(response) {
388 setDefaultGateway: function(defaultGateway) {
396 .then(function(response) {
400 setDHCPEnabled: function(interfaceName, dhcpEnabled) {
409 .then(function(response) {
413 setNameservers: function(interfaceName, dnsServers) {
422 .then(function(response) {
426 deleteIPV4: function(interfaceName, networkID) {
435 .then(function(response) {
439 addIPV4: function(
454 .then(function(response) {
458 getLEDState: function() {
467 function(response) {
472 function(error) {
478 login: function(username, password, callback) {
486 function(response) {
491 function(error) {
502 logout: function(callback) {
510 function(response) {
515 function(error) {
522 getAccountServiceRoles: function() {
531 .then(function(response) {
533 angular.forEach(members, function(member) {
539 getAllUserAccounts: function() {
549 function(response) {
551 angular.forEach(members, function(member) {
557 }).then(function(res) {
563 function(results) {
566 function(errors) {
570 function(error) {
577 getAllUserAccountProperties: function() {
583 .then(function(response) {
588 saveUserAccountProperties: function(lockoutduration, lockoutthreshold) {
605 saveLdapProperties: function(properties) {
613 createUser: function(user, passwd, role, enabled) {
627 updateUser: function(user, newUser, passwd, role, enabled, locked) {
652 deleteUser: function(user) {
660 chassisPowerOff: function() {
671 function(response) {
676 function(error) {
682 setLEDState: function(state) {
691 getBootOptions: function() {
697 .then(function(response) {
701 saveBootSettings: function(data) {
709 getTPMStatus: function() {
716 .then(function(response) {
720 saveTPMEnable: function(data) {
730 bmcReboot: function() {
740 getLastRebootTime: function() {
747 .then(function(response) {
751 hostPowerOn: function() {
762 function(response) {
767 function(error) {
773 hostPowerOff: function() {
784 function(response) {
789 function(error) {
795 hostReboot: function() {
806 function(response) {
811 function(error) {
818 getLastPowerTime: function() {
825 .then(function(response) {
829 getLogs: function() {
838 function(response) {
866 content.data[key].Associations.forEach(function(
903 function(error) {
910 getAllSensorStatus: function(callback) {
918 function(response) {
929 function getSensorStatus(reading) {
994 .map(function(item) {
1000 .reduce(function(prev, el) {
1043 sensorData.sort(function(a, b) {
1050 function(error) {
1054 getActivation: function(imageId) {
1062 .then(function(response) {
1066 getFirmwares: function() {
1075 function(response) {
1086 function getFormatedExtendedVersions(extendedVersion) {
1090 extendedVersion.forEach(function(item) {
1177 function(error) {
1184 changePriority: function(imageId, priority) {
1193 .then(function(response) {
1197 deleteImage: function(imageId) {
1206 .then(function(response) {
1210 activateImage: function(imageId) {
1220 .then(function(response) {
1224 uploadImage: function(file) {
1234 .then(function(response) {
1238 downloadImage: function(host, filename) {
1247 .then(function(response) {
1251 getServerInfo: function() {
1261 .then(function(response) {
1265 getBMCTime: function() {
1271 .then(function(response) {
1275 getTime: function() {
1282 .then(function(response) {
1291 getNTPServers: function() {
1298 .then(function(response) {
1302 setNTPServers: function(ntpServers) {
1310 .then(function(response) {
1314 setTimeMode: function(timeMode) {
1322 .then(function(response) {
1326 setTimeOwner: function(timeOwner) {
1334 .then(function(response) {
1338 setBMCTime: function(time) {
1346 .then(function(response) {
1350 setHostTime: function(time) {
1358 .then(function(response) {
1362 getCertificateLocations: function() {
1369 .then(function(response) {
1373 getCertificate: function(location) {
1379 .then(function(response) {
1383 addNewCertificate: function(file, type) {
1391 .then(function(response) {
1395 createCSRCertificate: function(data) {
1403 .then(function(response) {
1407 replaceCertificate: function(data) {
1415 .then(function(response) {
1419 deleteRedfishObject: function(objectPath) {
1425 .then(function(response) {
1429 getHardwares: function(callback) {
1435 }).then(function(response) {
1447 function isSubComponent(key) {
1458 function titlelize(title) {
1471 function camelcaseToLabel(obj) {
1487 function determineParent(key) {
1493 function getSearchText(data) {
1575 hardwareData[componentIndex].sub_components.sort(function(
1588 hardwareData.sort(function(a, b) {
1616 deleteLogs: function(logs) {
1620 function finished() {
1624 logs.forEach(function(item) {
1639 resolveLogs: function(logs) {
1642 logs.forEach(function(item) {
1713 getPowerConsumption: function() {
1721 function(response) {
1728 function(error) {
1736 getPowerCap: function() {
1743 .then(function(response) {
1747 setPowerCapEnable: function(powerCapEnable) {
1755 .then(function(response) {
1759 setPowerCap: function(powerCap) {
1767 .then(function(response) {
1771 setHostname: function(hostname) {
1779 .then(function(response) {