Searched refs:longValue (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/ |
H A D | ActsCodecFormatNdkTest.cpp | 140 int64_t longValue = 1; in HWTEST_F() local 149 OH_AVFormat_SetLongValue(codecFormatIn, longKey, longValue); in HWTEST_F() 160 ASSERT_EQ(longValueOut, longValue); in HWTEST_F()
|
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | multimediaCore.cpp | 99 int64_t longValue = PARAM_1; variable 499 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueOne() 524 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueThree() 537 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueFour() 550 OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatGetLongValueFive() 782 bool ReturnValue = OH_AVFormat_SetLongValue(AVFormat, longKey, longValue); in MultimediaCoreAVFormatSetLongValueOne() 793 bool ReturnValue = OH_AVFormat_SetLongValue(nullptr, longKey, longValue); in MultimediaCoreAVFormatSetLongValueTwo() 804 bool ReturnValue = OH_AVFormat_SetLongValue(AVFormat, nullptr, longValue); in MultimediaCoreAVFormatSetLongValueThree()
|
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/ |
H A D | subscribe.cpp | 80 long longValue = OH_CommonEvent_GetLongFromParameters(parameters, "wh9", 2147483650);
in OnReceive() local 81 OH_LOG_Print(LOG_APP, LOG_INFO, 1, "ces_test", "longValue = %{public}ld", longValue);
in OnReceive()
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_predicates_test.cpp | 456 int64_t longValue;
in SUB_DDM_RDB_Predicates_1100() local 457 cursor->getInt64(cursor, columnIndex, &longValue);
in SUB_DDM_RDB_Predicates_1100() 458 NAPI_ASSERT(env, longValue == 12800, "getInt64 is fail.");
in SUB_DDM_RDB_Predicates_1100() 1920 int64_t longValue;
in SUB_DDM_RDB_Predicates_6300() local 1921 cursor->getInt64(cursor, columnIndex, &longValue);
in SUB_DDM_RDB_Predicates_6300() 1922 NAPI_ASSERT(env, longValue == 14800, "getInt64 is fail.");
in SUB_DDM_RDB_Predicates_6300()
|
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/ |
H A D | imageEffect.cpp | 830 value.dataValue.longValue = 100L; in SetInputUri2() 1028 value.dataValue.longValue = 100L; in SetInputUri4()
|
Completed in 14 milliseconds