Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 92) sorted by relevance

1234

/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Ddma_fence.proto25 uint32 context = 3; field
33 uint32 context = 3; field
41 uint32 context = 3; field
49 uint32 context = 3; field
57 uint32 context = 3; field
65 uint32 context = 3; field
73 uint32 context = 3; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Ddma_fence.proto25 uint32 context = 3; field
33 uint32 context = 3; field
41 uint32 context = 3; field
49 uint32 context = 3; field
57 uint32 context = 3; field
65 uint32 context = 3; field
73 uint32 context = 3; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Ddma_fence.proto25 uint32 context = 3; field
33 uint32 context = 3; field
41 uint32 context = 3; field
49 uint32 context = 3; field
57 uint32 context = 3; field
65 uint32 context = 3; field
73 uint32 context = 3; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Ddma_fence.proto25 uint32 context = 3; field
33 uint32 context = 3; field
41 uint32 context = 3; field
49 uint32 context = 3; field
57 uint32 context = 3; field
65 uint32 context = 3; field
73 uint32 context = 3; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Ddma_fence.proto25 uint32 context = 3; field
33 uint32 context = 3; field
41 uint32 context = 3; field
49 uint32 context = 3; field
57 uint32 context = 3; field
65 uint32 context = 3; field
73 uint32 context = 3; field
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp26 bool PluginServiceImpl::RegisterPlugin(SocketContext& context, in RegisterPlugin()
56 bool PluginServiceImpl::UnregisterPlugin(SocketContext& context, in UnregisterPlugin()
73 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand()
78 bool PluginServiceImpl::NotifyResult(SocketContext& context, in NotifyResult()
91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand()
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpHiPerf.ts169 …let context = cpuMergeRow.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx… variable
206 …let context = perfCpuRow.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
242 … let context = fold.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
276 … let context = fold.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
317 let context = this.trace.canvasPanelCtx!; variable
355 … let context = thread.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp28 … bool OnRegisterPluginResponse(SocketContext& context, ::RegisterPluginResponse& response) override in OnRegisterPluginResponse()
33 …bool OnUnregisterPluginResponse(SocketContext& context, ::UnregisterPluginResponse& response) over… in OnUnregisterPluginResponse()
37 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
41 bool OnNotifyResultResponse(SocketContext& context, ::NotifyResultResponse& response) override in OnNotifyResultResponse()
/developtools/hdc/src/common/
Dfile.cpp37 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer()
68 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters()
150 void HdcFile::CheckMaster(CtxFile *context) in CheckMaster()
162 void HdcFile::WhenTransferFinish(CtxFile *context) in WhenTransferFinish()
171 void HdcFile::TransferSummary(CtxFile *context) in TransferSummary()
296 void HdcFile::TransferNext(CtxFile *context) in TransferNext()
Dtransfer.cpp46 bool HdcTransferBase::ResetCtx(CtxFile *context, bool full) in ResetCtx()
64 int HdcTransferBase::SimpleFileIO(CtxFile *context, uint64_t index, uint8_t *sendBuf, int bytes) in SimpleFileIO()
126 CtxFile *context = (CtxFile *)req->data; in OnFileClose() local
138 void HdcTransferBase::SetFileTime(CtxFile *context) in SetFileTime()
153 bool HdcTransferBase::SendIOPayload(CtxFile *context, uint64_t index, uint8_t *data, int dataSize) in SendIOPayload()
206 CtxFile *context = reinterpret_cast<CtxFile *>(contextIO->context); in OnFileIO() local
283 CtxFile *context = (CtxFile *)req->data; in OnFileOpen() local
622 bool HdcTransferBase::RecvIOPayload(CtxFile *context, uint8_t *data, int dataSize) in RecvIOPayload()
680 CtxFile *context = &ctxNow; in CommandDispatch() local
693 CtxFile *context = &ctxNow; in CommandDispatch() local
Dasync_cmd.cpp77 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc()
86 bool AsyncCmd::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback()
Dtransfer.h43 string context; member
104 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument
107 virtual void WhenTransferFinish(CtxFile *context) in WhenTransferFinish()
129 CtxFile *context; member
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts166 …let context = cpuMergeRow.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx… variable
203 …let context = perfCpuRow.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
246 let context = this.trace.canvasPanelCtx!; variable
284 … let context = thread.collect ? this.trace.canvasFavoritePanelCtx! : this.trace.canvasPanelCtx!; variable
/developtools/hdc/src/host/
Dhost_app.cpp29 bool HdcHostApp::BeginInstall(CtxFile *context, const char *command) in BeginInstall()
80 bool HdcHostApp::BeginSideload(CtxFile *context, const char *localPath) in BeginSideload()
90 void HdcHostApp::RunQueue(CtxFile *context) in RunQueue()
98 void HdcHostApp::CheckMaster(CtxFile *context) in CheckMaster()
Dhost_unity.cpp57 ContextUnity *context = reinterpret_cast<ContextUnity *>(req->data); in OnFileClose() local
80 ContextUnity *context = reinterpret_cast<ContextUnity *>(contextIO->context); in OnFileIO() local
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp37 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon… in GetCommand()
48 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp33 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
80 Status ProfilerService::GetCapabilities(ServerContext* context, in GetCapabilities()
226 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession()
463 Status ProfilerService::StartSession(ServerContext* context, in StartSession()
513 Status ProfilerService::FetchData(ServerContext* context, in FetchData()
574 Status ProfilerService::StopSession(ServerContext* context, in StopSession()
591 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession()
628 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession()
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCommon.test.ts293 const context = canvas.getContext('2d'); constant
317 const context = canvas.getContext('2d'); constant
441 const context = canvas.getContext('2d'); constant
DProcedureWorker.test.ts21 const context = { constant
DProcedureWorkerClock.test.ts49 let context = canvas.getContext('2d'); variable
DProcedureWorkerAppStartup.test.ts63 let context = canvas.getContext('2d'); variable
DProcedureWorkerFreq.test.ts66 let context = canvas.getContext('2d'); variable
/developtools/hiperf/src/
Dvirtual_runtime.cpp317 perf_callchain_context context) in SymbolicCallFrame()
333 perf_callchain_context context = PERF_CONTEXT_MAX; in SymbolicRecord() local
513 perf_callchain_context context = PERF_CONTEXT_KERNEL; in GetKernelSymbol() local
555 perf_callchain_context context = PERF_CONTEXT_USER; in GetUserSymbol() local
587 const perf_callchain_context &context) in GetSymbolCache()
610 const perf_callchain_context &context) in GetSymbol()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp278 grpc::ClientContext context; in GetPluginCapabilities() local
321 grpc::ClientContext context; in KeepPluginSession() local
561 grpc::ClientContext context; in __anon4095978f0202() local
693 grpc::ClientContext context; in __anon4095978f0402() local
798 grpc::ClientContext context; in __anon4095978f0602() local
887 grpc::ClientContext context; in __anon4095978f0802() local
1035 grpc::ClientContext context; in __anon4095978f0a02() local
1182 grpc::ClientContext context; in __anon4095978f0c02() local
1316 grpc::ClientContext context; in __anon4095978f0e02() local
1388 grpc::ClientContext context; in __anon4095978f0f02() local
[all …]
/developtools/profiler/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto19 string context = 1; field

1234