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.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.cpp302 GetCapabilitiesRequest request; in GetPluginCapabilities() local
343 KeepSessionRequest request; in KeepPluginSession() local
590 KeepSessionRequest request; in __anon97e2f2120202() local
724 KeepSessionRequest request; in __anon97e2f2120402() local
828 KeepSessionRequest request; in __anon97e2f2120602() local
919 KeepSessionRequest request; in __anon97e2f2120802() local
1067 KeepSessionRequest request; in __anon97e2f2120a02() local
1213 KeepSessionRequest request; in __anon97e2f2120c02() local
1345 KeepSessionRequest request; in __anon97e2f2120e02() local
1419 KeepSessionRequest request; in __anon97e2f2120f02() local
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp83 RegisterPluginRequest request; variable
182 UnregisterPluginRequest request; variable
235 RegisterPluginRequest request; variable
332 UnregisterPluginRequest request; variable
382 RegisterPluginRequest request; variable
479 UnregisterPluginRequest request; variable
529 RegisterPluginRequest request; variable
631 UnregisterPluginRequest request; variable
681 RegisterPluginRequest request; variable
779 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/smartperf_host/smartperf_host/ide/src/trace/database/
DIndexedDBHelp.ts109 const request = objectStore.add(value, key); constant
124 const request = objectStore.delete(query); constant
139 const request = objectStore.put(value, key); constant
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/
Dconftest.py17 def device(request): argument
23 def setup_teardown(request, device): argument
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp34 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
87 Status ProfilerService::GetCapabilities(ServerContext* context, in GetCapabilities()
251 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession()
514 Status ProfilerService::StartSession(ServerContext* context, in StartSession()
575 Status ProfilerService::FetchData(ServerContext* context, in FetchData()
635 Status ProfilerService::SubscribeProfilerEvt(ServerContext* context, in SubscribeProfilerEvt()
695 Status ProfilerService::StopSession(ServerContext* context, in StopSession()
724 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession()
765 ::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/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp32 KeepSessionRequest request; in ProfilerKeepSessionFuzzTest() 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/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/profilerstopsession_fuzzer/
Dprofilerstopsession_fuzzer.cpp32 StopSessionRequest request; in ProfilerStopSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/
Dprofilerstartsession_fuzzer.cpp32 StartSessionRequest request; in ProfilerStartSessionFuzzTest() 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/smartperf_host/ide/test/trace/component/setting/utils/
DPluginConvertUtils.test.ts82 let request = { variable
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp36 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon… in GetCommand()
Dshared_memory_block_test.cpp180 NotifyResultRequest request; variable
265 NotifyResultRequest request; variable
/developtools/profiler/device/cmds/test/unittest/
Dparse_plugin_config_test.cpp52 auto request = std::make_unique<CreateSessionRequest>(); in GetProfilerPluginConfig() local
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp67 RegisterPluginRequest request; variable
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp116 RegisterPluginRequest request; in RegisterPlugin() local
187 UnregisterPluginRequest request; in RemovePlugin() local
413 NotifyResultRequest request; in SubmitResult() local
/developtools/profiler/device/cmds/src/
Dmain.cpp104 auto request = std::make_unique<CreateSessionRequest>(); in MakeCreateRequest() local
199 auto request = MakeCreateRequest(config, keepSecond, outputFile); in CreateSession() local
375 GetCapabilitiesRequest request; in CheckGrpcMsgSend() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertBuilder.java87 PKCS10CertificationRequest request = null; in CertBuilder() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp165 RegisterPluginRequest request; in RegisterAgentPlugin() local
192 UnregisterPluginRequest request; in UnregisterAgentPlugin() local

12