Home
last modified time | relevance | path

Searched refs:sepratedStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_common_utils_test.cpp121 vector<string> sepratedStr; variable
123 EXPECT_NE(sepratedStr.size(), 0);
128 vector<string> sepratedStr; variable
131 sepratedStr.push_back(">=");
132 ret = MediaLibraryCommonUtils::CheckExpressValidation(sepratedStr);
134 sepratedStr.push_back("CheckExpressValidation");
135 ret = MediaLibraryCommonUtils::CheckExpressValidation(sepratedStr);
141 vector<string> sepratedStr; variable
142 sepratedStr.push_back("parent");
145 sepratedStr.push_back(">=date_added ");
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp217 bool MediaLibraryCommonUtils::CheckExpressValidation(std::vector<std::string> &sepratedStr) in CheckExpressValidation() argument
219 for (auto &str : sepratedStr) { in CheckExpressValidation()
252 …raryCommonUtils::SeprateSelection(std::string &strCondition, std::vector<std::string> &sepratedStr) in SeprateSelection() argument
273 sepratedStr.push_back(iter->str()); in SeprateSelection()
320 std::vector<std::string> sepratedStr; in CheckWhereClause() local
322 SeprateSelection(args, sepratedStr); in CheckWhereClause()
324 return CheckExpressValidation(sepratedStr); in CheckWhereClause()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_common_utils.h41 static void SeprateSelection(std::string &strCondition, std::vector<std::string> &sepratedStr);
42 static bool CheckExpressValidation(std::vector<std::string> &sepratedStr);