Home
last modified time | relevance | path

Searched defs:whereArgs (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_device_db.cpp45 vector<string> whereArgs = { udid }; in DeleteDeviceInfo() local
69 vector<string> whereArgs = { udid }; in UpdateDeviceInfo() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_dir_db.cpp31 vector<string> whereArgs = { std::to_string(dirId)}; in DeleteDirInfo() local
H A Dmedialibrary_data_manager_utils.cpp65 …ibraryDataManagerUtils::ObtionCondition(string &strQueryCondition, const vector<string> &whereArgs) in ObtionCondition()
H A Dmedialibrary_analysis_album_operations.cpp76 …rgsValueByName(const string &valueName, const string &whereClause, const vector<string> &whereArgs) in GetArgsValueByName()
96 static int32_t GetAlbumId(const string &whereClause, const vector<string> &whereArgs) in GetAlbumId()
510 auto whereArgs = cmd.GetAbsRdbPredicates()->GetWhereArgs(); in QueryGroupPhotoAlbum() local
725 auto whereArgs = rdbPredicates.GetWhereArgs(); in SetGroupAlbumName() local
756 auto whereArgs = rdbPredicates.GetWhereArgs(); in SetGroupCoverUri() local
788 auto whereArgs = rdbPredicates.GetWhereArgs(); in DismissGroupPhotoAlbum() local
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_access_policy_database.cpp127 std::vector<std::string> whereArgs; in DeleteByUid() local
177 std::vector<std::string> whereArgs; in QueryAll() local
208 std::vector<std::string> whereArgs; in QueryByUid() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp117 vector<string> whereArgs { photoId }; in QuerySubType() local
158 vector<string> whereArgs { imageId }; in QueryPhotoData() local
228 vector<string> whereArgs; in GetCommandByImageId() local
294 vector<string> whereArgs { imageId }; in OnProcessImageDone() local
H A Dmultistages_capture_deferred_video_proc_session_callback.cpp61 vector<string> whereArgs { videoId }; in OnProcessVideoDone() local
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp317 const std::string &whereClause, const std::vector<std::string> &whereArgs) in DeleteAndNoOtherOperation()
378 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName, bundleName, tokenId}; in DeleteRightRecord() local
390 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName}; in DeleteDeviceRightRecord() local
402 std::vector<std::string> whereArgs = {std::to_string(uid), bundleName}; in DeleteAppRightRecord() local
426 std::vector<std::string> whereArgs = {std::to_string(uid)}; in DeleteUidRightRecord() local
441 std::vector<std::string> whereArgs = {std::to_string(uid), std::to_string(relativeExpiredTime), in DeleteNormalExpiredRightRecord() local
455 std::vector<std::string> whereArgs = {std::to_string(validPeriod), deviceName}; in DeleteValidPeriodRightRecord() local
H A Dusb_right_database.cpp125 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
155 int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) in Delete()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner_test/src/
H A Dringtone_scanner_db_test.cpp80 vector<string> whereArgs = {}; variable
130 vector<string> whereArgs = {}; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/dataability/unittest/
H A Ddata_ability_predicates_test.cpp114 std::vector<std::string> whereArgs; variable
246 std::vector<std::string> whereArgs; variable
291 std::vector<std::string> whereArgs; variable
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_database.cpp128 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
143 int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) in Delete()
H A Dpkg_db_helper.cpp46 const std::string &whereClause, const std::vector<std::string> &whereArgs) in DeleteAndNoOtherOperation()
72 std::vector<std::string> whereArgs = {bundleName}; in DeleteRightRecord() local
91 std::vector<std::string> whereArgs; in AddOrUpdatePkgInfo() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_video_capture_manager.cpp110 vector<string> whereArgs { fileId }; in AddVideo() local
204 vector<string> whereArgs { videoId }; in RemoveVideo() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_manager_utils_test/src/
H A Dmedialibrary_manager_utils_test.cpp72 std::vector<string> whereArgs; variable
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_database.cpp124 const std::vector<std::string> &whereArgs) in Update()
140 const std::vector<std::string> &whereArgs) in Delete()
H A Dnetfirewall_db_helper.cpp631 const std::vector<std::string> &whereArgs) in DeleteAndNoOtherOperation()
646 std::vector<std::string> whereArgs = { std::to_string(userId), std::to_string(ruleId) }; in DeleteFirewallRuleRecord() local
658 std::vector<std::string> whereArgs = { std::to_string(userId) }; in DeleteFirewallRuleRecordByUserId() local
670 std::vector<std::string> whereArgs = { std::to_string(appUid) }; in DeleteFirewallRuleRecordByAppId() local
816 std::vector<std::string> whereArgs = { std::to_string(userId), in AddInterceptRecord() local
832 … std::vector<std::string> whereArgs = { std::to_string(userId), std::to_string(size - leftRows) }; in AddInterceptRecord() local
863 std::vector<std::string> whereArgs = { std::to_string(userId) }; in DeleteInterceptRecord() local
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_db.cpp76 int32_t RingtoneScannerDb::QueryRingtoneRdb(const string &whereClause, vector<string> &whereArgs, in QueryRingtoneRdb()
98 vector<string> &whereArgs, const string &tableName) in UpdateRingtoneRdb()
321 vector<string> whereArgs = { to_string(metadata.GetToneId()) }; in UpdateMetadata() local
344 vector<string> whereArgs = { to_string(metadata.GetVibrateId()) }; in UpdateVibrateMetadata() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp162 std::vector<std::string> whereArgs; in GetOldReminders() local
313 std::vector<std::string> whereArgs; in Delete() local
529 std::vector<std::string> whereArgs; in DeleteBase() local
666 std::vector<std::string> whereArgs; in Update() local
815 std::vector<std::string> whereArgs; in Query() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dataability/src/
H A Dpredicates_utils.cpp30 …sPredicates *predicates, const std::string &whereClause, const std::vector<std::string> &whereArgs) in SetWhereClauseAndArgs()
H A Ddata_ability_predicates.cpp44 std::vector<std::string> whereArgs; in DataAbilityPredicates() local
/ohos5.0/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp48 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
68 const std::vector<std::string> &whereArgs) in Delete()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h48 const std::vector<std::string> &whereArgs) in Update()
59 const std::string &whereClause, const std::vector<std::string> &whereArgs, in UpdateWithConflictResolution()
71 const std::vector<std::string> &whereArgs) in Delete()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.cpp27 std::vector<std::string> whereArgs; in Unmarshalling() local
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp78 std::vector<std::string> whereArgs = {std::to_string(uid)}; in SaveSubscriberInfo() local

123