Home
last modified time | relevance | path

Searched refs:username_s (Results 1 - 2 of 2) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp33 std::string username_s; in CJGetHttpAuthCredentials() local
37 database->GetHttpAuthCredentials(host, realm, username_s, password, MAX_PWD_LENGTH + 1); in CJGetHttpAuthCredentials()
40 if (username_s.empty() || strlen(password) == 0) { in CJGetHttpAuthCredentials()
51 result[0] = OHOS::Webview::MallocCString(username_s); in CJGetHttpAuthCredentials()
53 WEBVIEWLOGI("Webdatabase getHttpAuthCredentials transfer username_s failed!"); in CJGetHttpAuthCredentials()
H A Dwebview_ffi.cpp1330 std::string username_s = std::string(username); in FfiOHOSDBSaveHttpAuthCredentials() local
1333 OHOS::NWeb::WebDataBase::CJSaveHttpAuthCredentials(host_s, realm_s, username_s, password_s); in FfiOHOSDBSaveHttpAuthCredentials()

Completed in 4 milliseconds