Home
last modified time | relevance | path

Searched refs:subscribe (Results 1 – 18 of 18) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/
DTimeRuler.test.ts31 subscribe(evt: string, fn: (b: any) => void): void; method
53 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
DSportRuler.test.ts59 subscribe(evt: string, fn: (b: any) => void): void; method
75 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
/developtools/smartperf_host/ide/test/trace/component/setting/
DSpWebHdcShell.test.ts37 subscribe(evt: string, fn: (b: any) => void): void; method
52 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DExtension.ts74 subscribe(evt: string, fn: (b: any) => void): void; method
132 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
DEventCenter.ts22 subscribe(event: string, fn: Function) { method in Event
42 this.subscribe(event, f);
/developtools/smartperf_host/ide/test/trace/component/trace/
DTimerShaftElement.test.ts43 subscribe(evt: string, fn: (b: any) => void): void; method
61 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
/developtools/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts29 subscribe(evt: string, fn: (b: any) => void): void; method
44 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCommon.test.ts62 subscribe(evt: string, fn: (b: any) => void): void; method
76 Window.prototype.subscribe = (ev, fn) => EventCenter.subscribe(ev, fn);
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts569 window.subscribe(window.SmartEvent.UI.SliceMark, (data) => sp.sliceMarkEventHandler(data));
570 window.subscribe(window.SmartEvent.UI.TraceRowComplete, (tr) => {});
571 window.subscribe(window.SmartEvent.UI.RefreshCanvas, () => sp.refreshCanvas(false));
572 window.subscribe(window.SmartEvent.UI.KeyboardEnable, (tr) => {
578 window.subscribe(window.SmartEvent.UI.CollapseAllLane, (collapse: boolean) => {
591 window.subscribe(window.SmartEvent.UI.MouseEventEnable, (tr) => {
599 …window.subscribe(window.SmartEvent.UI.CollectGroupChange, (group: string) => sp.currentCollectGrou…
625 window.subscribe(window.SmartEvent.UI.LoadFinishFrame, () => sp.drawAllLines());
DSpSystemTrace.ts1383 window.subscribe(window.SmartEvent.UI.UploadSOFile, (data) => {
1393 window.subscribe(window.SmartEvent.UI.KeyPath, (data) => {
1409 window.subscribe(window.SmartEvent.UI.CheckALL, (data) => {
1414 window.subscribe(window.SmartEvent.UI.HoverNull, () => this.hoverStructNull());
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts83 window.subscribe(window.SmartEvent.UI.DeviceConnect, (deviceName: string) => {
88 window.subscribe(window.SmartEvent.UI.DeviceDisConnect, () => {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/
DTitleWindowPage.ets95 CommonEvent.subscribe(subscriber, SubscribeCallBack);
/developtools/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts231 window.subscribe(window.SmartEvent.UI.TimeRange, (b) => this.setRangeNS(b.startNS, b.endNS));
DSpChartList.ts81 …window.subscribe(window.SmartEvent.UI.RowHeightChange, (data: { expand: number; value: number }) =…
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1496 window.subscribe(window.SmartEvent.UI.MenuTrace, () => this.showContent(this.spSystemTrace!));
1497 window.subscribe(window.SmartEvent.UI.Error, (err) => {
1502 window.subscribe(window.SmartEvent.UI.Loading, (arg: { loading: boolean; text?: string }) => {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1436 …window.subscribe(window.SmartEvent.UI.WakeupList, (data: Array<WakeupBean>) => this.showWakeupList…
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DshowcaseCovid19.ets514 // createState will pick up the Obs.Object and have the View subscribe to it.
/developtools/profiler/hiebpf/include/
Dvmlinux.h54678 __u16 subscribe; member
55641 __u16 subscribe; member