Home
last modified time | relevance | path

Searched defs:dbValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp169 std::string dbValue = ""; variable
184 std::string dbValue = ""; variable
239 std::string dbValue = ""; variable
253 std::string dbValue = ""; variable
267 std::string dbValue = ""; variable
281 std::string dbValue = ""; variable
295 std::string dbValue = ""; variable
309 std::string dbValue = ""; variable
323 std::string dbValue = ""; variable
337 std::string dbValue = ""; variable
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp72 const std::string& dbKey, const std::string& dbValue) in NotifyProfileChange()
207 …bscribeProfileManager::NotifyDeviceProfileAdd(const std::string& dbKey, const std::string& dbValue) in NotifyDeviceProfileAdd()
232 …ribeProfileManager::NotifyDeviceProfileUpdate(const std::string& dbKey, const std::string& dbValue) in NotifyDeviceProfileUpdate()
259 …ribeProfileManager::NotifyDeviceProfileDelete(const std::string& dbKey, const std::string& dbValue) in NotifyDeviceProfileDelete()
284 …scribeProfileManager::NotifyServiceProfileAdd(const std::string& dbKey, const std::string& dbValue) in NotifyServiceProfileAdd()
310 …ibeProfileManager::NotifyServiceProfileUpdate(const std::string& dbKey, const std::string& dbValue) in NotifyServiceProfileUpdate()
339 …ibeProfileManager::NotifyServiceProfileDelete(const std::string& dbKey, const std::string& dbValue) in NotifyServiceProfileDelete()
365 …SubscribeProfileManager::NotifyCharProfileAdd(const std::string& dbKey, const std::string& dbValue) in NotifyCharProfileAdd()
392 …scribeProfileManager::NotifyCharProfileUpdate(const std::string& dbKey, const std::string& dbValue) in NotifyCharProfileUpdate()
422 …scribeProfileManager::NotifyCharProfileDelete(const std::string& dbKey, const std::string& dbValue) in NotifyCharProfileDelete()
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Ditable.h79 …void PutColumnValue(NativeRdb::ValuesBucket &dbValue, const std::string &columnName, const std::st… in PutColumnValue()
84 …void PutColumnValue(NativeRdb::ValuesBucket &dbValue, const std::string &columnName, const int32_t… in PutColumnValue()
89 …void PutColumnValue(NativeRdb::ValuesBucket &dbValue, const std::string &columnName, const int64_t… in PutColumnValue()
94 …void PutColumnValue(NativeRdb::ValuesBucket &dbValue, const std::string &columnName, const double … in PutColumnValue()
99 …void PutColumnValue(NativeRdb::ValuesBucket &dbValue, const std::string &columnName, const bool &v… in PutColumnValue()
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_table.cpp92 …mwareComponentTable::BuildDbValue(const FirmwareComponent &value, NativeRdb::ValuesBucket &dbValue) in BuildDbValue()
H A Dfirmware_task_table.cpp95 void FirmwareTaskTable::BuildDbValue(const FirmwareTask &value, NativeRdb::ValuesBucket &dbValue) in BuildDbValue()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/
H A Daudio_volume_config.h26 int32_t dbValue; member
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp59 std::string dbValue = item.value.ToString(); in OnChange() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp474 std::string dbValue = item.second; in GetAllDeviceProfile() local
502 std::string dbValue = item.second; in GetAllServiceProfile() local
530 std::string dbValue = item.second; in GetAllCharacteristicProfile() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dquery_sync_water_mark_helper.cpp207 Value dbValue; in SaveQueryWaterMarkToDB() local
229 Value dbValue; in GetQueryWaterMarkFromDB() local
380 Value dbValue; in GetDeleteWaterMarkFromDB() local
393 Value dbValue; in SaveDeleteWaterMarkToDB() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp84 std::pair<OhCloudExtValue *, size_t> ExtensionUtil::Convert(const DBValue &dbValue) in Convert()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp207 DBValue dbValue; in Get() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp355 DBValue dbValue; in Get() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp1771 float dbValue = (volumePoints[position - 1].dbValue / 100.0f) + in CalculateVolumeDbNonlinear() local