/developtools/ace_ets2bundle/compiler/test/pages/ |
D | LinkComponent.ets | 24 @State indexState1: any = { count: 0 } 25 @State indexState2: number = 0 26 @State indexState3: boolean = false 27 @State indexState4: string = 'Home' 49 @State indexState1: any = { count: 0 } 50 @State indexState2: number = 0 51 @State indexState3: boolean = false 52 @State indexState4: string = 'Home' 74 @State indexState1: any = { count: 0 } 75 @State indexState2: number = 0 [all …]
|
D | ExportComponent.ets | 24 @State indexState1: any = { count: 0 } 25 @State indexState2: number = 0 26 @State indexState3: boolean = false 27 @State indexState4: string = 'Home' 49 @State indexState1: any = { count: 0 } 50 @State indexState2: number = 0 51 @State indexState3: boolean = false 52 @State indexState4: string = 'Home' 74 @State indexState1: any = { count: 0 } 75 @State indexState2: number = 0 [all …]
|
/developtools/hiperf/test/unittest/common/native/ |
D | tracked_command_test.cpp | 54 EXPECT_EQ(state, TrackedCommand::State::COMMAND_WAITING); 60 EXPECT_EQ(state, TrackedCommand::State::COMMAND_STARTED); 65 EXPECT_EQ(state, TrackedCommand::State::COMMAND_STOPPED); 67 EXPECT_NE(state, TrackedCommand::State::COMMAND_STOPPED); 78 EXPECT_EQ(state, TrackedCommand::State::COMMAND_WAITING); 84 EXPECT_EQ(state, TrackedCommand::State::COMMAND_FAILURE); 89 EXPECT_EQ(state, TrackedCommand::State::COMMAND_STOPPED); 91 EXPECT_NE(state, TrackedCommand::State::COMMAND_STOPPED);
|
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
D | constructor-01.ets | 23 @State myState1: any = { count: 0 } 24 @State myState2: number = 0 25 @State myState3: boolean = false 26 @State myState4: string = 'Home' 27 @State myState5: DataModel = new DataModel()
|
D | link-01.ets | 34 @State myState1: any = { count: 0 } 35 @State myState2: number = 0 36 @State myState3: boolean = false 37 @State myState4: string = 'Home'
|
D | stateStateBindingProp.ets | 42 @State redButtonState:number = 100; 75 @State shuffle:boolean = false; 76 @State greenButtonState:GreenButtonState = new GreenButtonState(300); 77 @State yellowButtonProp:number = 100;
|
D | stateComplexType.ets | 38 @State title: Model = new Model('Hello World') 39 @State count: number = 0
|
D | componentListTest.ets | 26 @State listidx:number = 50; 59 console.info('list-demo scroll:offset:' + offset + ",State:" + state)
|
/developtools/hiperf/include/ |
D | tracked_command.h | 26 enum class State { enum 50 inline State GetState() in GetState() 71 State state_ {State::COMMAND_STOPPED};
|
/developtools/hiperf/src/ |
D | tracked_command.cpp | 95 state_ = State::COMMAND_WAITING; in CreateChildProcess() 125 state_ = State::COMMAND_STARTED; in StartCommand() 129 state_ = State::COMMAND_FAILURE; in StartCommand() 177 HLOG_ASSERT(state_ != State::COMMAND_STOPPED); in WaitCommand() 183 state_ = State::COMMAND_STOPPED; in WaitCommand() 193 HLOG_ASSERT(state_ != State::COMMAND_STOPPED); in MakeInvalid() 200 state_ = State::COMMAND_STOPPED; in MakeInvalid()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/ |
D | XAxisView.ets | 31 @State 33 @State 35 @State 37 @State 39 @State 41 @State 44 @State
|
/developtools/profiler/device/services/plugin_service/include/ |
D | plugin_session.h | 48 enum State { enum 57 State GetState() const; 66 State state_;
|
D | plugin_session_manager.h | 45 bool CheckStatus(const std::vector<std::string>& nameList, PluginSession::State state); 46 std::vector<PluginSession::State> GetStatus(const std::vector<std::string>& nameList);
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/main/ |
D | Home.ets | 30 @State private deviceStr: string = '' 31 @State private versionStr: string = '' 32 @State private circleHeight: string = '180vp' 33 @State private circleWidth: string = '180vp' 34 @State private circleRadius: string = '90vp' 35 @State atOpacity: number = 0.6 37 @State state: string = '电池状态' 134 @State support: Array<OtherSupport> =new Array(
|
/developtools/smartperf_host/ide/src/doc/md/ |
D | quickstart_hisystemevent.md | 35 - Wifi State泳道:鼠标悬浮可以显示wifi开关状态(enable:开,disable:关)。 36 - Bluetooth Br Switch State泳道:鼠标悬浮可以显示蓝牙开关状态(enable:开, disable:关)。 37 - Location Switch State泳道:鼠标悬浮可以显示GPS开关状态(enable:开,disable:关)。
|
D | quickstart_systemtrace.md | 101 框选Cpu Frequency泳道的Tab页有GetBusyTime的按钮,该按钮获取每个频点在Cpu State等于0时的时间信息,体现频点的忙碌时间。 131 泳道图高亮场景:框选 Cpu Frequency 或者 Cpu State 泳道图后,弹出 Cpu Frequency 或 Cpu State Tab 页,在点击 Tab 页表格的行时,框选范围泳道…
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/test_data/ |
D | test.proto | 24 enum State { enum 28 State state = 5;
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ |
D | FloatWindowComponent.ets | 26 @State title: string = "SmartPerf" 33 …@State data: number[]= [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] //数… 35 @State NumericalValue: number= 0 //数值
|
/developtools/smartperf_host/trace_streamer/src/protos/services/ |
D | common_types.proto | 29 enum State { enum 35 State state = 2;
|
/developtools/profiler/device/plugins/process_plugin/test/resources/proc/11/ |
D | status | 3 State: I (idle)
|
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/2/ |
D | status | 3 State: S (sleeping)
|
/developtools/profiler/device/plugins/process_plugin/test/resources/proc/1872/ |
D | status | 3 State: S (sleeping)
|
/developtools/profiler/protos/services/ |
D | common_types.proto | 30 enum State { enum 36 State state = 2;
|
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/11/ |
D | status | 3 State: I (idle)
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | CPU0LineChartPage.ets | 23 @State random: number= 0 //用于刷新的随机数 24 @State cpu0Frequency: number= 0 //数值
|