/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_session_manager.cpp | 61 …auto session = std::make_shared<PluginSession>(pluginConfig, bufferConfig, pluginService_, dataRep… in CreatePluginSession() local 74 auto session = std::make_shared<PluginSession>(pluginConfig, pluginService_, dataRepeater); in CreatePluginSession() local 89 auto session = CreatePluginSession(pluginConfigs[i], bufferConfigs[i], dataRepeater); in CreatePluginSessions() local 109 auto session = CreatePluginSession(pluginConfigs[i], dataRepeater); in CreatePluginSessions() local
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/ |
D | DataCheckConsumerTest.java | 64 private Long session; field in DataCheckConsumerTest
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/ |
D | DataCheckConsumerTest.java | 54 private Long session; field in DataCheckConsumerTest
|
D | DataPollerTest.java | 60 private SessionManager session; field in DataPollerTest
|
/developtools/hdc_standard/test/unittest/common/ |
D | uart_test.cpp | 416 HdcSession session; variable 486 HdcSession session; variable 796 HdcSession session; variable 816 HdcSession session; variable
|
D | host_uart_test.cpp | 818 EXPECT_CALL(mockHostUART, OnTransferError).WillRepeatedly(Invoke([&](const HSession session) { in __anonec2afa2a1102()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/ |
D | CpuScale.java | 31 private long session; field in CpuScale
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/session/service/ |
D | SessionManager.java | 460 SessionInfo session = profilingSessions.get(secondId); in stopAndDestoryOperation() local 555 SessionInfo session = profilingSessions.get(localSessionId); in startSession() local 603 SessionInfo session = profilingSessions.get(localSessionId); in fetchData() local 683 SessionInfo session = profilingSessions.get(localSessionId); in endSession() local 723 SessionInfo session = profilingSessions.get(localSessionId); in deleteSession() local 1014 … SessionInfo session = SessionInfo.builder().sessionName(String.valueOf(localSessionId)).build(); in localSessionDataFromFile() local
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/ |
D | ProfilerClientTest.java | 267 ProfilerServiceTypes.CreateSessionResponse session = profilerClient.createSession(request); in createSessionTest01() local 283 ProfilerServiceTypes.CreateSessionResponse session = profilerClient.createSession(null); in createSessionTest02() local 331 ProfilerServiceTypes.CreateSessionResponse session = profilerClient.createSession(null); in createSessionTest04() local 363 ProfilerServiceTypes.CreateSessionResponse session = profilerClient.createSession(request); in createSessionTest05() local
|
/developtools/hdc_standard/src/daemon/ |
D | daemon_uart.cpp | 190 void HdcDaemonUART::OnTransferError(const HSession session) in OnTransferError()
|
/developtools/hdc_standard/src/host/ |
D | host_uart.cpp | 634 void HdcHostUART::OnTransferError(const HSession session) in OnTransferError() 659 void HdcHostUART::Restartession(const HSession session) in Restartession()
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/ |
D | SessionManagerTest.java | 64 private SessionManager session; field in SessionManagerTest
|
/developtools/hdc_standard/src/common/ |
D | uart.cpp | 931 void HdcUARTBase::Restartession(const HSession session) in Restartession()
|