Home
last modified time | relevance | path

Searched refs:WebDataBase (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dweb_data_base.h27 class WebDataBase { class
29 WebDataBase() {} in WebDataBase() function in OHOS::NWeb::WebDataBase
30 ~WebDataBase() = default;
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp30 CArrString WebDataBase::CJGetHttpAuthCredentials(const std::string &host, const std::string &realm) in CJGetHttpAuthCredentials()
72 void WebDataBase::CJSaveHttpAuthCredentials(const std::string &host, const std::string &realm, in CJSaveHttpAuthCredentials()
82 bool WebDataBase::CJExistHttpAuthCredentials() in CJExistHttpAuthCredentials()
93 void WebDataBase::CJDeleteHttpAuthCredentials() in CJDeleteHttpAuthCredentials()
H A Dwebview_ffi.cpp1312 CArrString result = OHOS::NWeb::WebDataBase::CJGetHttpAuthCredentials(host_s, realm_s); in FfiOHOSDBGetHttpAuthCredentials()
1333 OHOS::NWeb::WebDataBase::CJSaveHttpAuthCredentials(host_s, realm_s, username_s, password_s); in FfiOHOSDBSaveHttpAuthCredentials()
1338 return OHOS::NWeb::WebDataBase::CJExistHttpAuthCredentials(); in FfiOHOSDBExistHttpAuthCredentials()
1343 OHOS::NWeb::WebDataBase::CJDeleteHttpAuthCredentials(); in FfiOHOSDBDeleteHttpAuthCredentials()

Completed in 5 milliseconds