Home
last modified time | relevance | path

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

123

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DHttpRequest.cc22 HttpRequest::HttpRequest(const Url &url, Method method) in HttpRequest()
29 HttpRequest::Method HttpRequest::method() const { return method_; } in method() function in AlibabaCloud::HttpRequest
31 void HttpRequest::setMethod(Method method) { method_ = method; } in setMethod()
A DServiceRequest.cc145 HttpRequest::Method ServiceRequest::method() const { return method_; } in method() function in AlibabaCloud::ServiceRequest
179 void ServiceRequest::setMethod(const HttpRequest::Method method) { in setMethod()
A DCommonRequest.cc39 void CommonRequest::setHttpMethod(HttpRequest::Method method) { in setHttpMethod()
/AliOS-Things-master/components/oss/src/http/
A DHttpRequest.cc21 std::string Http::MethodToString(Method method) in MethodToString()
55 HttpRequest::HttpRequest(Http::Method method) : in HttpRequest()
70 Http::Method HttpRequest::method() const in method() function in HttpRequest
76 void HttpRequest::setMethod(Http::Method method) in setMethod()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_dbus.c193 …n *conn, const char *node, const char *path, const char *interface, const char *method, va_list ap) in SDL_DBus_CallMethodInternal()
231 …nnection *conn, const char *node, const char *path, const char *interface, const char *method, ...) in SDL_DBus_CallMethodOnConnection()
242 SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, const char *method, … in SDL_DBus_CallMethod()
253 …n *conn, const char *node, const char *path, const char *interface, const char *method, va_list ap) in SDL_DBus_CallVoidMethodInternal()
276 …nnection *conn, const char *node, const char *path, const char *interface, const char *method, ...) in SDL_DBus_CallVoidMethodOnConnection()
287 …_CallVoidMethod(const char *node, const char *path, const char *interface, const char *method, ...) in SDL_DBus_CallVoidMethod()
A DSDL_ibus.c478 IBus_SimpleMessage(const char *method) in IBus_SimpleMessage()
490 const char *method = focused ? "FocusIn" : "FocusOut"; in SDL_IBus_SetFocus() local
/AliOS-Things-master/components/py_engine/tests/misc/sys_settrace_subdir/
A Dsys_settrace_generic.py52 def method(): member in TLClass
62 def method(self): member in test_class.TestClass
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_eap_config.c174 int eap_start(char *method) in eap_start()
298 void eap_autoreconnect_thread(void *method) in eap_autoreconnect_thread()
311 char *method; in eap_autoreconnect_hdl() local
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_httpc.c130 const char *path, int method, in _http_send_header()
491 HTTPCLIENT_REQUEST_TYPE method, in _http_send_request()
567 const char *ca_crt, HTTPCLIENT_REQUEST_TYPE method, in _http_send()
604 const char *ca_crt, HTTPCLIENT_REQUEST_TYPE method, in httpclient_common()
653 iotx_http_method_t method; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dalpha_enc.c110 int method, int filter, int reduce_levels, in EncodeAlphaInternal()
235 size_t data_size, int method, int filter, in ApplyFiltersAndEncode()
293 int quality, int method, int filter, in EncodeAlpha()
/AliOS-Things-master/components/oss/src/utils/
A DSignUtils.cc56 void SignUtils::build(const std::string &method, in build()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DCORSRule.h39 void addAllowedMethod(const std::string& method) { allowedMethods_.push_back(method); } in addAllowedMethod()
/AliOS-Things-master/components/oss/src/model/
A DSetBucketCorsRequest.cc52 for (const auto &method : rule.AllowedMethods()) in payload() local
A DGeneratePresignedUrlRequest.cc30 …eneratePresignedUrlRequest(const std::string &bucket, const std::string &key, Http::Method method): in GeneratePresignedUrlRequest()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dzip.c148 int method; /* compression method of file currenty wr.*/ member
1058 const char* comment, int method, int level, int raw, in zipOpenNewFileInZip4_64()
1268 const char* comment, int method, int level, int raw, in zipOpenNewFileInZip4()
1284 const char* comment, int method, int level, int raw, in zipOpenNewFileInZip3()
1299 const char* comment, int method, int level, int raw, in zipOpenNewFileInZip3_64()
1314 const char* comment, int method, int level, int raw) in zipOpenNewFileInZip2()
1327 … const char* comment, int method, int level, int raw, int zip64) in zipOpenNewFileInZip2_64()
1340 const char* comment, int method, int level, int zip64) in zipOpenNewFileInZip64()
1353 const char* comment, int method, int level) in zipOpenNewFileInZip()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_compress.c35 TIFFNoEncode(TIFF* tif, const char* method) in TIFFNoEncode()
73 TIFFNoDecode(TIFF* tif, const char* method) in TIFFNoDecode()
/AliOS-Things-master/components/http/src/
A Dhttp_method_api.c12 static HTTPC_RESULT httpclient_common(httpclient_t *client, const char *url, int method, httpclient… in httpclient_common()
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_message.h54 lite_cjson_t method; member
74 char *method; member
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c45 int method; member
362 const char *method = NULL; in native_http_request() local
A Dmodhttp.c50 int method; member
479 const char *method = NULL; in http_request() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c48 int method; member
354 const char *method = NULL; in native_http_request() local
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Droaserviceclient_ut.cc22 …est(const std::string &endpoint, const RoaServiceRequest &msg, HttpRequest::Method method = HttpRe… in makeRequest()
A Dutils_ut.cc22 std::string method = HttpMethodToString(HttpRequest::Method::Head); in TEST() local
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djddctmgr.c95 int method = 0; in start_pass() local
/AliOS-Things-master/solutions/miniapp_agent_demo/
A D#U9ed8#U8ba4#U6a21#U5757.json94 "method": "thing.event.property.post", string
169 "method": "thing.event.Error.post", string
191 "method": "thing.service.property.set", string
268 "method": "thing.service.property.get", string

Completed in 48 milliseconds

123