Home
last modified time | relevance | path

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

12

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp118 StartSessionRequest request; in StartSession() local
128 StopSessionRequest request; in StopSession() local
138 DestroySessionRequest request; in DestroySession() local
148 CreateSessionRequest request; in CreateOnlineSession() local
168 CreateSessionRequest request; in CreateOfflineSession() local
208 GetCapabilitiesRequest request; variable
241 GetCapabilitiesRequest request; variable
280 GetCapabilitiesRequest request; variable
317 GetCapabilitiesRequest request; variable
335 GetCapabilitiesRequest request; variable
[all …]
Dprofiler_service_performance_test.cpp276 GetCapabilitiesRequest request; in GetPluginCapabilities() local
317 KeepSessionRequest request; in KeepPluginSession() local
557 KeepSessionRequest request; in __anon4095978f0202() local
689 KeepSessionRequest request; in __anon4095978f0402() local
794 KeepSessionRequest request; in __anon4095978f0602() local
883 KeepSessionRequest request; in __anon4095978f0802() local
1031 KeepSessionRequest request; in __anon4095978f0a02() local
1178 KeepSessionRequest request; in __anon4095978f0c02() local
1312 KeepSessionRequest request; in __anon4095978f0e02() local
1384 KeepSessionRequest request; in __anon4095978f0f02() local
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp86 RegisterPluginRequest request; variable
278 UnregisterPluginRequest request; variable
331 RegisterPluginRequest request; variable
424 UnregisterPluginRequest request; variable
474 RegisterPluginRequest request; variable
567 UnregisterPluginRequest request; variable
617 RegisterPluginRequest request; variable
715 UnregisterPluginRequest request; variable
765 RegisterPluginRequest request; variable
858 UnregisterPluginRequest request; variable
[all …]
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp27 ::RegisterPluginRequest& request, in RegisterPlugin()
57 ::UnregisterPluginRequest& request, in UnregisterPlugin()
73 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand()
79 ::NotifyResultRequest& request, in NotifyResult()
/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/packing_tool/adapter/ohos/
DDefPermissionGroup.java51 public String request = ""; field in DefPermissionGroup
/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/smartperf_host/ide/test/trace/component/
DSpRecordTrace.test.ts149 let request = { variable
/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/profilergetcapabilities_fuzzer/
Dprofilergetcapabilities_fuzzer.cpp32 GetCapabilitiesRequest request; in ProfilerGetCapabilitiesFuzzTest() 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/profilercreatesession_fuzzer/
Dprofilercreatesession_fuzzer.cpp32 CreateSessionRequest request; in ProfilerCreateSessionFuzzTest() 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/profilerstartsession_fuzzer/
Dprofilerstartsession_fuzzer.cpp32 StartSessionRequest request; in ProfilerStartSessionFuzzTest() local
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp111 RegisterPluginRequest request; in RegisterPlugin() local
180 UnregisterPluginRequest request; in RemovePlugin() local
376 NotifyResultRequest request; in SubmitResult() 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/smartperf_host/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts99 let request = { variable
/developtools/profiler/device/cmds/test/unittest/
Dparse_plugin_config_test.cpp54 auto request = std::make_unique<CreateSessionRequest>(); in GetProfilerPluginConfig() local
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp68 RegisterPluginRequest request; variable
/developtools/profiler/device/cmds/src/
Dmain.cpp97 auto request = std::make_unique<CreateSessionRequest>(); in MakeCreateRequest() local
200 auto request = MakeCreateRequest(config, keepSecond, outputFile); in CreateSession() local
347 GetCapabilitiesRequest request; in CheckGrpcMsgSend() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp111 RegisterPluginRequest request; in RegisterAgentPlugin() local
138 UnregisterPluginRequest request; in UnregisterAgentPlugin() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertBuilder.java86 PKCS10CertificationRequest request = null; in CertBuilder() local
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1187 let request = this.createSessionRequest(); variable
1266 let request: CreateSessionRequest = { variable

12