Home
last modified time | relevance | path

Searched refs:u64v (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_bigint.cpp61 std::vector<uint64_t> u64v; in ARKTS_CreateBigIntWithBytes() local
62 u64v.resize(totalCnt); in ARKTS_CreateBigIntWithBytes()
71 u64v[index] = value; in ARKTS_CreateBigIntWithBytes()
77 auto result = panda::BigIntRef::CreateBigWords(vm, isNegative, totalCnt, u64v.data()); in ARKTS_CreateBigIntWithBytes()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c406 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u64v = record->startDiscoveryCnt; in SetDevDiscStaticMsgParamValve()
407 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->sendBroadCastCnt; in SetDevDiscStaticMsgParamValve()
408 msg->paramArray[SOFTBUS_EVT_PARAM_TWO].paramValue.u64v = record->recvBroadCastCnt; in SetDevDiscStaticMsgParamValve()
409 msg->paramArray[SOFTBUS_EVT_PARAM_THREE].paramValue.u64v = record->devFoundCnt; in SetDevDiscStaticMsgParamValve()
410 msg->paramArray[SOFTBUS_EVT_PARAM_FOUR].paramValue.u64v = record->businessDiscoveryCnt; in SetDevDiscStaticMsgParamValve()
1012 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->authTotalTime; in SetAuthResultMsgParamValve()
1019 msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.u64v = record->failTotalTime; in SetAuthResultMsgParamValve()
1097 msg->paramArray[SOFTBUS_EVT_PARAM_ZERO].paramValue.u64v = record->totalTime; in SetOnlineDurMsgParamValve()
1182 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.u64v = record->totalTime; in SetBusCenterDurMsgParamValve()
H A Dsoftbus_hisysevt_connreporter.c297 param[SOFTBUS_EVT_PARAM_FOUR].paramValue.u64v = record->mConnFailTime; in SetDevConnResultMsgParamValue()
299 param[SOFTBUS_EVT_PARAM_SIX].paramValue.u64v = record->mConnTotalTime; in SetDevConnResultMsgParamValue()
323 param[SOFTBUS_EVT_PARAM_FOUR].paramValue.u64v = record->mStepTotalTime; in SetDevProcStepMsgParamValue()
H A Dsoftbus_hisysevt_nstack.c64 uint64_t u64v; member
H A Dsoftbus_hisysevt_discreporter.c164 param[SOFTBUS_EVT_PARAM_THREE].paramValue.u64v = firstDisc->mDiscTotalTime; in SetDevFirstDiscMsgParamValve()
273 param->paramValue.u64v = discDetailItem->duration; in SoftBusCreateDiscDetailsMsg()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h95 uint64_t u64v; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_hievent.c68 para[i].value.u64v = stat[g_statisticsIdx[i]]; in CreateStatisticsEventParams()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp93 dstParam->v.ui64 = srcParam->paramValue.u64v; in ConvertEventParam()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h255 uint64_t u64v; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h282 uint64_t u64v; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h676 FILLP_ULLONG u64v; member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp154 evtParam.paramValue.u64v = UINT64_MAX;