Home
last modified time | relevance | path

Searched refs:baseName (Results 1 – 12 of 12) sorted by relevance

/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.h38 …value StoreWebArchiveInternal(napi_env env, napi_callback_info cbinfo, const std::string &baseName,
42 …void StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_env env, napi_ref js…
44 …void StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env env, napi_deferre…
Dnapi_web_async_controller.cpp49 const std::string &baseName, bool autoName) in StoreWebArchiveInternal() argument
78 … webAsyncController->StoreWebArchiveCallback(baseName, autoName, env, std::move(jsCallback)); in StoreWebArchiveInternal()
86 webAsyncController->StoreWebArchivePromise(baseName, autoName, env, deferred); in StoreWebArchiveInternal()
124 std::string baseName(stringValue); in JS_StoreWebArchive() local
142 return StoreWebArchiveInternal(env, cbinfo, baseName, autoName); in JS_StoreWebArchive()
194 void NapiWebAsyncController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, na… in StoreWebArchiveCallback() argument
242 nweb->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchiveCallback()
247 void NapiWebAsyncController::StoreWebArchivePromise(const std::string &baseName, bool autoName, nap… in StoreWebArchivePromise() argument
285 nweb->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchivePromise()
/base/global/i18n/frameworks/intl/src/
Dlocale_info.cpp76 baseName = locale.getBaseName(); in InitLocaleInfo()
77 std::replace(baseName.begin(), baseName.end(), '_', '-'); in InitLocaleInfo()
210 return baseName; in GetBaseName()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h102 …void StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_env env, napi_ref js…
104 …void StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env env, napi_deferre…
Dwebview_controller.cpp207 void WebviewController::StoreWebArchiveCallback(const std::string &baseName, bool autoName, napi_en… in StoreWebArchiveCallback() argument
257 nweb_ptr->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchiveCallback()
261 void WebviewController::StoreWebArchivePromise(const std::string &baseName, bool autoName, napi_env… in StoreWebArchivePromise() argument
298 nweb_ptr->StoreWebArchive(baseName, autoName, callbackImpl); in StoreWebArchivePromise()
Dnapi_webview_controller.h93 const std::string &baseName, bool autoName);
Dnapi_webview_controller.cpp1107 std::string baseName; in StoreWebArchive() local
1108 if (!NapiParseUtils::ParseString(env, argv[INTEGER_ZERO], baseName)) { in StoreWebArchive()
1113 if (baseName.empty()) { in StoreWebArchive()
1134 return StoreWebArchiveInternal(env, info, baseName, autoName); in StoreWebArchive()
1138 const std::string &baseName, bool autoName) in StoreWebArchiveInternal() argument
1164 … webviewController->StoreWebArchiveCallback(baseName, autoName, env, std::move(jsCallback)); in StoreWebArchiveInternal()
1172 webviewController->StoreWebArchivePromise(baseName, autoName, env, deferred); in StoreWebArchiveInternal()
/base/global/i18n/frameworks/intl/include/
Dlocale_info.h57 std::string baseName; variable
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DDataFetcher.java133 String baseName = matcher.group(1); in processWildcard() local
136 if (loc.getLanguage().equals(baseName) && !LOCALES.containsKey(finalLanguageTag) && in processWildcard()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h231 void StoreWebArchive(const std::string &baseName, bool autoName, in StoreWebArchive() argument
/base/web/webview/ohos_nweb/include/
Dnweb.h471 virtual void StoreWebArchive(const std::string &baseName, bool autoName,
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp143 string baseName = "en-GB"; variable
147 EXPECT_EQ(loc->GetBaseName(), baseName);