Home
last modified time | relevance | path

Searched refs:isIncremental (Results 1 – 11 of 11) sorted by relevance

/development/tools/otagui/src/store/
Dindex.js13 state.otaConfig.isIncremental = config.isIncremental
17 if (config.isIncremental)
49 SET_ISINCREMENTAL(state, isIncremental) { argument
50 state.otaConfig.isIncremental = isIncremental
/development/tools/otagui/src/services/
DJobSubmission.js24 this.isIncremental = false,
42 if (!this.isIncremental) {
71 this.isIncremental = true
92 jsonOptions.isIncremental = !!incrementalSource;
/development/tools/otagui/src/components/
DJobConfiguration.vue7 <li v-if="job.isIncremental">
10 <li v-if="job.isIncremental && buildDetail">
DChainOTAOptions.vue44 return this.$store.state.otaConfig.isIncremental
58 // The isIncremental flag has to be set false all the time
DBuildLibrary.vue24 :disabled="!isIncremental"
54 isIncremental: {
DOTAOptions.vue99 return this.$store.state.otaConfig.isIncremental
113 this.otaConfig.isIncremental = this.checkIncremental
DSingleOTAOptions.vue49 return this.$store.state.otaConfig.isIncremental
DBatchOTAOptions.vue49 return this.$store.state.otaConfig.isIncremental
/development/tools/otagui/src/views/
DJobConfigure.vue32 :isIncremental="checkIncremental"
68 return this.$store.state.otaConfig.isIncremental
/development/tools/otagui/
Dota_interface.py30 isIncremental: bool = False variable in JobInfo
39 self.isIncremental = True
71 if self.isIncremental:
Dtest_ota_interface.py57 self.assertTrue(job_info2.isIncremental,