Searched defs:PutLong (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | values_bucket.h | 30 void PutLong(const std::string &columnName, int64_t value) {}; in PutLong() function
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_preferences.h | 82 int PutLong(const std::string& key, int64_t value) override in PutLong() function
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/ |
H A D | hievent.h | 127 HiEvent& PutLong(const std::string& key, long value) in PutLong() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | shared_block_serializer_info.cpp | 69 int SharedBlockSerializerInfo::PutLong(int row, int column, sqlite3_int64 value) in PutLong() function in OHOS::NativeRdb::SharedBlockSerializerInfo
|
H A D | values_bucket.cpp | 64 void ValuesBucket::PutLong(const std::string &columnName, int64_t value) in PutLong() function in OHOS::NativeRdb::ValuesBucket
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_base.cpp | 130 int PreferencesBase::PutLong(const std::string &key, int64_t value) in PutLong() function in OHOS::NativePreferences::PreferencesBase
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
H A D | shared_block.cpp | 390 int SharedBlock::PutLong(uint32_t row, uint32_t column, int64_t value) in PutLong() function in OHOS::AppDataFwk::SharedBlock
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 336 int SharedBlock::PutLong(uint32_t row, uint32_t column, int64_t value) in PutLong() function in OHOS::AppDataFwk::SharedBlock
|