/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerPerfCallchains.ts | 26 queryFunc(name: string, args: any, handler: Function, action: string | null) { 29 this.taskMap[id] = handler; 69 submit(name: string, args: any, handler: Function, action: string | null) { 75 thread.queryFunc(name, args, handler, action); 79 thread.queryFunc(name, args, handler, action);
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerPerfCallchains.ts | 26 queryFunc(name: string, args: any, handler: Function, action: string | null) { 29 this.taskMap[id] = handler; 69 submit(name: string, args: any, handler: Function, action: string | null) { 75 thread.queryFunc(name, args, handler, action); 79 thread.queryFunc(name, args, handler, action);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
D | XAixsMode.ets | 27 handler:ViewPortHandler = new ViewPortHandler(); 46 this.handler.restrainViewPort(this.minOffset,this.minOffset,this.minOffset,this.minOffset) 47 this.handler.setChartDimens(this.width,this.height); 53 …sRendererTop:XAxisRenderer = new XAxisRenderer(this.handler,this.topAxis,new Transformer(this.hand… 65 …ererBottom:XAxisRenderer = new XAxisRenderer(this.handler,this.bottomAxis,new Transformer(this.han…
|
D | RadarChartMode.ets | 88 handler:ViewPortHandler 241 this.handler = new ViewPortHandler(); 242 … this.handler.restrainViewPort(this.minOffset, this.minOffset, this.minOffset, this.minOffset) 243 this.handler.setChartDimens(this.width, this.height); 254 let content:MyRect = this.handler.getContentRect(); 259 return this.handler.getContentCenter();
|
/developtools/packing_tool/adapter/ohos/ |
D | Log.java | 38 ConsoleHandler handler = new ConsoleHandler(); in Log() local 39 handler.setFormatter(formatter); in Log() 40 log.addHandler(handler); in Log()
|
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
D | stateStateBindingProp.ets | 35 …console.log("onClick handler on GreenButton, updated value this.greenButtonState.width: " + this.g… 51 …console.log("onClick handler on RedButton, updated value this.redButtonState: " + this.redButtonSt… 67 …console.log("onClick handler on YellowButton, updated value this.yellowButtonState: " + this.yello… 86 … console.log("onClick handler on ShufflingContainer, updated value this.shuffle: " + this.shuffle); 93 …console.log("onClick handler on ShufflingContainer, updated value of yellowButtonProp: " + this.ye…
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/ |
D | XAxisView.ets | 30 handler:ViewPortHandler = new ViewPortHandler(); 51 // this.handler.restrainViewPort(this.minOffset,this.minOffset,this.minOffset,this.minOffset) 52 // this.handler.setChartDimens(this.width,this.height); 58 …sRendererTop:XAxisRenderer = new XAxisRenderer(this.handler,this.topAxis,new Transformer(this.hand… 70 …ererBottom:XAxisRenderer = new XAxisRenderer(this.handler,this.bottomAxis,new Transformer(this.han…
|
D | YAxisView.ets | 84 handler: ViewPortHandler = new ViewPortHandler(); 87 mTran: Transformer = new Transformer(this.handler); 96 this.mAxisRenderer = new YAxisRenderer(this.handler, this.yAxis, this.mTran); 101 this.handler.restrainViewPort(this.minOffset, this.minOffset, this.minOffset, this.minOffset) 102 this.handler.setChartDimens(this.width, this.height);
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | Procedure.ts | 32 queryFunc(type: string, args: any, transfer: any, handler: Function) { 35 this.taskMap[id] = handler; 203 …submitWithName(name: string, type: string, args: any, transfer: any, handler: Function): Procedure… 209 thread!.queryFunc(type, args, transfer, handler);
|
/developtools/smartperf_host/ide/src/trace/database/ |
D | Procedure.ts | 32 queryFunc(type: string, args: any, transfer: any, handler: Function) { 35 this.taskMap[id] = handler; 203 …submitWithName(name: string, type: string, args: any, transfer: any, handler: Function): Procedure… 209 thread!.queryFunc(type, args, transfer, handler);
|
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
D | Top20ThreadRunTime.ts | 78 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 80 …ubmitWithName('logic1', option, { cpuMax: SpSchedulingAnalysis.cpuCount - 1 }, undefined, handler);
|
D | Top20ProcessSwitchCount.ts | 121 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 123 procedurePool.submitWithName('logic1', option, {}, undefined, handler);
|
D | Top20ProcessThreadCount.ts | 122 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 124 procedurePool.submitWithName('logic1', option, {}, undefined, handler);
|
D | TabCpuAnalysis.ts | 145 queryLogicWorker(cpuAnalysisType: string, log: string, handler: (res: any) => void) { 155 handler
|
D | TabCpuDetailsIdle.ts | 154 queryLoginWorker(idleType: string, log: string, handler: (res: any) => void) { 164 handler
|
D | TabCpuDetailsIrq.ts | 148 queryLoginWorker(irqType: string, log: string, handler: (res: any) => void) { 158 handler
|
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
D | Top20ThreadRunTime.ts | 78 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 80 …ubmitWithName('logic1', option, { cpuMax: SpSchedulingAnalysis.cpuCount - 1 }, undefined, handler);
|
D | Top20ProcessThreadCount.ts | 122 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 124 procedurePool.submitWithName('logic1', option, {}, undefined, handler);
|
D | Top20ProcessSwitchCount.ts | 121 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 123 procedurePool.submitWithName('logic1', option, {}, undefined, handler);
|
D | TabCpuAnalysis.ts | 145 queryLogicWorker(option: string, log: string, handler: (res: any) => void) { 155 handler
|
D | TabCpuDetailsIrq.ts | 148 queryLoginWorker(option: string, log: string, handler: (res: any) => void) { 158 handler
|
D | TabCpuDetailsIdle.ts | 154 queryLoginWorker(option: string, log: string, handler: (res: any) => void) { 164 handler
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/ |
D | rollup-plugin-gen-abc.ts | 36 handler() {
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | process_utils.cpp | 167 static std::string ReceiveOutputAndSigchld(int pipeFd, const PipedSigHandler& handler) in ReceiveOutputAndSigchld() argument 176 poller.AddFd(handler.GetNotifyFd(), POLLIN, [&]() { in ReceiveOutputAndSigchld() 179 read(handler.GetNotifyFd(), &sig, sizeof(sig)); in ReceiveOutputAndSigchld()
|
/developtools/smartperf_host/ide/src/base-ui/tree/ |
D | LitTree.ts | 52 const handler = { constant 59 value.children = new Proxy([], handler); 61 value.children = new Proxy(value.children, handler); 87 a.children = new Proxy([], handler); 89 a.children = new Proxy(a.children, handler); 95 this.proxyData = new Proxy(this._treeData, handler);
|