Searched refs:GetHttpAuthCredentials (Results 1 – 7 of 7) sorted by relevance
| /base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
| D | web_data_base_adapter_impl_test.cpp | 173 dataBase.GetHttpAuthCredentials("", TEST_REALME, username, password, maxLength + 1); 174 dataBase.GetHttpAuthCredentials(TEST_HOST, "", username, password, maxLength + 1); 175 dataBase.GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, nullptr, maxLength + 1); 176 dataBase.GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, password, maxLength + 1); 178 … g_dataBaseNull->GetHttpAuthCredentials(TEST_HOST, TEST_REALME, username, password, maxLength + 1);
|
| /base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/ |
| D | gethttpauthcredentials_fuzzer.cpp | 36 …OhosWebDataBaseAdapterImpl::GetInstance().GetHttpAuthCredentials(host, realm, username, password, … in DoSomethingInterestingWithMyAPI()
|
| /base/web/webview/ohos_nweb/include/ |
| D | nweb_data_base.h | 67 virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
|
| /base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/ |
| D | ohos_web_data_base_adapter_impl.h | 51 void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
|
| /base/web/webview/ohos_adapter/interfaces/ |
| D | ohos_web_data_base_adapter.h | 36 virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
|
| /base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
| D | ohos_web_data_base_adapter_impl.cpp | 138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string&… in GetHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
|
| /base/web/webview/interfaces/kits/napi/webdatabase/ |
| D | napi_web_data_base.cpp | 234 dataBase->GetHttpAuthCredentials(host, realm, username, password, MAX_PWD_LENGTH + 1); in JsGetHttpAuthCredentials()
|