Home
last modified time | relevance | path

Searched refs:FUNCTION_DELETE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/request/request/common/include/
H A Dconstant.h82 static constexpr const char *FUNCTION_DELETE = "delete"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/include/
H A Dhttp_module.h27 static constexpr const char *FUNCTION_DELETE = "delete"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp113 DECLARE_NAPI_FUNCTION(HttpResponseCache::FUNCTION_DELETE, HttpResponseCache::Delete), in DefineHttpResponseCacheClass()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp74 DECLARE_NAPI_FUNCTION(FUNCTION_DELETE, RequestEvent::Remove),