Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_cookie_manager.h182 const std::string& url, bool& is_valid, bool incognito_mode, bool includeHttpOnly) in ReturnCookieWithHttpOnly()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A 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()
/ohos5.0/base/msdp/device_status/rust/services/sys/src/
H A Dbinding.rs62 pub fn is_valid(&self) -> bool in is_valid() method
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_cookie_manager_impl.cpp78 ArkWebString ArkWebCookieManagerImpl::ReturnCookie(const ArkWebString& url, bool& is_valid, bool in… in ReturnCookie()
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dlib.rs205 let is_valid = hash_data.check_img_hash(img_name, start, end, &hash_value_vec[..]); in check_data_hash_template() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dmimetype.rs699 fn is_valid(v: &[u8]) -> bool { in is_valid() function
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
H A Dlib.rs108 pub fn is_valid(&self) -> bool { in is_valid() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs483 fn is_valid(b: u8) -> bool { in is_valid() method