Home
last modified time | relevance | path

Searched refs:ui64 (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp71 res = MtpPacketTool::UInt64ToString(bin_.ui64, valueStr); in BinToString()
149 defaultValue->bin_.ui64 = static_cast<uint64_t>(value); in Property()
263 minValue->bin_.ui64 = static_cast<uint64_t>(min); in SetFormRange()
264 maxValue->bin_.ui64 = static_cast<uint64_t>(max); in SetFormRange()
265 stepSize->bin_.ui64 = static_cast<uint64_t>(step); in SetFormRange()
303 v.bin_.ui64 = static_cast<uint64_t>(value); in SetFormEnum()
493 value.bin_.ui64), false); in ReadValueEx()
564 MtpPacketTool::PutUInt64(buffer, value.bin_.ui64); in WriteValueEx()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h72 uint64_t ui64; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dsoftbus_event_converter.h125 (*param)->v.ui64 = value; in AssignerUint64()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dproperty.h39 uint64_t ui64; member
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_list_data.cpp156 MtpPacketTool::PutUInt64(outBuffer, value->bin_.ui64); in WritePropertyIntValue()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp93 dstParam->v.ui64 = srcParam->paramValue.u64v; in ConvertEventParam()
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp148 .v = { .ui64 = 0 },
154 .v = { .ui64 = ULLONG_MAX },
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp165 { .name = "COST_TIME", .t = HISYSEVENT_UINT64, .v = { .ui64 = costTime } }, in ReportDecodeInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Dconn_hisysevent_matcher.h44 EXPECT_EQ(params[index].v.ui64, extraParam); in MatchConnEventNameTypeExtraUint64Param()
H A Dlnn_hisysevent_matcher.h141 EXPECT_EQ(params[index].v.ui64, extraParam); in MatchLnnAuditNameTypeUint64Param()
/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp136 value.ui64 = 18;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md120 | ui64 | uint64_t | uint64_t类型事件参数值。 |
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp316 …ndParam(std::make_shared<Encoded::UnsignedVarintEncodedParam<uint64_t>>(param.name, param.v.ui64)); in AppendUint64Param()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/
H A Dhiview_adapter.cpp265 { .name = { *DB_SIZE }, .t = HISYSEVENT_UINT64, .v = { .ui64 = dbSize }, .arraySize = 0 }, in ReportDbSize()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging.md120 | ui64 | uint64_t | Event parameter value of the uint64_t type.|