Home
last modified time | relevance | path

Searched defs:request (Results 1 – 25 of 41) sorted by relevance

12

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp117 StartSessionRequest request; in StartSession() local
127 StopSessionRequest request; in StopSession() local
137 DestroySessionRequest request; in DestroySession() local
147 CreateSessionRequest request; in CreateOnlineSession() local
167 CreateSessionRequest request; in CreateOfflineSession() local
207 GetCapabilitiesRequest request; variable
240 GetCapabilitiesRequest request; variable
279 GetCapabilitiesRequest request; variable
316 GetCapabilitiesRequest request; variable
334 GetCapabilitiesRequest request; variable
[all …]
Dprofiler_service_performance_test.cpp279 GetCapabilitiesRequest request; in GetPluginCapabilities() local
320 KeepSessionRequest request; in KeepPluginSession() local
556 KeepSessionRequest request; in __anon07c749950202() local
688 KeepSessionRequest request; in __anon07c749950402() local
793 KeepSessionRequest request; in __anon07c749950602() local
880 KeepSessionRequest request; in __anon07c749950802() local
1028 KeepSessionRequest request; in __anon07c749950a02() local
1175 KeepSessionRequest request; in __anon07c749950c02() local
1309 KeepSessionRequest request; in __anon07c749950e02() local
1380 KeepSessionRequest request; in __anon07c749950f02() local
[all …]
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/trace/service/
DSystemTraceHelperTest.java214 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
241 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
256 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession()
269 public void fetchData(ProfilerServiceTypes.FetchDataRequest request, in fetchData()
281 public void stopSession(ProfilerServiceTypes.StopSessionRequest request, in stopSession()
296 public void destroySession(ProfilerServiceTypes.DestroySessionRequest request, in destroySession()
302 public void keepSession(ProfilerServiceTypes.KeepSessionRequest request, in keepSession()
319 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
346 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
361 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession()
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp68 RegisterPluginRequest request; variable
161 UnregisterPluginRequest request; variable
211 RegisterPluginRequest request; variable
304 UnregisterPluginRequest request; variable
354 RegisterPluginRequest request; variable
447 UnregisterPluginRequest request; variable
497 RegisterPluginRequest request; variable
590 UnregisterPluginRequest request; variable
640 RegisterPluginRequest request; variable
733 UnregisterPluginRequest request; variable
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp27 ::RegisterPluginRequest& request, in RegisterPlugin()
49 ::UnregisterPluginRequest& request, in UnregisterPlugin()
65 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand()
71 ::NotifyResultRequest& request, in NotifyResult()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/process/service/
DProcessManagerTest.java111 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
132 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
147 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession()
165 public void fetchData(ProfilerServiceTypes.FetchDataRequest request, in fetchData()
193 public void stopSession(ProfilerServiceTypes.StopSessionRequest request, in stopSession()
202 public void keepSession(ProfilerServiceTypes.KeepSessionRequest request, in keepSession()
218 public void destroySession(ProfilerServiceTypes.DestroySessionRequest request, in destroySession()
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/
DDataPollerTest.java132 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
147 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
168 public void fetchData(ProfilerServiceTypes.FetchDataRequest request, in fetchData()
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp68 RegisterPluginRequest request; variable
81 RegisterPluginRequest request; variable
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/transport/grpc/
DProfilerClientTest.java77 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
90 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
98 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession()
109 public void stopSession(ProfilerServiceTypes.StopSessionRequest request, in stopSession()
117 public void destroySession(ProfilerServiceTypes.DestroySessionRequest request, in destroySession()
125 public void fetchData(ProfilerServiceTypes.FetchDataRequest request, in fetchData()
130 public void keepSession(ProfilerServiceTypes.KeepSessionRequest request, in keepSession()
264 ProfilerServiceTypes.CreateSessionRequest request = in createSessionTest01() local
312 ProfilerServiceTypes.CreateSessionRequest request = in createSessionTest03() local
360 ProfilerServiceTypes.CreateSessionRequest request = in createSessionTest05() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/session/service/
DSessionManagerTest.java122 public void getCapabilities(ProfilerServiceTypes.GetCapabilitiesRequest request, in getCapabilities()
143 public void createSession(ProfilerServiceTypes.CreateSessionRequest request, in createSession()
158 public void startSession(ProfilerServiceTypes.StartSessionRequest request, in startSession()
176 public void fetchData(ProfilerServiceTypes.FetchDataRequest request, in fetchData()
211 public void stopSession(ProfilerServiceTypes.StopSessionRequest request, in stopSession()
226 public void destroySession(ProfilerServiceTypes.DestroySessionRequest request, in destroySession()
235 public void keepSession(ProfilerServiceTypes.KeepSessionRequest request, in keepSession()
/developtools/packing_tool/adapter/ohos/
DDefPermissionGroup.java51 public String request = ""; field in DefPermissionGroup
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp77 Status ProfilerService::GetCapabilities(ServerContext* context, in GetCapabilities()
226 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession()
362 Status ProfilerService::StartSession(ServerContext* context, in StartSession()
412 Status ProfilerService::FetchData(ServerContext* context, in FetchData()
473 Status ProfilerService::StopSession(ServerContext* context, in StopSession()
491 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession()
511 ::grpc::Status ProfilerService::KeepSession(::grpc::ServerContext* context, in KeepSession()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/
Dprofilerstartsession_fuzzer.cpp32 StartSessionRequest request; in ProfilerStartSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerfetchdata_fuzzer/
Dprofilerfetchdata_fuzzer.cpp32 FetchDataRequest request; in ProfilerFetchDataFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp32 KeepSessionRequest request; in ProfilerKeepSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/
Dprofilerdestroysession_fuzzer.cpp32 DestroySessionRequest request; in ProfilerDestroySessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/
Dprofilergetcapabilities_fuzzer.cpp32 GetCapabilitiesRequest request; in ProfilerGetCapabilitiesFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/
Dprofilerstopsession_fuzzer.cpp32 StopSessionRequest request; in ProfilerStopSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/
Dprofilercreatesession_fuzzer.cpp32 CreateSessionRequest request; in ProfilerCreateSessionFuzzTest() local
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_block_test.cpp178 NotifyResultRequest request; variable
262 NotifyResultRequest request; variable
Dshared_memory_allocator_test.cpp37 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon… in GetCommand()
/developtools/profiler/device/cmds/src/
Dmain.cpp104 auto request = std::make_unique<CreateSessionRequest>(); in MakeCreateRequest() local
170 auto request = MakeCreateRequest(configFile, keepSecond, outputFile); in CreateSession() local
269 GetCapabilitiesRequest request; in main() local
/developtools/profiler/device/services/ipc/include/
Dipc_generator_impl.h34 bool AddMethod(std::string method, std::string request, std::string response) in AddMethod()
/developtools/profiler/host/smartperf/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts97 let request = { variable
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp104 RegisterPluginRequest request; in AddPlugin() local
173 UnregisterPluginRequest request; in RemovePlugin() local
341 NotifyResultRequest request; in SubmitResult() local

12