Home
last modified time | relevance | path

Searched refs:RINGTONE_COLUMN_SIZE (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/
H A Dringtone_unittest.cpp109 RINGTONE_COLUMN_SIZE,
178 RINGTONE_COLUMN_SIZE,
209 RINGTONE_COLUMN_SIZE,
241 values.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
262 values.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
325 values.Put(RINGTONE_COLUMN_SIZE, SIZE_DEFAULT);
356 values.Put(RINGTONE_COLUMN_SIZE, SIZE_DEFAULT);
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_asset.cpp44 return GetInt64Member(RINGTONE_COLUMN_SIZE); in GetSize()
49 member_[RINGTONE_COLUMN_SIZE] = size; in SetSize()
H A Dringtone_fetch_result.cpp31 { RINGTONE_COLUMN_SIZE, DATA_TYPE_INT64 }, in GetResultTypeMap()
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp170 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
183 …ing> columns = { { RINGTONE_COLUMN_TONE_ID }, { RINGTONE_COLUMN_DATA }, { RINGTONE_COLUMN_SIZE } };
212 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_data_manager_test.cpp88 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
107 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
124 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
144 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
376 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(TEST_RINGTONE_COLUMN_SIZE));
H A Dringtone_rdbstore_test.cpp37 RINGTONE_COLUMN_SIZE + " BIGINT DEFAULT 0, " + ")";
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
H A Dringtone_source.cpp28 RINGTONE_COLUMN_SIZE + " BIGINT DEFAULT 0, " +
/ohos5.0/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
H A Dringtone_db_const.h74 const std::string RINGTONE_COLUMN_SIZE = "size"; variable
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_scanner/src/
H A Dringtone_read_test.cpp150 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(size)); in main()
H A Dringtone_test.cpp79 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(ringtoneSize)); in RingtoneIndex()
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_rdb_callbacks.cpp42 RINGTONE_COLUMN_SIZE + " BIGINT DEFAULT 0, " +
/ohos5.0/foundation/multimedia/ringtone_library/
H A DREADME_zh.md79 valuesBucket.Put(RINGTONE_COLUMN_SIZE, static_cast<int64_t>(ringtoneSize));
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_setting/src/
H A Dringtone_metadata.cpp53 memberFuncMap_[RINGTONE_COLUMN_SIZE] = make_pair(RingtoneResultSetDataType::DATA_TYPE_INT64, in Init()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_datashare_extension.cpp177 { RINGTONE_COLUMN_SIZE },
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_base.cpp267 values.PutInt(RINGTONE_COLUMN_SIZE, fileInfo.size); in SetInsertValue()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H A Dringtone_scanner_db.cpp273 values.PutLong(RINGTONE_COLUMN_SIZE, metadata.GetSize()); in SetValuesFromMetaData()