Searched refs:cellValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_helper/src/ |
H A D | ringtone_fetch_result.cpp | 223 variant<int32_t, int64_t, string, double> cellValue; in GetValByIndex() local 236 cellValue = move(stringVal); in GetValByIndex() 244 cellValue = integerVal; in GetValByIndex() 252 cellValue = longVal; in GetValByIndex() 260 cellValue = doubleVal; in GetValByIndex() 265 return cellValue; in GetValByIndex()
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/ |
H A D | ringtone_fetch_result_test.cpp | 92 variant<int32_t, int64_t, string, double> cellValue = ""; variable 93 EXPECT_EQ(ret, cellValue); 130 variant<int32_t, int64_t, string, double> cellValue ; variable 131 EXPECT_EQ(ret, cellValue); 135 EXPECT_EQ(ret, cellValue);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | fetch_result.cpp | 333 variant<int32_t, int64_t, string, double> cellValue; in GetValByIndex() local 346 cellValue = move(stringVal); in GetValByIndex() 354 cellValue = integerVal; in GetValByIndex() 362 cellValue = longVal; in GetValByIndex() 370 cellValue = doubleVal; in GetValByIndex() 377 return cellValue; in GetValByIndex()
|