Home
last modified time | relevance | path

Searched defs:method (Results 1 – 16 of 16) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
DParams.java31 private String method; field in Params
49 public void setMethod(String method) { in setMethod()
/developtools/hdc_standard/src/test/
Dut_command.cpp46 int TestRuntimeCommandSimple(bool bTCPorUSB, int method, bool bNeedConnectDaemon) in TestRuntimeCommandSimple()
65 int TestTaskCommand(int method, const string &debugServerPort, const string &debugConnectKey) in TestTaskCommand()
139 int TestRuntimeCommand(const int method, const string &debugServerPort, const string &debugConnectK… in TestRuntimeCommand()
Dut_runtime.cpp49 int Runtime::InnerCall(int method) in InnerCall()
/developtools/ace-ets2bundle/compiler/test/pages/
DTsModule.ts22 public method(): any { method in TsModule
/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/device/services/ipc/src/
Dipc_generator.cpp35 const google::protobuf::MethodDescriptor* method = service->method(j); in Generate() local
/developtools/profiler/protos/types/plugins/agent_data/
Dagent_plugin_network_data.proto21 string method = 2; field
/developtools/profiler/host/ohosprofiler/src/main/proto/
Dagent_plugin_network_data.proto21 string method = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/agent_data/
Dagent_plugin_network_data.proto21 string method = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.h51 std::string method; member
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/datasources/utils/common/util/
DBeanUtil.java339 Method method = null; in getFieldValueByName() local
/developtools/hdc_standard/src/common/
Dchannel.cpp228 void HdcChannelBase::PushAsyncMessage(const uint32_t channelId, const uint8_t method, const void *d… in PushAsyncMessage()
Dsession.cpp298 void HdcSessionBase::PushAsyncMessage(const uint32_t sessionId, const uint8_t method, const void *d… in PushAsyncMessage()
Ddefine_plus.h220 uint16_t method; member
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp546 const char* method = info_->method(); in Intercept() local
/developtools/ace-ets2bundle/compiler/
Dtsconfig.json24 "method": ["build", "pageTransition"], array