Home
last modified time | relevance | path

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

/developtools/smartperf_host/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/smartperf_host/ide/src/trace/
DSpApplication.ts136 private spQuerySQL: SpQuerySQL | undefined | null; property in SpApplication
320 …this.spQuerySQL = this.shadowRoot!.querySelector<SpQuerySQL>('#sp-query-sql') as SpQuerySQL; // ne…
447 this.spQuerySQL,
1951 if (this.spQuerySQL) {
1952 this.spQuerySQL!.reset();
1957 this.showContent(this.spQuerySQL!);