Searched refs:GetInternalPath (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_initialize.h | 68 static bool GetInternalPath(const std::string &fileUri,
|
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_initialize.cpp | 614 bool CJInitialize::GetInternalPath(const std::string &fileUri, in GetInternalPath() function in OHOS::CJSystemapi::Request::CJInitialize 652 if (!GetInternalPath(file.uri, context, config, path)) { in CheckFileSpec()
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | js_initialize.h | 91 …static bool GetInternalPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, const C…
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 312 bool JsInitialize::GetInternalPath(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context, in GetInternalPath() function in OHOS::Request::JsInitialize 1073 if (!GetInternalPath(context, config, path, error.errInfo)) { in CheckUploadFileSpec() 1105 } else if (!GetInternalPath(context, config, path, error.errInfo)) { in CheckDownloadFile()
|