Home
last modified time | relevance | path

Searched refs:cellValue (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp223 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()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_helper_test/src/
H A Dringtone_fetch_result_test.cpp92 variant<int32_t, int64_t, string, double> cellValue = ""; in HWTEST_F() local
93 EXPECT_EQ(ret, cellValue); in HWTEST_F()
130 variant<int32_t, int64_t, string, double> cellValue ; in HWTEST_F() local
131 EXPECT_EQ(ret, cellValue); in HWTEST_F()
135 EXPECT_EQ(ret, cellValue); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp333 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()

Completed in 4 milliseconds