Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c148 char packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; member
162 char packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; member
259 strcpy_s(apiInfo->packageVersion, SOFTBUS_HISYSEVT_PARAM_LEN, g_pkgVersion) != EOK) { in GetNewApiInfo()
406 (void)strcpy_s(g_openSessionKpi.packageVersion, SOFTBUS_HISYSEVT_PARAM_LEN, g_pkgVersion); in SoftbusRecordOpenSessionKpi()
504 char *appName, char *softbusVersion, char *packageVersion) in CreateCalledApiInfoMsg() argument
524 (void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, packageVersion); in CreateCalledApiInfoMsg()
593 …(void)strcpy_s(param->paramValue.str, SOFTBUS_HISYSEVT_PARAM_LEN, g_openSessionKpi.packageVersion); in CreateOpenSessionKpiMsg()
687 char packageVersion[SOFTBUS_HISYSEVT_PARAM_LEN]; in SoftbusReportCalledAPIEvt() local
694 (void)strcpy_s(packageVersion, SOFTBUS_HISYSEVT_NAME_LEN, apiInfoItem->packageVersion); in SoftbusReportCalledAPIEvt()
696 CreateCalledApiInfoMsg(msg, apiCntItem, appName, softbusVersion, packageVersion); in SoftbusReportCalledAPIEvt()