Home
last modified time | relevance | path

Searched refs:isSupport (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/base/
Dfilter_constraints.cpp22 void FilterConstraints::AddConstraint(int32_t idx, int32_t col, unsigned char op, bool isSupport) in AddConstraint() argument
28 c.isSupport = isSupport; in AddConstraint()
31 void FilterConstraints::UpdateConstraint(int32_t idx, bool isSupport) in UpdateConstraint() argument
34 constraints_[idx].isSupport = isSupport; in UpdateConstraint()
Dfilter_constraints.h31 bool isSupport = false; member
37 void AddConstraint(int32_t idx, int32_t col, unsigned char op, bool isSupport = false);
38 void UpdateConstraint(int32_t idx, bool isSupport);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DLocalConfigEntity.ts53 public isSupport: boolean; property in CollectItem
56 constructor(name: string, isSupport: boolean, isSelect: boolean) {
58 this.isSupport = isSupport;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/
DNetWork.ts48 isSupport(): Boolean { method in NetWork
DDDR.ets40 isSupport() {
DRAM.ets41 isSupport() {
DGPU.ets45 isSupport() {
DFPS.ets45 isSupport() {
DThermal.ets64 isSupport() {
DPower.ets55 isSupport() {
DCPU.ets46 isSupport() {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DBaseProfiler.ets20 abstract isSupport(): Boolean;
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/
DProfilerTask.ets62 let isSupport = typeCollect.isSupport();
63 supports.set(key.toString(), isSupport);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DStartTestPage.ets347 if (item.isSupport) {
351 Toggle({ type: ToggleType.Switch, isOn: item.isSupport })
370 Toggle({ type: ToggleType.Switch, isOn: item.isSupport })
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp173 demoIdxInfo->aConstraintUsage[c.idxInaConstraint].omit = c.isSupport; in DemoBestIndex()
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp190 idxInfo->aConstraintUsage[c.idxInaConstraint].omit = c.isSupport; in BestIndex()