Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 25) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpVmTracker.ts65 this.disable();
87 this.disable();
97 private disable(): void { method in SpVmTracker
DSpArkTs.ts137 this.disable();
154 this.disable();
167 this.disable();
179 this.disable();
229 private disable(): void { method in SpArkTs
DSpFileSystem.ts42 this.disable();
150 this.disable();
178 private disable(): void { method in SpFileSystem
DSpAllocations.ts252 this.disable();
255 this.disable();
409 private disable(): void { method in SpAllocations
DSpRecordPerf.ts422 this.disable();
440 this.disable();
583 private disable(): void { method in SpRecordPerf
DSpProbesConfig.ts203 this.disable();
317 private disable(): void { method in SpProbesConfig
/developtools/profiler/device/plugins/native_daemon/src/
Ddebug_logger.cpp57 void DebugLogger::Disable(bool disable) in Disable() argument
59 if (logDisabled_ != disable) { in Disable()
60 logDisabled_ = disable; in Disable()
61 if (!disable) { in Disable()
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_hisystemevent.md35 - Wifi State泳道:鼠标悬浮可以显示wifi开关状态(enable:开,disable:关)。
36 - Bluetooth Br Switch State泳道:鼠标悬浮可以显示蓝牙开关状态(enable:开, disable:关)。
37 - Location Switch State泳道:鼠标悬浮可以显示GPS开关状态(enable:开,disable:关)。
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/
DPageNation.ts185 const disable = { color: '#999999', cursor: 'not-allowed' }; constant
192 this.setElementStyles(this.first, disable);
193 this.setElementStyles(this.prev, disable);
200 this.setElementStyles(this.next, disable);
201 this.setElementStyles(this.last, disable);
/developtools/hiperf/src/
Ddebug_logger.cpp56 void DebugLogger::Disable(bool disable) in Disable() argument
58 if (logDisabled_ != disable) { in Disable()
59 logDisabled_ = disable; in Disable()
60 if (!disable) { in Disable()
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts266 private freshMenuDisable(disable: boolean): void {
271 child.disabled = disable;
1095 disable: boolean,
1103 this.recordButtonDisable(disable);
1104 this.freshConfigMenuDisable(disable);
1105 this.freshMenuDisable(disable);
1106 this.buttonDisable(disable);
1324 private freshConfigMenuDisable(disable: boolean): void {
1328 if (disable) {
1333 item.disabled = disable;
[all …]
/developtools/smartperf_host/ide/test/trace/component/setting/
DSpFileSystem.test.ts41 expect(spFileSystem.disable()).toBeUndefined();
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts154 if (this._data && this._data.disable === true) {
315 if (newValue === 'true' && this._data!.disable !== true) {
DLitTree.ts26 disable?: boolean; //控制是否显示checkbox property
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_config.proto42 // Configure zero to disable the data statistics function,
/developtools/hiperf/include/
Ddebug_logger.h108 void Disable(bool disable = true);
/developtools/smartperf_host/trace_streamer/gn/
DBUILD.gn193 "-Wl,--disable-new-dtags",
/developtools/profiler/device/plugins/native_daemon/include/
Ddebug_logger.h96 void Disable(bool disable = true);
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts295 disable: true,
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DLegend.ets243 * This will disable the feature that automatically calculates the legend
257 * Calling this will disable the custom legend entries (set by
DAxisBase.ets396 * Enabled/disable granularity control on axis value intervals. If enabled, the axis
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt186 …le is signed code, The value 1 means enable sign code, and value 0 means disable sign code. The de…
/developtools/hapsigner/
DREADME.md10 …apsigner. If you do not need the mandatory code signing feature, you can disable it as required. C…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DChart.ets988 * Set this to false to disable all gestures and touches on the chart,
/developtools/profiler/hiebpf/include/
Dvmlinux.h6725 long unsigned int disable; member
16088 void (*disable)(struct perf_event *); member
20688 void (*disable)(struct clocksource *); member
23292 long long unsigned int disable; member
66648 void *disable[3]; member
70176 int (*disable)(struct regulator_dev *); member
70847 unsigned int disable; member
91723 void (*disable)(struct pwm_chip *, struct pwm_device *); member
101282 int (*disable)(struct pnp_dev *); member
101485 void (*disable)(struct clk_hw *); member
[all …]