Home
last modified time | relevance | path

Searched refs:intersectionObserverMock (Results 1 – 17 of 17) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/chart/
DSpChartManager.test.ts16 const intersectionObserverMock = () => ({ constant
19 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DSpIrqChart.test.ts28 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
29 const intersectionObserverMock = () => ({ constant
DSpVirtualMemChart.test.ts28 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
31 const intersectionObserverMock = () => ({ constant
DSpNativeMemoryChart.test.ts21 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
22 const intersectionObserverMock = () => ({ constant
DSpAbilityMonitor.test.ts25 const intersectionObserverMock = () => ({ constant
29 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DSpFrameTimeChart.test.ts22 const intersectionObserverMock = () => ({ constant
25 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DSpProcessChart.test.ts24 const intersectionObserverMock = () => ({ constant
27 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DFrameChart.test.ts30 const intersectionObserverMock = () => ({ constant
33 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceSheet.test.ts19 const intersectionObserverMock = () => ({ constant
22 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DRangeSelect.test.ts23 const intersectionObserverMock = () => ({ constant
26 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hilog/
DTabPaneHilogs.test.ts31 const intersectionObserverMock = (): { observe: () => null } => ({ constant
34 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/
DSpApplication.test.ts20 const intersectionObserverMock = () => ({ constant
23 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts36 const intersectionObserverMock = () => ({ constant
39 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DSportRuler.test.ts34 const intersectionObserverMock = () => ({ constant
37 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DRangeRuler.test.ts25 const intersectionObserverMock = () => ({ constant
28 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts58 const intersectionObserverMock = () => ({ constant
61 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);
DSpSystemTrace.test.ts34 const intersectionObserverMock = () => ({ constant
37 window.IntersectionObserver = jest.fn().mockImplementation(intersectionObserverMock);