Searched refs:isSupport (Results 1 – 16 of 16) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/base/ |
D | filter_constraints.cpp | 22 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()
|
D | filter_constraints.h | 31 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/ |
D | LocalConfigEntity.ts | 53 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/ |
D | NetWork.ts | 48 isSupport(): Boolean { method in NetWork
|
D | DDR.ets | 40 isSupport() {
|
D | RAM.ets | 41 isSupport() {
|
D | GPU.ets | 45 isSupport() {
|
D | FPS.ets | 45 isSupport() {
|
D | Thermal.ets | 64 isSupport() {
|
D | Power.ets | 55 isSupport() {
|
D | CPU.ets | 46 isSupport() {
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
D | BaseProfiler.ets | 20 abstract isSupport(): Boolean;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/ |
D | ProfilerTask.ets | 62 let isSupport = typeCollect.isSupport(); 63 supports.set(key.toString(), isSupport);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | StartTestPage.ets | 347 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/ |
D | demo_table_base.cpp | 173 demoIdxInfo->aConstraintUsage[c.idxInaConstraint].omit = c.isSupport; in DemoBestIndex()
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | table_base.cpp | 190 idxInfo->aConstraintUsage[c.idxInaConstraint].omit = c.isSupport; in BestIndex()
|