Home
last modified time | relevance | path

Searched refs:GetHttpAuthCredentials (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/
Dweb_data_base_adapter_impl_test.cpp173 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/
Dgethttpauthcredentials_fuzzer.cpp36 …OhosWebDataBaseAdapterImpl::GetInstance().GetHttpAuthCredentials(host, realm, username, password, … in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_nweb/include/
Dnweb_data_base.h67 virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/include/
Dohos_web_data_base_adapter_impl.h51 void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
/base/web/webview/ohos_adapter/interfaces/
Dohos_web_data_base_adapter.h36 virtual void GetHttpAuthCredentials(const std::string& host, const std::string& realm,
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
Dohos_web_data_base_adapter_impl.cpp138 void OhosWebDataBaseAdapterImpl::GetHttpAuthCredentials(const std::string& host, const std::string&… in GetHttpAuthCredentials() function in OhosWebDataBaseAdapterImpl
/base/web/webview/interfaces/kits/napi/webdatabase/
Dnapi_web_data_base.cpp234 dataBase->GetHttpAuthCredentials(host, realm, username, password, MAX_PWD_LENGTH + 1); in JsGetHttpAuthCredentials()