Home
last modified time | relevance | path

Searched refs:cvalue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp81 std::string cvalue = value; in Contains() local
82 predicates_->Contains(cfield, cvalue); in Contains()
88 std::string cvalue = value; in BeginsWith() local
89 predicates_->BeginsWith(cfield, cvalue); in BeginsWith()
95 std::string cvalue = value; in EndsWith() local
96 predicates_->EndsWith(cfield, cvalue); in EndsWith()
114 std::string cvalue = value; in Like() local
115 predicates_->Like(cfield, cvalue); in Like()
121 std::string cvalue = value; in Glob() local
122 predicates_->Glob(cfield, cvalue); in Glob()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp307 std::string cvalue = value; in FfiOHOSCookieMgrConfigCookieSync() local
308 return OHOS::NWeb::WebCookieManager::CjSetCookie(curl, cvalue, incognitoMode); in FfiOHOSCookieMgrConfigCookieSync()