Searched refs:doneCb (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | libtoaster.js | 276 function _addRmLayer(layerObj, add, doneCb){ argument 291 doneCb([]); 296 showLayerDepsModal(layerObj, layers.list, null, null, true, doneCb); 299 showLayerDepsModal(layerObj, layers.list, null, null, true, doneCb); 310 doneCb([]); 313 doneCb(null); 358 function _createCustomRecipe(name, baseRecipeId, doneCb){ argument 371 if (doneCb){ 372 doneCb(ret);
|
H A D | customrecipe.js | 41 function checkPackageDeps(targetPkg, doneCb){ argument 51 doneCb(data);
|
H A D | layerdetails.js | 37 function addRemoveDep(depLayerId, add, doneCb) { argument 53 doneCb();
|