Home
last modified time | relevance | path

Searched refs:stringValue (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
H A Ddms_packet.cpp115 bool DmsPacket::StringToHex(const std::string& stringValue) in StringToHex() argument
117 if (stringValue.empty()) { in StringToHex()
121 for_each(std::begin(stringValue), std::end(stringValue), [this] (char ch) { in StringToHex()
H A Ddms_packet.h57 bool StringToHex(const std::string& stringValue);
/test/xts/acts/multimedia/media/media_cpp_standard/codecFormatNdk/
H A DActsCodecFormatNdkTest.cpp138 const char *stringValue = "string_value"; in HWTEST_F() local
152 OH_AVFormat_SetStringValue(codecFormatIn, stringKey, stringValue); in HWTEST_F()
169 ASSERT_EQ(*stringValueOut, *stringValue); in HWTEST_F()
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DmultimediaCore.cpp97 const char *stringValue = "string_value"; variable
562 OH_AVFormat_SetStringValue(AVFormat, stringKey, stringValue); in MultimediaCoreAVFormatGetStringValueOne()
587 OH_AVFormat_SetStringValue(AVFormat, stringKey, stringValue); in MultimediaCoreAVFormatGetStringValueThree()
600 OH_AVFormat_SetStringValue(AVFormat, stringKey, stringValue); in MultimediaCoreAVFormatGetStringValueFour()
613 OH_AVFormat_SetStringValue(AVFormat, stringKey, stringValue); in MultimediaCoreAVFormatGetStringValueFive()
815 bool ReturnValue = OH_AVFormat_SetStringValue(AVFormat, stringKey, stringValue); in MultimediaCoreAVFormatSetStringValueOne()
826 bool ReturnValue = OH_AVFormat_SetStringValue(nullptr, stringKey, stringValue); in MultimediaCoreAVFormatSetStringValueTwo()
837 bool ReturnValue = OH_AVFormat_SetStringValue(AVFormat, nullptr, stringValue); in MultimediaCoreAVFormatSetStringValueThree()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp6973 JSVM_Value stringValue; in DefineStringProperties() local
6974 OH_JSVM_CreateStringUtf8(env, "Hello!", JSVM_AUTO_LENGTH, &stringValue); in DefineStringProperties()
6976 {"defineStringPropertiesExample", nullptr, nullptr, nullptr, nullptr, stringValue, JSVM_DEFAULT} in DefineStringProperties()

Completed in 24 milliseconds