Home
last modified time | relevance | path

Searched refs:SurroundWithQuote (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_utils_test.cpp57 * @tc.desc: Abnormal testCase of string_utils for SurroundWithQuote, if value is ""
62 EXPECT_EQ("", StringUtils::SurroundWithQuote("", "\"")); in HWTEST_F()
67 * @tc.desc: Normal testCase of string_utils for SurroundWithQuote
72 EXPECT_EQ("\"AND\"", StringUtils::SurroundWithQuote("AND", "\"")); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstring_utils.h26 static std::string SurroundWithQuote(const std::string &value, const std::string &quote);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstring_utils.cpp20 std::string StringUtils::SurroundWithQuote(const std::string &value, const std::string &quote) in SurroundWithQuote() function in OHOS::NativeRdb::StringUtils

Completed in 1 milliseconds