Home
last modified time | relevance | path

Searched defs:request (Results 1 – 25 of 34) 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.cpp299 GetCapabilitiesRequest request; in GetPluginCapabilities() local
340 KeepSessionRequest request; in KeepPluginSession() local
586 KeepSessionRequest request; in __anon9123d4d10202() local
720 KeepSessionRequest request; in __anon9123d4d10402() local
823 KeepSessionRequest request; in __anon9123d4d10602() local
914 KeepSessionRequest request; in __anon9123d4d10802() local
1059 KeepSessionRequest request; in __anon9123d4d10a02() local
1204 KeepSessionRequest request; in __anon9123d4d10c02() local
1335 KeepSessionRequest request; in __anon9123d4d10e02() local
1409 KeepSessionRequest request; in __anon9123d4d10f02() local
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp77 RegisterPluginRequest request; variable
264 UnregisterPluginRequest request; variable
317 RegisterPluginRequest request; variable
410 UnregisterPluginRequest request; variable
460 RegisterPluginRequest request; variable
553 UnregisterPluginRequest request; variable
603 RegisterPluginRequest request; variable
701 UnregisterPluginRequest request; variable
751 RegisterPluginRequest request; variable
844 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/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.cpp33 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
83 Status ProfilerService::GetCapabilities(ServerContext* context, in GetCapabilities()
239 Status ProfilerService::CreateSession(ServerContext* context, in CreateSession()
466 Status ProfilerService::StartSession(ServerContext* context, in StartSession()
518 Status ProfilerService::FetchData(ServerContext* context, in FetchData()
578 Status ProfilerService::StopSession(ServerContext* context, in StopSession()
607 Status ProfilerService::DestroySession(ServerContext* context, in DestroySession()
642 ::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/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/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/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/plugins/api/src/
Dplugin_manager.cpp113 RegisterPluginRequest request; in RegisterPlugin() local
183 UnregisterPluginRequest request; in RemovePlugin() local
374 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.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/cmds/src/
Dmain.cpp106 auto request = std::make_unique<CreateSessionRequest>(); in MakeCreateRequest() local
205 auto request = MakeCreateRequest(config, keepSecond, outputFile); in CreateSession() local
376 GetCapabilitiesRequest request; in CheckGrpcMsgSend() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertBuilder.java86 PKCS10CertificationRequest request = null; in CertBuilder() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp159 RegisterPluginRequest request; in RegisterAgentPlugin() local
186 UnregisterPluginRequest request; in UnregisterAgentPlugin() local

12