Home
last modified time | relevance | path

Searched refs:selections (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dslientswitch_test.cpp248 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
249 predicates.SetWhereClause(selections); in HWTEST_F()
267 std::string selections = TBL_STU_NAME + " = 'wangwu'"; in HWTEST_F() local
268 predicates.SetWhereClause(selections); in HWTEST_F()
287 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
288 predicates.SetWhereClause(selections); in HWTEST_F()
306 std::string selections = TBL_STU_NAME + " = 'wangwu'"; in HWTEST_F() local
307 predicates.SetWhereClause(selections); in HWTEST_F()
397 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
398 deletePredicates.SetWhereClause(selections); in HWTEST_F()
413 std::string selections = TBL_STU_NAME + " = 'wangwu'"; HWTEST_F() local
430 std::string selections = TBL_STU_NAME + " = 'lisi'"; HWTEST_F() local
446 std::string selections = TBL_STU_NAME + " = 'wangwu'"; HWTEST_F() local
[all...]
H A Dslientaccess_test.cpp315 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
316 predicates.SetWhereClause(selections); in HWTEST_F()
330 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
331 deletePredicates.SetWhereClause(selections); in HWTEST_F()
363 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
364 predicates.SetWhereClause(selections); in HWTEST_F()
394 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
395 deletePredicates.SetWhereClause(selections); in HWTEST_F()
548 std::string selections = TBL_STU_NAME + " = 'lisi'"; in HWTEST_F() local
549 predicates.SetWhereClause(selections); in HWTEST_F()
590 std::string selections = TBL_STU_NAME + " = 'lisi'"; HWTEST_F() local
675 std::string selections = TBL_STU_NAME + " = 'lisi'"; HWTEST_F() local
[all...]
H A Derrorcode_test.cpp188 std::string selections = TBL_STU_NAME + " = 'wangwu'"; in HWTEST_F() local
189 deletePredicates.SetWhereClause(selections); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_common_utils_test.cpp68 string selections = ""; in HWTEST_F() local
69 MediaLibraryCommonUtils::AppendSelections(selections); in HWTEST_F()
70 selections = "AppendSelections"; in HWTEST_F()
71 MediaLibraryCommonUtils::AppendSelections(selections); in HWTEST_F()
72 EXPECT_EQ(selections, "(AppendSelections)"); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp327 void MediaLibraryCommonUtils::AppendSelections(std::string &selections) in AppendSelections() argument
329 if (selections.empty()) { in AppendSelections()
332 selections = "(" + selections + ")"; in AppendSelections()
/foundation/multimedia/media_library/frameworks/utils/include/
H A Dmedialibrary_common_utils.h32 static void AppendSelections(std::string &selections);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp118 std::string selections = ""; in HWTEST_F() local
119 predicates.SetWhereClause(selections); in HWTEST_F()
133 predicates.SetWhereClause(selections); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_unittest_utils/src/
H A Dmedialibrary_unittest_utils.cpp134 string selections = MEDIA_DATA_DB_ID + " = " + to_string(fileId); in GetFileAsset() local
135 predicates.SetWhereClause(selections); in GetFileAsset()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp230 CHECK_STATUS_RET(napi_has_named_property(env, arg, "selections", &hasFetchOpt), in hasFetchOpt()
231 "Failed to get property selections"); in hasFetchOpt()
1582 void MediaLibraryNapiUtils::FixSpecialDateType(string &selections) in FixSpecialDateType() argument
1588 auto pos = selections.find(dateType); in FixSpecialDateType()
1590 selections.replace(pos, dateType.length(), date2Second); in FixSpecialDateType()
1591 pos = selections.find(dateType, pos + date2Second.length()); in FixSpecialDateType()
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/
H A Dmedialibrary_napi_utils.h471 static void FixSpecialDateType(std::string &selections);

Completed in 10 milliseconds