Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c149 char softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; member
161 char softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; member
258 strcpy_s(apiInfo->softbusVersion, SOFTBUS_HISYSEVT_PARAM_LEN, g_softbusVersion) != EOK || in GetNewApiInfo()
405 (void)strcpy_s(g_openSessionKpi.softbusVersion, SOFTBUS_HISYSEVT_PARAM_LEN, g_softbusVersion); in SoftbusRecordOpenSessionKpi()
504 char *appName, char *softbusVersion, char *packageVersion) in CreateCalledApiInfoMsg() argument
519 (void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, softbusVersion); in CreateCalledApiInfoMsg()
598 …(void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_openSessionKpi.softbusVersion); in CreateOpenSessionKpiMsg()
686 char softbusVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; in SoftbusReportCalledAPIEvt() local
693 (void)strcpy_s(softbusVersion, SOFTBUS_HISYSEVT_NAME_LEN, apiInfoItem->softbusVersion); in SoftbusReportCalledAPIEvt()
696 CreateCalledApiInfoMsg(msg, apiCntItem, appName, softbusVersion, packageVersion); in SoftbusReportCalledAPIEvt()