Home
last modified time | relevance | path

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

123

/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/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/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/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/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
Dhost_unity.h41 ContextUnity *context; member
/developtools/hdc/src/common/
Dfile.cpp37 bool HdcFile::BeginTransfer(CtxFile *context, const string &command) in BeginTransfer()
67 bool HdcFile::SetMasterParameters(CtxFile *context, const char *command, int argc, char **argv) in SetMasterParameters()
149 void HdcFile::CheckMaster(CtxFile *context) in CheckMaster()
160 void HdcFile::WhenTransferFinish(CtxFile *context) in WhenTransferFinish()
169 void HdcFile::TransferSummary(CtxFile *context) in TransferSummary()
293 void HdcFile::TransferNext(CtxFile *context) in TransferNext()
Dtransfer.cpp41 bool HdcTransferBase::ResetCtx(CtxFile *context, bool full) in ResetCtx()
58 int HdcTransferBase::SimpleFileIO(CtxFile *context, uint64_t index, uint8_t *sendBuf, int bytes) in SimpleFileIO()
111 CtxFile *context = (CtxFile *)req->data; in OnFileClose() local
122 void HdcTransferBase::SetFileTime(CtxFile *context) in SetFileTime()
137 bool HdcTransferBase::SendIOPayload(CtxFile *context, uint64_t index, uint8_t *data, int dataSize) in SendIOPayload()
189 CtxFile *context = reinterpret_cast<CtxFile *>(contextIO->context); in OnFileIO() local
256 CtxFile *context = (CtxFile *)req->data; in OnFileOpen() local
588 bool HdcTransferBase::RecvIOPayload(CtxFile *context, uint8_t *data, int dataSize) in RecvIOPayload()
639 CtxFile *context = &ctxNow; in CommandDispatch() local
652 CtxFile *context = &ctxNow; in CommandDispatch() local
Dasync_cmd.cpp71 bool AsyncCmd::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc()
80 bool AsyncCmd::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback()
Dtransfer.h43 string context; member
103 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument
106 virtual void WhenTransferFinish(CtxFile *context) in WhenTransferFinish()
127 CtxFile *context; member
/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/host/smartperf/ide/test/trace/database/ui-worker/
DProcedureWorker.test.ts22 const context = { constant
DProcedureWorkerCommon.test.ts178 let context = { variable
205 const context = canvas.getContext('2d'); constant
/developtools/profiler/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto19 string context = 1; field
/developtools/profiler/host/smartperf/ide/test/trace/database/
DProcedureWorker.test.ts22 const context = { constant
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp34 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
81 Status ProfilerService::GetCapabilities(ServerContext* context, in GetCapabilities()
230 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession()
471 Status ProfilerService::StartSession(ServerContext* context, in StartSession()
521 Status ProfilerService::FetchData(ServerContext* context, in FetchData()
582 Status ProfilerService::StopSession(ServerContext* context, in StopSession()
603 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession()
640 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession()
/developtools/profiler/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto29 string context = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto29 string context = 2; field
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerCpuAbility.ts119 context: any property in CpuAbility
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp61 bool HookService::ProtocolProc(SocketContext &context, uint32_t pnum, const int8_t *buf, const uint… in ProtocolProc()
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerCpuAbility.ts183 context: any property in CpuAbility
/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 __anond14676b20202() local
693 grpc::ClientContext context; in __anond14676b20402() local
798 grpc::ClientContext context; in __anond14676b20602() local
887 grpc::ClientContext context; in __anond14676b20802() local
1035 grpc::ClientContext context; in __anond14676b20a02() local
1182 grpc::ClientContext context; in __anond14676b20c02() local
1316 grpc::ClientContext context; in __anond14676b20e02() local
1388 grpc::ClientContext context; in __anond14676b20f02() local
[all …]
/developtools/profiler/device/services/ipc/src/
Dipc_generator.cpp25 google::protobuf::compiler::GeneratorContext* context, in Generate()
/developtools/hdc/src/daemon/
Dshell.cpp205 bool HdcShell::FinishShellProc(const void *context, const bool result, const string exitMsg) in FinishShellProc()
214 bool HdcShell::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback()

123