Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_stats.c57 SOFTBUS_DPRINTF(fd, "Connection success rate = %f\n", result->successRate); in SoftBusStatsDumpHander()
72 SOFTBUS_DPRINTF(fd, "Connection success rate = %f\n", result->successRate); in SoftBusStatsDumpHander()
H A Dsoftbus_hidumper_util.c895 result->successRate = 0; in SoftBusProcessStatsQueryData()
898 result->successRate = (1.0 * g_transStatsInfo.openSessionSuccessTotal) / total; in SoftBusProcessStatsQueryData()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Dstats_event_form.h35 int32_t successRate; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
H A Dsoftbus_hidumper_util.h58 float successRate; member
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Dstats_event_converter.h39 STATS_ASSIGNER(Int32, SuccessRate, successRate)
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/client/include/
H A Dcooperate_client.h121 float successRate { 0.0f };
/ohos5.0/base/msdp/device_status/intention/cooperate/client/include/
H A Dcooperate_client.h121 float successRate { 0.0f };
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c126 float successRate; member
437 g_openSessionCnt.successRate = (float)(g_openSessionCnt.successCnt) / (float)(totalCnt); in SoftbusRecordOpenSession()
661 param->paramValue.f = g_openSessionCnt.successRate; in CreateOpenSessionCntMsg()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp566 … performanceInfo_.successRate = (static_cast<float>(performanceInfo_.successNum) * PERCENTAGE) / in DumpPerformanceInfo()
577 … performanceInfo_.successRate, performanceInfo_.averageDuration, performanceInfo_.maxDuration, in DumpPerformanceInfo()
/ohos5.0/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp565 … performanceInfo_.successRate = (static_cast<float>(performanceInfo_.successNum) * PERCENTAGE) / in DumpPerformanceInfo()
576 … performanceInfo_.successRate, performanceInfo_.averageDuration, performanceInfo_.maxDuration, in DumpPerformanceInfo()