Home
last modified time | relevance | path

Searched defs:selections (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dslientswitch_test.cpp248 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
267 std::string selections = TBL_STU_NAME + " = 'wangwu'"; variable
287 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
306 std::string selections = TBL_STU_NAME + " = 'wangwu'"; variable
397 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
413 std::string selections = TBL_STU_NAME + " = 'wangwu'"; variable
430 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
446 std::string selections = TBL_STU_NAME + " = 'wangwu'"; variable
H A Dslientaccess_test.cpp315 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
330 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
363 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
394 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
548 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
590 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
675 std::string selections = TBL_STU_NAME + " = 'lisi'"; variable
H A Derrorcode_test.cpp188 std::string selections = TBL_STU_NAME + " = 'wangwu'"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dhisysevent_util.cpp29 std::vector<std::string> selections{EventStore::EventCol::TS}; in IsEventProcessed() local
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp82 std::vector<std::string> selections { EventStore::EventCol::TS }; in SelectEventFromDB() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_common_utils_test.cpp70 string selections = ""; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedialibrary_common_utils.cpp327 void MediaLibraryCommonUtils::AppendSelections(std::string &selections) in AppendSelections()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp116 std::string selections = ""; variable
157 std::string selections = ""; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_unittest_utils/src/
H A Dmedialibrary_unittest_utils.cpp153 string selections = MEDIA_DATA_DB_ID + " = " + to_string(fileId); in GetFileAsset() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp140 std::vector<std::string> selections { EventStore::EventCol::TS }; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1702 void MediaLibraryNapiUtils::FixSpecialDateType(string &selections) in FixSpecialDateType()