Home
last modified time | relevance | path

Searched refs:spQuerySQL (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/
DSpQuerySQL.test.ts29 let spQuerySQL = new SpQuerySQL(); variable
32 expect(spQuerySQL.checkSafetySelectSql()).toBeFalsy();
36 expect(spQuerySQL.initDataElement()).toBeUndefined();
40 expect(spQuerySQL.attributeChangedCallback()).toBeUndefined();
44 expect(spQuerySQL.freshTableHeadResizeStyle()).toBeUndefined();
48 expect(spQuerySQL.reset()).toBeUndefined();
52 expect(spQuerySQL.initDataElement()).toBeUndefined();
56 expect(spQuerySQL.connectedCallback()).toBeUndefined();
60 expect(spQuerySQL.disconnectedCallback()).toBeUndefined();
64 expect(spQuerySQL.attributeChangedCallback('', '', '')).toBeUndefined();
[all …]
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts131 private spQuerySQL: SpQuerySQL | undefined | null; property in SpApplication
291 …this.spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>('#sp-query-sql') as SpQuerySQL; // ne…
401 this.spQuerySQL,
1855 if (this.spQuerySQL) {
1856 this.spQuerySQL!.reset();
1861 this.showContent(this.spQuerySQL!);