/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 120 ErrorCode BrightnessEFilter::Restore(const EffectJsonPtr &values) in Restore() argument 123 if (!values->HasElement(Parameter::KEY_INTENSITY)) { in Restore() 128 float brightness = values->GetFloat(Parameter::KEY_INTENSITY); in Restore()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 119 ErrorCode ContrastEFilter::Restore(const EffectJsonPtr &values) in Restore() argument 122 if (!values->HasElement(Parameter::KEY_INTENSITY)) { in Restore() 127 float contrast = values->GetFloat(Parameter::KEY_INTENSITY); in Restore()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_app_uri_sensitive_operations.cpp | 102 MediaLibraryCommand &cmd, const std::vector<DataShare::DataShareValuesBucket> &values) in BatchInsert() 108 for (auto it = values.begin(); it != values.end(); it++) { in BatchInsert() 101 BatchInsert( MediaLibraryCommand &cmd, const std::vector<DataShare::DataShareValuesBucket> &values) BatchInsert() argument
|
H A D | medialibrary_asset_operations.cpp | 933 // All values inserted in this function are the base property for files in InsertAssetInDb() 1151 ValuesBucket &values = cmd.GetValueBucket(); in UpdateFileName() local 1158 if (values.GetObject(MediaColumn::MEDIA_TITLE, valueObject)) { in UpdateFileName() 1162 if (values.GetObject(MediaColumn::MEDIA_NAME, valueObject)) { in UpdateFileName() 1185 values.PutString(MediaColumn::MEDIA_TITLE, newTitle); in UpdateFileName() 1186 values.PutString(MediaColumn::MEDIA_NAME, newDisplayName); in UpdateFileName() 1194 ValuesBucket &values = cmd.GetValueBucket(); in SetUserComment() local 1198 if (values.GetObject(PhotoColumn::PHOTO_USER_COMMENT, valueObject)) { in SetUserComment() 1233 ValuesBucket &values = cmd.GetValueBucket(); in UpdateRelativePath() local 1235 if (values in UpdateRelativePath() 1265 ValuesBucket &values = cmd.GetValueBucket(); UpdateVirtualPath() local 1327 ValuesBucket values; SetPendingTime() local 1963 GetInt32FromValuesBucket(const NativeRdb::ValuesBucket &values, const std::string &column, int32_t &value) GetInt32FromValuesBucket() argument 1991 GetStringFromValuesBucket(const NativeRdb::ValuesBucket &values, const std::string &column, string &value) GetStringFromValuesBucket() argument 2169 ValuesBucket &values = cmd.GetValueBucket(); CheckParamForUpdate() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | lru_bucket.h | 117 * Just update the values, not change the lru 131 * The time complexity is O(min(indexes, values)) 132 * Just update the values, not change the lru chain 134 bool Update(const std::map<_Key, _Tp> &values) in Update() argument 138 auto val = values.begin(); in Update() 141 while (idx != indexes_.end() && val != values.end()) { in Update()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_transaction.h | 55 int PutBatch(const std::vector<MultiVerKvEntry *> &entries, bool isLocal, std::vector<Value> &values) override; 151 int CheckToSaveRecord(const MultiVerKvEntry *entry, bool &isNeedSave, std::vector<Value> &values); 165 int GetPrePutValues(const Version &versionInfo, Timestamp timestamp, std::vector<Value> &values) const; 176 static const std::string INSERT_SQL; // insert or replace the values
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 137 virtual int32_t Insert(const std::string &table, VBuckets &&values) = 0; 139 virtual int32_t Update(const std::string &table, const std::string &setSql, Values &&values, 173 virtual int32_t MergeMigratedData(const std::string &tableName, VBuckets &&values) = 0;
|
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | lru_bucket.h | 117 * Just update the values, not change the lru 131 * The time complexity is O(min(indexes, values)) 132 * Just update the values, not change the lru chain 134 bool Update(const std::map<_Key, _Tp> &values) in Update() argument 138 auto val = values.begin(); in Update() 141 while (idx != indexes_.end() && val != values.end()) { in Update()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 136 bool HasDuplicateAssets(const std::vector<ValueObject> &values); 138 bool HasDuplicateAssets(const std::vector<ValuesBucket> &values); 139 bool HasDuplicateAssets(const ValuesBuckets &values);
|
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_characteristic_test.cpp | 217 const uint8_t *values = static_cast<uint8_t *>(values_Get.get()); in HWTEST_F() local 218 uint8_t resultValuesArray = values[0]; in HWTEST_F() 219 uint8_t resultValuesPointer = *values; in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | trace_handle_exit.h | 107 __array(u64, values, 16) 113 memcpy(__entry->values, value, len << 3); 117 __print_array(__entry->values, __entry->len, sizeof(__u64)))
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | trace_handle_exit.h | 111 __array(u64, values, 16) 117 memcpy(__entry->values, value, len << 3); 121 __print_array(__entry->values, __entry->len, sizeof(__u64)))
|
/kernel/linux/linux-5.10/drivers/iio/amplifiers/ |
H A D | hmc425a.c | 48 DECLARE_BITMAP(values, BITS_PER_TYPE(value)); in hmc425a_write() 50 values[0] = value; in hmc425a_write() 53 NULL, values); in hmc425a_write()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
H A D | v3d_perfmon.c | 77 perfmon->values[i] += V3D_CORE_READ(0, V3D_PCTR_0_PCTRX(i)); in v3d_perfmon_stop() 141 perfmon = kzalloc(struct_size(perfmon, values, req->ncounters), in v3d_perfmon_create_ioctl() 211 if (copy_to_user(u64_to_user_ptr(req->values_ptr), perfmon->values, in v3d_perfmon_get_values_ioctl()
|
/kernel/linux/linux-6.6/drivers/iio/amplifiers/ |
H A D | hmc425a.c | 47 DECLARE_BITMAP(values, BITS_PER_TYPE(value)); in hmc425a_write() 49 values[0] = value; in hmc425a_write() 52 NULL, values); in hmc425a_write()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_rdb_data_mgr.cpp | 236 int32_t NotificationDataMgr::InsertBatchData(const std::unordered_map<std::string, std::string> &values, in InsertBatchData() argument 253 for (auto &value : values) { in InsertBatchData() 382 int32_t NotificationDataMgr::QueryData(const std::string &key, std::vector<uint8_t> &values, const int32_t &userId) in QueryData() argument 392 ret = QueryData(tableName, key, values); in QueryData() 430 const std::string &key, std::unordered_map<std::string, std::string> &values, const int32_t &userId) in QueryDataBeginWithKey() 441 ret = QueryDataBeginWithKey(tableName, key, values); in QueryDataBeginWithKey() 446 if (ret == NativeRdb::E_EMPTY_VALUES_BUCKET && values.empty()) { in QueryDataBeginWithKey() 453 const std::string tableName, const std::string key, std::unordered_map<std::string, std::string> &values) in QueryDataBeginWithKey() 488 values.emplace(resultKey, resultValue); in QueryDataBeginWithKey() 429 QueryDataBeginWithKey( const std::string &key, std::unordered_map<std::string, std::string> &values, const int32_t &userId) QueryDataBeginWithKey() argument 452 QueryDataBeginWithKey( const std::string tableName, const std::string key, std::unordered_map<std::string, std::string> &values) QueryDataBeginWithKey() argument
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | i2c-mux-gpio.h | 18 * @values: Array of bitmasks of GPIO settings (low/high) for each 27 const unsigned *values; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | i2c-mux-gpio.h | 18 * @values: Array of bitmasks of GPIO settings (low/high) for each 27 const unsigned *values; member
|
/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/ |
H A D | trust_profile_manager.cpp | 76 ValuesBucket values; in PutTrustDeviceProfile() local 77 ProfileUtils::TrustDeviceProfileToEntries(profile, values); in PutTrustDeviceProfile() 87 ret = rdbStore_->Put(rowId, TRUST_DEVICE_TABLE, values); in PutTrustDeviceProfile() 124 ValuesBucket values; in PutAccessControlProfile() local 125 ProfileUtils::AccessControlProfileToEntries(accessControlProfile, values); in PutAccessControlProfile() 133 if (rdbStore_->Put(rowId, ACCESS_CONTROL_TABLE, values) != DP_SUCCESS) { in PutAccessControlProfile() 179 ValuesBucket values; in UpdateTrustDeviceProfile() local 180 ProfileUtils::TrustDeviceProfileToEntries(profile, values); in UpdateTrustDeviceProfile() 188 ret = rdbStore_->Update(changeRowCnt, TRUST_DEVICE_TABLE, values, DEVICEID_EQUAL_CONDITION, in UpdateTrustDeviceProfile() 209 ValuesBucket values; in UpdateAccessControlProfile() local 1024 ValuesBucket values; PutAccesserProfile() local 1064 ValuesBucket values; PutAccesseeProfile() local 1204 ValuesBucket values; UpdateAccesserProfile() local 1226 ValuesBucket values; UpdateAccesseeProfile() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 215 std::vector<std::string> values = { "a", "b", "c" };
in HWTEST_F() local 216 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
in HWTEST_F() 275 std::vector<std::string> values = { "a", "b", "c" };
in HWTEST_F() local 276 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
in HWTEST_F() 321 std::vector<std::string> values = { "a", "b", "c" };
in HWTEST_F() local 322 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
in HWTEST_F() 374 std::vector<std::string> values = { "a", "b", "c" };
in HWTEST_F() local 375 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
in HWTEST_F() 431 std::vector<std::string> values = { "a", "b", "c" };
in HWTEST_F() local 432 Recorder::NodeDataCache::Get().PutMultiple(pageNode, "hahaha", "xixi", values);
in HWTEST_F() 478 std::vector<std::string> values = { "a", "b", "c" }; HWTEST_F() local [all...] |
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 898 vector<std::string> values = {"test"}; in HWTEST_F() local 899 int32_t res = onlineSyncTbl_->PutDeviceProfileBatch(keys, values); in HWTEST_F() 1120 std::vector<std::string> values; in HWTEST_F() local 1122 values.emplace_back(profile.GetCharacteristicProfileJson()); in HWTEST_F() 1127 int32_t result = deviceProfileStorage->PutDeviceProfile(keys[0], values[0]); in HWTEST_F() 1142 std::vector<std::string> values; in HWTEST_F() local 1144 values.emplace_back("value1"); in HWTEST_F() 1145 values.emplace_back("value2"); in HWTEST_F() 1147 int32_t result = deviceProfileStorage->PutDeviceProfileBatch(keys, values); in HWTEST_F() 1408 std::vector<std::string> values; in HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_doc_test.cpp | 69 std::vector<int> values = {1, 2, 3}; in HWTEST_F() local 70 sysEventCreator.SetKeyValue("test1", values); in HWTEST_F()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/database/ |
H A D | access_token_db_util.cpp | 72 void AccessTokenDbUtil::ToRdbValueBuckets(const std::vector<GenericValues>& values, in ToRdbValueBuckets() argument 75 for (const auto& value : values) { in ToRdbValueBuckets()
|
/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_base_check.h | 50 const uint32_t *values; member 76 const uint32_t *values; member
|
/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | rdb_store.h | 39 virtual int Update(int &changedRows, const NativeRdb::ValuesBucket &values, 73 MOCK_METHOD3(Update, int(int &changedRows, const ValuesBucket &values, const AbsRdbPredicates &predicates));
|