Home
last modified time | relevance | path

Searched refs:CheckMethod (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Djs_util.h57 static bool CheckMethod(const std::string &method);
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Djs_util.cpp126 return CheckMethod(config.method); in CheckConfig()
137 bool JSUtil::CheckMethod(const std::string &method) in CheckMethod() function in OHOS::Request::Upload::JSUtil