Searched refs:Times (Results 1 – 10 of 10) sorted by relevance
| /developtools/hdc/test/unittest/common/ |
| D | daemon_uart_test.cpp | 100 EXPECT_CALL(mockDaemonUART, DeamonReadThread).Times(AnyNumber()); in PrepareDeamonReadThreadData() 159 EXPECT_CALL(mockDaemonUART, WatcherTimerCallBack).Times(1); 169 EXPECT_CALL(mockDaemonUART, WatcherTimerCallBack).Times(1); 171 EXPECT_CALL(mockInterface, TryCloseHandle).Times(1); 189 EXPECT_CALL(mockDaemonUART, CloseUartDevice).Times(0); 190 EXPECT_CALL(mockDaemonUART, OpenUartDevice).Times(0); 191 EXPECT_CALL(mockDaemonUART, PrepareBufForRead).Times(0); 192 EXPECT_CALL(mockDaemonUART, LoopUARTRead).Times(0); 193 EXPECT_CALL(mockDaemonUART, LoopUARTWrite).Times(0); 201 EXPECT_CALL(mockDaemonUART, CloseUartDevice).Times(0); [all …]
|
| D | host_uart_test.cpp | 123 EXPECT_CALL(mockHostUART, Stop).Times(AnyNumber()); in SetUp() 124 EXPECT_CALL(mockInterface, TryCloseHandle).Times(AnyNumber()); in SetUp() 172 EXPECT_CALL(mockHostUART, StartupUARTWork).Times(1); 188 EXPECT_CALL(mockHostUART, Stop).Times(1); 192 .Times(1); 196 EXPECT_CALL(mockHostUART, Stop).Times(1); 197 EXPECT_CALL(mockInterface, TryCloseHandle).Times(0); 211 .Times(1); 212 EXPECT_CALL(mockHostUART, StartUartReadThread(&mySession)).Times(1).WillOnce(Return(true)); 215 .Times(1); [all …]
|
| D | uart_test.cpp | 190 EXPECT_CALL(mockUARTBase, GetSession).Times(1); 205 EXPECT_CALL(mockUARTBase, ResetOldSession(sessionId)).Times(1); 222 EXPECT_CALL(mockUARTBase, SendUartSoftReset(hSession, sessionId)).Times(1); 246 .Times(sendTimes) 297 EXPECT_CALL(mockUARTBase, ResponseUartTrans).Times(0); 301 EXPECT_CALL(mockUARTBase, ResponseUartTrans).Times(0); 317 EXPECT_CALL(mockUARTBase, ResponseUartTrans(_, _, PKG_OPTION_NAK)).Times(1); 325 .Times(testPackageSize[i] > sizeof(UartHead) ? 1 : 0); 351 EXPECT_CALL(mockUARTBase, UartToHdcProtocol).Times(0); 353 EXPECT_CALL(mockInterface, SendToStream).Times(0); [all …]
|
| /developtools/smartperf_host/trace_streamer/src/table/monitor/ |
| D | memory_ashmem_table.cpp | 99 sqlite3_result_int64(context_, AshMemDataObj_.Times()[CurrentRow()]); in Column()
|
| /developtools/profiler/host/smartperf/ide/src/doc/md/ |
| D | quickstart_bio.md | 41 Trace Completion Times的Tab页如图:
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_bio.md | 41 Trace Completion Times的Tab页如图:
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_protobuf_file_test.cpp | 122 .Times(1); 126 .Times(2);
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_mem_parser.cpp | 1094 auto time = ashMemData->Times()[i]; in AshMemDeduplicate()
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 3296 const std::deque<uint64_t>& AshMemData::Times() const in Times() function in SysTuning::TraceStdtype::AshMemData
|
| D | trace_stdtype.h | 2594 const std::deque<uint64_t>& Times() const;
|