/developtools/profiler/device/services/plugin_service/test/moduletest/ |
D | plugin_service_test.cpp | 28 … 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() 69 RegisterPluginResponse response; variable
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
D | profiler_service_test.cpp | 118 StartSessionResponse response; in StartSession() local 128 StopSessionResponse response; in StopSession() local 138 DestroySessionResponse response; in DestroySession() local 148 CreateSessionResponse response; in CreateOnlineSession() local 168 CreateSessionResponse response; in CreateOfflineSession() local 208 auto response = std::make_unique<GetCapabilitiesResponse>(); variable 241 auto response = std::make_unique<GetCapabilitiesResponse>(); variable 280 auto response = std::make_unique<GetCapabilitiesResponse>(); variable 317 auto response = std::make_unique<GetCapabilitiesResponse>(); variable 335 auto response = std::make_unique<GetCapabilitiesResponse>(); variable [all …]
|
/developtools/profiler/device/services/plugin_service/src/ |
D | plugin_service_impl.cpp | 28 ::RegisterPluginResponse& response) in RegisterPlugin() 50 ::UnregisterPluginResponse& response) in UnregisterPlugin() 65 …l::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) in GetCommand() 72 ::NotifyResultResponse& response) in NotifyResult()
|
/developtools/profiler/device/services/plugin_service/test/unittest/ |
D | plugin_service_test.cpp | 31 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse() 69 RegisterPluginResponse response; variable 212 RegisterPluginResponse response; variable 355 RegisterPluginResponse response; variable 498 RegisterPluginResponse response; variable 641 RegisterPluginResponse response; variable
|
/developtools/profiler/device/services/shared_memory/test/unittest/ |
D | shared_memory_allocator_test.cpp | 37 …ommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) overr… in GetCommand() 48 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
|
D | shared_memory_block_test.cpp | 160 NotifyResultResponse response; variable 196 NotifyResultResponse response; variable 269 NotifyResultResponse response; variable
|
/developtools/profiler/device/services/profiler_service/src/ |
D | profiler_service.cpp | 30 #define CHECK_REQUEST_RESPONSE(context, requst, response) \ argument 79 ::GetCapabilitiesResponse* response) in GetCapabilities() 228 ::CreateSessionResponse* response) in CreateSession() 364 ::StartSessionResponse* response) in StartSession() 442 FetchDataResponse response; in FetchData() local 475 ::StopSessionResponse* response) in StopSession() 493 ::DestroySessionResponse* response) in DestroySession() 513 ::KeepSessionResponse* response) in KeepSession()
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/transport/grpc/ |
D | HiProfilerClient.java | 223 ProfilerServiceTypes.CreateSessionResponse response = null; in processListCreateSession() local 282 ProfilerServiceTypes.StartSessionResponse response = null; in requestStartSession() local 322 ProfilerServiceTypes.StopSessionResponse response = null; in requestStopSession() local 360 ProfilerServiceTypes.DestroySessionResponse response = null; in requestDestroySession() local 485 ProfilerServiceTypes.GetCapabilitiesResponse response; in getCapabilities() local 531 ProfilerServiceTypes.KeepSessionResponse response; in keepSession() local
|
D | SystemTraceHelper.java | 384 ProfilerServiceTypes.GetCapabilitiesResponse response = in createSessionByTraceRequest() local 434 ProfilerServiceTypes.GetCapabilitiesResponse response = in createSessionByTraceRequestNoParam() local 486 ProfilerServiceTypes.GetCapabilitiesResponse response = in createSessionThirdPerfRequest() local 792 ProfilerServiceTypes.GetCapabilitiesResponse response = in getPluginName() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/ |
D | profilerstartsession_fuzzer.cpp | 30 auto response = std::make_unique<StartSessionResponse>(); in ProfilerStartSessionFuzzTest() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/ |
D | profilerkeepsession_fuzzer.cpp | 30 auto response = std::make_unique<KeepSessionResponse>(); in ProfilerKeepSessionFuzzTest() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/ |
D | profilerdestroysession_fuzzer.cpp | 30 auto response = std::make_unique<DestroySessionResponse>(); in ProfilerDestroySessionFuzzTest() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/ |
D | profilergetcapabilities_fuzzer.cpp | 30 auto response = std::make_unique<GetCapabilitiesResponse>(); in ProfilerGetCapabilitiesFuzzTest() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/ |
D | profilerstopsession_fuzzer.cpp | 30 auto response = std::make_unique<StopSessionResponse>(); in ProfilerStopSessionFuzzTest() local
|
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/ |
D | profilercreatesession_fuzzer.cpp | 30 auto response = std::make_unique<CreateSessionResponse>(); in ProfilerCreateSessionFuzzTest() local
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/process/service/ |
D | ProcessManager.java | 95 ProfilerServiceTypes.GetCapabilitiesResponse response = HiProfilerClient.getInstance() in getProcessList() local 160 ProfilerServiceTypes.CreateSessionResponse response = null; in processListCreateSession() local
|
/developtools/profiler/device/services/ipc/include/ |
D | ipc_generator_impl.h | 34 bool AddMethod(std::string method, std::string request, std::string response) in AddMethod()
|
/developtools/profiler/device/plugins/api/src/ |
D | plugin_manager.cpp | 110 RegisterPluginResponse response; in AddPlugin() local 176 UnregisterPluginResponse response; in RemovePlugin() local 350 NotifyResultResponse response; in SubmitResult() local
|
D | command_poller.cpp | 156 bool CommandPoller::OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) in OnGetCommandResponse()
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/ |
D | DataCheckConsumerTest.java | 126 Iterator<ProfilerServiceTypes.FetchDataResponse> response = null; in dataCheckHandleTest() local
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/datasources/utils/datahandler/datapoller/ |
D | DataCheckConsumerTest.java | 105 Iterator<ProfilerServiceTypes.FetchDataResponse> response = null; in dataCheckHandleTest() local
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | hook_manager.cpp | 67 RegisterPluginResponse response; in RegisterAgentPlugin() local 91 UnregisterPluginResponse response; in UnregisterAgentPlugin() local
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/pluginconfig/ |
D | AgentConfig.java | 113 ProfilerServiceTypes.GetCapabilitiesResponse response = in isStartJavaHeap() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
D | rpc_server.cpp | 71 std::string response = "ok\r\n"; in SqlOperate() local
|
/developtools/profiler/device/cmds/src/ |
D | main.cpp | 270 GetCapabilitiesResponse response; in main() local
|