Home
last modified time | relevance | path

Searched defs:is_valid (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_cookie_manager.h182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_cookie_manager_wrapper.cpp88 std::string ArkWebCookieManagerWrapper::ReturnCookie(const std::string& url, bool& is_valid, bool i… in ReturnCookie()
182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly()
/base/msdp/device_status/rust/services/sys/src/
Dbinding.rs62 pub fn is_valid(&self) -> bool in is_valid() method
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_cookie_manager_impl.cpp78 ArkWebString ArkWebCookieManagerImpl::ReturnCookie(const ArkWebString& url, bool& is_valid, bool in… in ReturnCookie()
/base/update/updater/services/rust/hash_signed_data/src/
Dlib.rs205 let is_valid = hash_data.check_img_hash(img_name, start, end, &hash_value_vec[..]); in check_data_hash_template() localVariable
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
Dlib.rs108 pub fn is_valid(&self) -> bool { in is_valid() method