Home
last modified time | relevance | path

Searched defs:outStr (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp848 bool MtpPacketTool::Int8ToString(const int8_t &value, std::string &outStr) in Int8ToString()
856 bool MtpPacketTool::UInt8ToString(const uint8_t &value, std::string &outStr) in UInt8ToString()
864 bool MtpPacketTool::Int16ToString(const int16_t &value, std::string &outStr) in Int16ToString()
872 bool MtpPacketTool::UInt16ToString(const uint16_t &value, std::string &outStr) in UInt16ToString()
880 bool MtpPacketTool::Int32ToString(const int32_t &value, std::string &outStr) in Int32ToString()
888 bool MtpPacketTool::UInt32ToString(const uint32_t &value, std::string &outStr) in UInt32ToString()
896 bool MtpPacketTool::Int64ToString(const int64_t &value, std::string &outStr) in Int64ToString()
905 bool MtpPacketTool::UInt64ToString(const uint64_t &value, std::string &outStr) in UInt64ToString()
914 bool MtpPacketTool::Int128ToString(const int128_t &value, std::string &outStr) in Int128ToString()
924 bool MtpPacketTool::UInt128ToString(const uint128_t &value, std::string &outStr) in UInt128ToString()
H A Dproperty.cpp43 std::string outStr; in ToString() local
51 bool Property::Value::BinToString(uint32_t valueType, std::string &outStr) in BinToString()
94 bool Property::Value::StrToString(uint32_t valueType, std::string &outStr) in StrToString()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
H A Ddfx_json_formatter.cpp33 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame()
50 …ic bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatNativeFrame()
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp42 std::string outStr = ""; in TestFuncDump() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_adapter_utils.cpp115 void ConvertDataToHex(const unsigned char *data, unsigned int dataLen, std::string &outStr) in ConvertDataToHex()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_log.c71 char outStr[LOG_PRINT_MAX_LEN] = {0}; in DevAuthLogPrint() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile_gen.cpp96 std::stringstream outStr; in PrintBaseType() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp282 string outStr = value->ToString(MTP_TYPE_INT8_CODE); variable
436 string outStr = "Property"; variable
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c366 int32 LogContentFmt(char *outStr, int32 outStrLen, const uint8 *pLogContent) in LogContentFmt()
398 static int32 LogCommonFmt(char *outStr, int32 outStrLen, const HiLogCommon *commonContentPtr) in LogCommonFmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_schema_database_upgrade_test.cpp111 std::string outStr(inVec.begin(), inVec.end()); in ToStr() local
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c407 int32 EventContentFmt(char *outStr, int32 outStrLen, const uint8 *pEvent) in EventContentFmt()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp169 std::string outStr = ConvertSignAndNum(result, lastLen, defaultData, defaultData->style); in InnerFormat() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.cpp168 string outStr = ""; in Base64Encode() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp355 char *outStr = reinterpret_cast<char *>(AdapterMalloc((strSize + 1) * sizeof(char))); in Strscat() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c476 char *outStr = PackJsonToString(sendToPeer); in ReturnTransmitData() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp430 const auto &outStr = outStream.str(); in GetFileBuffer() local
1144 const auto& outStr = outStream.str(); in RunScript() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp304 napi_status NapiParseString(napi_env env, napi_value value, std::string &outStr) in NapiParseString()