Home
last modified time | relevance | path

Searched defs:searchValue (Results 1 – 12 of 12) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts38 private searchValue: string = ''; property in TabPaneJsCpuCallTree
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts38 private searchValue: string = ''; property in TabpanePerfBottomUp
DTabPerfProfile.ts58 private searchValue: string = ''; property in TabpanePerfProfile
DTabPerfAsyncList.ts40 private searchValue: string = ''; property in TabPanePerfAsync
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts66 get searchValue(): string { method in LitSearch
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneCallTree.ts54 private searchValue: string = ''; property in TabPaneCallTree
DTabPaneFileSystemCalltree.ts53 private searchValue: string = ''; property in TabpaneFilesystemCalltree
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts53 private searchValue: string = ''; property in TabpaneNMCalltree
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts683 searchValue: string = ''; property in FileSystemCallTreeHandler
DProcedureLogicWorkerNativeNemory.ts47 searchValue: string = ''; property in ProcedureLogicWorkerNativeMemory
DProcedureLogicWorkerPerf.ts58 searchValue: string = ''; property in ProcedureLogicWorkerPerf
/developtools/smartperf_host/smartperf_host/ide/src/trace/
DSpApplication.ts2083 let searchValue = value.toString().trim(); variable