Searched defs:PutDouble (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_predicates_objects.cpp | 39 int RelationalPredicatesObjects::PutDouble(OH_VObject *objects, double *value, uint32_t count) in PutDouble() function in OHOS::RdbNdk::RelationalPredicatesObjects
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | shared_block_serializer_info.cpp | 79 int SharedBlockSerializerInfo::PutDouble(int row, int column, double value)
in PutDouble() function in OHOS::NativeRdb::SharedBlockSerializerInfo
|
H A D | values_bucket.cpp | 69 void ValuesBucket::PutDouble(const std::string &columnName, double value) in PutDouble() function in OHOS::NativeRdb::ValuesBucket
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | distributed_object_impl.cpp | 30 uint32_t DistributedObjectImpl::PutDouble(const std::string &key, double value) in PutDouble() function in OHOS::ObjectStore::DistributedObjectImpl
|
H A D | flat_object_store.cpp | 260 uint32_t FlatObjectStore::PutDouble(const std::string &sessionId, const std::string &key, double value) in PutDouble() function in OHOS::ObjectStore::FlatObjectStore
|
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | shared_block.cpp | 406 int SharedBlock::PutDouble(uint32_t row, uint32_t column, double value)
in PutDouble() function in OHOS::AppDataFwk::SharedBlock
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_base.cpp | 139 int PreferencesBase::PutDouble(const std::string &key, double value) in PutDouble() function in OHOS::NativePreferences::PreferencesBase
|
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 354 int SharedBlock::PutDouble(uint32_t row, uint32_t column, double value)
in PutDouble() function in OHOS::AppDataFwk::SharedBlock
|
Completed in 5 milliseconds