Home
last modified time | relevance | path

Searched defs:strBase (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp61 string strBase = "strbase"; variable
73 string strBase = ""; variable
89 string strBase = "STRbase"; variable
101 string strBase = ""; variable
160 string strBase = "test"; variable
176 string strBase = "test for split"; variable
233 string strBase = ""; variable
253 string strBase = "1234556"; variable
276 string strBase = "1234556"; variable
307 string strBase = "ABSEFAD"; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/typesutil_fuzzer/
H A Dtypesutil_fuzzer.cpp29 void ClientDevFuzz(const std::string &strBase) in ClientDevFuzz()
41 void EntryFuzz(const std::string &strBase) in EntryFuzz()
52 void BlobFuzz(const std::string &strBase) in BlobFuzz()
70 void OptionsFuzz(const std::string &strBase) in OptionsFuzz()
95 void ChangeNotificationFuzz(const std::string &strBase, bool boolBase) in ChangeNotificationFuzz()
140 void StringFuzz(const std::string &strBase) in StringFuzz()
149 void GetTotalSizeFuzz(const std::string &strBase, uint32_t size) in GetTotalSizeFuzz()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/
H A Dstring_benchmark_test.cpp76 string strBase = "strbase"; in BENCHMARK_F() local
92 string strBase = ""; in BENCHMARK_F() local
112 string strBase = "STRbase"; in BENCHMARK_F() local
128 string strBase = ""; in BENCHMARK_F() local
199 string strBase = "test"; in BENCHMARK_F() local
219 string strBase = "test for split"; in BENCHMARK_F() local
284 string strBase = ""; in BENCHMARK_F() local
309 string strBase = "1234556"; in BENCHMARK_F() local
336 string strBase = "1234556"; in BENCHMARK_F() local
371 string strBase = "ABSEFAD"; in BENCHMARK_F() local
[all …]
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1203 void DelCont(std::string strBase, std::string &strInput, UrlData &baseInfo, in DelCont()
1217 std::string strBase = base; in URL() local