Home
last modified time | relevance | path

Searched refs:CjGetCookie (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dweb_cookie_manager.h28 static std::string CjGetCookie(const std::string &url, bool incognitoMode, int32_t& errCode);
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dweb_cookie_manager.cpp24 std::string WebCookieManager::CjGetCookie(const std::string &url, bool incognitoMode, int32_t& errC… in CjGetCookie() function in OHOS::NWeb::WebCookieManager
H A Dwebview_ffi.cpp299 … std::string value = OHOS::NWeb::WebCookieManager::CjGetCookie(curl, incognitoMode, *errCode); in FfiOHOSCookieMgrFetchCookieSync()