Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 47) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service.proto18 // IPC interface between profiler service and plugin service.
27 // service will use this interface to push commands with streamed return channel.
Dprofiler_service.proto20 // RPC interface between profiler service and host service
42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto18 // IPC interface between profiler service and plugin service.
27 // service will use this interface to push commands with streamed return channel.
Dprofiler_service.proto20 // RPC interface between profiler service and host service
42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/formatter/
DIAxisValueFormatter.ets18 * Custom formatter interface that allows formatting of
21 export default interface IAxisValueFormatter
DIFillFormatter.ets24 export default interface IFillFormatter
/developtools/profiler/protos/services/
Dplugin_service.proto18 // IPC interface between profiler service and plugin service.
27 // service will use this interface to push commands with streamed return channel.
Dprofiler_service.proto20 // RPC interface between profiler service and host service
42 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/hdc/src/host/
Dhost_tcp.cpp164 uv_interface_address_t interface = info[i]; in FindLanDaemon() local
165 if (interface.address.address6.sin6_family == AF_INET6) { in FindLanDaemon()
168 uv_ip6_name(&interface.address.address6, ipAddr, sizeof(ipAddr)); in FindLanDaemon()
Dhost_usb.cpp249 const struct libusb_interface *interface = &descConfig->interface[j]; in HasValidDevice() local
250 if (interface->num_altsetting < 1) { in HasValidDevice()
253 const struct libusb_interface_descriptor *ifDescriptor = &interface->altsetting[0]; in HasValidDevice()
390 const struct libusb_interface *interface = &descConfig->interface[j]; in CheckUsbEndpoint() local
391 if (interface->num_altsetting < 1) { in CheckUsbEndpoint()
394 const struct libusb_interface_descriptor *ifDescriptor = &interface->altsetting[0]; in CheckUsbEndpoint()
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service.proto20 // RPC interface between profiler service and host service
45 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service.proto20 // RPC interface between profiler service and host service
45 // keep tracing session alive, call this interface will restart session expire count down task.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DSocketProfiler.ets15 export interface SocketProfiler{
/developtools/hdc/src/daemon/
Dusb_ffs.h211 .interface = LONG_LE(0),
220 .interface = LONG_LE(0),
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/dataprovider/
DLineDataProvider.ets20 export default interface LineDataProvider extends BarLineScatterCandleBubbleDataProvider {
DBarLineScatterCandleBubbleDataProvider.ets23 export default interface BarLineScatterCandleBubbleDataProvider extends ChartInterface {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/highlight/
DIHighlighter.ets18 export default interface IHighlighter
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIBarLineScatterCandleBubbleDataSet.ets19 export default interface IBarLineScatterCandleBubbleDataSet<T extends EntryOhos> extends IDataSet<T…
DIBubbleDataSet.ets19 export default interface IBubbleDataSet extends IBarLineScatterCandleBubbleDataSet<EntryOhos> {
DIScatterDataSet.ets20 export default interface IScatterDataSet extends ILineScatterCandleRadarDataSet<EntryOhos> {
DILineScatterCandleRadarDataSet.ets20 export default interface ILineScatterCandleRadarDataSet<T extends EntryOhos> extends IBarLineScatte…
DIRadarDataSet.ets19 export default interface IRadarDataSet extends ILineRadarDataSet<RadarEntry> {
/developtools/ace_ets2bundle/
DBUILD.gn21 import("//interface/sdk-js/interface_config.gni")
58 _declarations_file_dir = "//interface/sdk-js/api/@internal/component/ets"
294 deps += [ "//interface/sdk-js:ohos_declaration_ets" ]
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DSystemEntity.ets15 export interface ProcessRunningInfo {
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/listener/
DOnChartValueSelectedListener.ets24 export default interface OnChartValueSelectedListener {

12