Home
last modified time | relevance | path

Searched refs:i32v (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_base_test.cpp117 int32_t i32v = 188; // a test value; variable
118 event.SetValue("", i32v);
119 event.SetValue("I32_KEY", i32v);
123 ASSERT_EQ(ret, i32v);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c574 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.i32v = discNode->appDiscCnt; in SetAppDiscStaticMsgParamValve()
706 msg->paramArray[SOFTBUS_EVT_PARAM_THREE].paramValue.i32v = info->errorCode; in SetBusCenterFaultMsgParamValve()
707 msg->paramArray[SOFTBUS_EVT_PARAM_FOUR].paramValue.i32v = info->peerDevType; in SetBusCenterFaultMsgParamValve()
708 msg->paramArray[SOFTBUS_EVT_PARAM_FIVE].paramValue.i32v = info->onLineDevNum; in SetBusCenterFaultMsgParamValve()
709 msg->paramArray[SOFTBUS_EVT_PARAM_SIX].paramValue.i32v = info->connNum; in SetBusCenterFaultMsgParamValve()
710 msg->paramArray[SOFTBUS_EVT_PARAM_SEVEN].paramValue.i32v = info->nightMode; in SetBusCenterFaultMsgParamValve()
711 msg->paramArray[SOFTBUS_EVT_PARAM_EIGHT].paramValue.i32v = info->wifiStatue; in SetBusCenterFaultMsgParamValve()
712 msg->paramArray[SOFTBUS_EVT_PARAM_NINE].paramValue.i32v = info->bleStatue; in SetBusCenterFaultMsgParamValve()
713 msg->paramArray[SOFTBUS_EVT_PARAM_TEN].paramValue.i32v = info->callerAppMode; in SetBusCenterFaultMsgParamValve()
714 msg->paramArray[SOFTBUS_EVT_PARAM_ELEVEN].paramValue.i32v = info->subErrCode; in SetBusCenterFaultMsgParamValve()
[all …]
H A Dsoftbus_hisysevt_transreporter.c534 param->paramValue.i32v = apiCntItem->calledtotalCnt; in CreateCalledApiInfoMsg()
552 param->paramValue.i32v = apiCntItem->calledtotalCnt; in CreateCalledApiCntMsg()
568 param->paramValue.i32v = g_openSessionKpi.linkType; in CreateOpenSessionKpiMsg()
578 param->paramValue.i32v = g_openSessionKpi.totalCnt; in CreateOpenSessionKpiMsg()
588 param->paramValue.i32v = g_openSessionKpi.failTotalCnt; in CreateOpenSessionKpiMsg()
603 param->paramValue.i32v = g_openSessionKpi.count1; in CreateOpenSessionKpiMsg()
608 param->paramValue.i32v = g_openSessionKpi.count2; in CreateOpenSessionKpiMsg()
613 param->paramValue.i32v = g_openSessionKpi.count3; in CreateOpenSessionKpiMsg()
618 param->paramValue.i32v = g_openSessionKpi.count4; in CreateOpenSessionKpiMsg()
623 param->paramValue.i32v = g_openSessionKpi.count5; in CreateOpenSessionKpiMsg()
[all …]
H A Dsoftbus_hisysevt_nstack.c62 int32_t i32v; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h92 int32_t i32v; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp81 dstParam->v.i32 = srcParam->paramValue.i32v; in ConvertEventParam()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h253 int32_t i32v; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h280 int32_t i32v; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h674 FILLP_INT32 i32v; member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp110 evtParam.paramValue.i32v = INT32_MAX;