/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | HttpRequest.cc | 22 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 D | ServiceRequest.cc | 145 HttpRequest::Method ServiceRequest::method() const { return method_; } in method() function in AlibabaCloud::ServiceRequest 179 void ServiceRequest::setMethod(const HttpRequest::Method method) { in setMethod()
|
A D | CommonRequest.cc | 39 void CommonRequest::setHttpMethod(HttpRequest::Method method) { in setHttpMethod()
|
/AliOS-Things-master/components/oss/src/http/ |
A D | HttpRequest.cc | 21 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 D | SDL_dbus.c | 193 …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 D | SDL_ibus.c | 478 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 D | sys_settrace_generic.py | 52 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 D | wifi_eap_config.c | 174 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 D | infra_httpc.c | 130 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 D | alpha_enc.c | 110 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 D | SignUtils.cc | 56 void SignUtils::build(const std::string &method, in build()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | CORSRule.h | 39 void addAllowedMethod(const std::string& method) { allowedMethods_.push_back(method); } in addAllowedMethod()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SetBucketCorsRequest.cc | 52 for (const auto &method : rule.AllowedMethods()) in payload() local
|
A D | GeneratePresignedUrlRequest.cc | 30 …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 D | zip.c | 148 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 D | tif_compress.c | 35 TIFFNoEncode(TIFF* tif, const char* method) in TIFFNoEncode() 73 TIFFNoDecode(TIFF* tif, const char* method) in TIFFNoDecode()
|
/AliOS-Things-master/components/http/src/ |
A D | http_method_api.c | 12 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 D | dm_message.h | 54 lite_cjson_t method; member 74 char *method; member
|
/AliOS-Things-master/components/py_engine/modules/network/http/ |
A D | httputility.c | 45 int method; member 362 const char *method = NULL; in native_http_request() local
|
A D | modhttp.c | 50 int method; member 479 const char *method = NULL; in http_request() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/ |
A D | module_http.c | 48 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 D | roaserviceclient_ut.cc | 22 …est(const std::string &endpoint, const RoaServiceRequest &msg, HttpRequest::Method method = HttpRe… in makeRequest()
|
A D | utils_ut.cc | 22 std::string method = HttpMethodToString(HttpRequest::Method::Head); in TEST() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jddctmgr.c | 95 int method = 0; in start_pass() local
|
/AliOS-Things-master/solutions/miniapp_agent_demo/ |
A D | #U9ed8#U8ba4#U6a21#U5757.json | 94 "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
|