Home
last modified time | relevance | path

Searched refs:reject (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dnetwork-controller.js177 return $q.reject();
187 return $q.reject();
197 return $q.reject();
209 return $q.reject();
221 return $q.reject();
232 return $q.reject();
248 return $q.reject();
271 return $q.reject();
276 return $q.reject();
H A Dfirmware-controller.js73 deferred.reject(error);
80 deferred.reject(error);
88 deferred.reject(
211 deferred.reject(
226 deferred.reject(error);
/openbmc/webui-vue/src/store/
H A Dapi.js109 (error) => Promise.reject(error),
120 if (!status) return Promise.reject(error);
142 return Promise.reject(error);
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js84 return $q.reject();
94 return $q.reject();
/openbmc/webui-vue/src/store/modules/Settings/
H A DDateTimeStore.js70 return await new Promise((resolve, reject) => {
75 .catch(() => reject());
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dinternal_recipient1 root@ permit_mynetworks,reject
/openbmc/qemu/qapi/
H A Dcompat.json17 # @reject: Reject with an error
24 'data': [ 'accept', 'reject', 'crash' ] }
/openbmc/qemu/tests/qapi-schema/
H A Dmissing-type.json1 # we reject an expression with missing metatype
H A Dreturns-dict.json1 # we reject inline struct return type
H A Ddouble-type.json1 # we reject an expression with ambiguous metatype
H A Dbase-cycle-direct.json1 # we reject a loop in base classes
H A Dcommand-int.json1 # we reject collisions between commands and types
H A Denum-bad-member.json1 # we reject any enum member that is not a string
H A Dbad-type-dict.json1 # we reject an expression with a metatype that is not a string
H A Dredefined-predefined.json1 # we reject types that clash with predefined types
H A Dbad-type-bool.json1 # we reject an expression with a metatype that is not a string
H A Dbad-ident.json1 # we reject creating a type name with bad name
H A Dreturns-unknown.json1 # we reject returns if it does not contain a known type
H A Dargs-unknown.json1 # we reject data if it does not contain a known type
H A Dargs-int.json1 # we reject commands where data is not an array or complex type
H A Dredefined-event.json1 # we reject duplicate events
H A Dredefined-type.json1 # we reject types defined more than once
H A Dalternate-unknown.json1 # we reject an alternate with unknown type in branch
H A Dargs-member-unknown.json1 # we reject data if it does not contain a known type
H A Dunknown-expr-key.json1 # we reject an expression with unknown top-level keys

1234