Home
last modified time | relevance | path

Searched defs:realm (Results 1 - 11 of 11) sorted by relevance

/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() argument
72 void WebDataBase::CJSaveHttpAuthCredentials(const std::string &host, const std::string &realm, in CJSaveHttpAuthCredentials() argument
H A Dwebview_ffi.cpp1307 RetDataCArrString FfiOHOSDBGetHttpAuthCredentials(const char *host, const char *realm) in FfiOHOSDBGetHttpAuthCredentials() argument
1325 void FfiOHOSDBSaveHttpAuthCredentials(const char *host, const char *realm, in FfiOHOSDBSaveHttpAuthCredentials() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_web_data_base_adapter_impl.cpp34 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& username, const char* password) SaveHttpAuthCredentials() argument
41 GetHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, ArkWebString& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_data_base_impl.cpp31 void ArkWebDataBaseImpl::GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, in GetHttpAuthCredentials() argument
40 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& user_name, const char* password) SaveHttpAuthCredentials() argument
H A Dark_web_handler_wrapper.cpp482 OnHttpAuthRequestByJS( std::shared_ptr<OHOS::NWeb::NWebJSHttpAuthResult> result, const std::string& host, const std::string& realm) OnHttpAuthRequestByJS() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_web_data_base_adapter_wrapper.cpp40 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& username, const char* password) SaveHttpAuthCredentials() argument
55 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_data_base_wrapper.cpp31 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& user_name, char* password, uint32_t password_size) GetHttpAuthCredentials() argument
46 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& user_name, const char* password) SaveHttpAuthCredentials() argument
H A Dark_web_handler_impl.cpp415 OnHttpAuthRequestByJS( ArkWebRefPtr<ArkWebJsHttpAuthResult> result, const ArkWebString& host, const ArkWebString& realm) OnHttpAuthRequestByJS() argument
/base/web/webview/interfaces/kits/napi/webdatabase/
H A Dnapi_web_data_base.cpp156 std::string realm; in JsSaveHttpAuthCredentials() local
217 std::string realm; in JsGetHttpAuthCredentials() local
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
H A Dohos_web_data_base_adapter_impl.cpp109 void OhosWebDataBaseAdapterImpl::SaveHttpAuthCredentials(const std::string& host, const std::string& realm, in SaveHttpAuthCredentials() argument
138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string& realm, in GetHttpAuthCredentials() argument
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h608 OnHttpAuthRequestByJS( std::shared_ptr<NWebJSHttpAuthResult> result, const std::string& host, const std::string& realm) OnHttpAuthRequestByJS() argument

Completed in 13 milliseconds