Home
last modified time | relevance | path

Searched refs:successCnt (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c126 uint32_t successCnt; member
430 g_openSessionCnt.successCnt += (isSucc == SOFTBUS_EVT_OPEN_SESSION_SUCC); in SoftbusRecordOpenSession()
431 uint32_t totalCnt = g_openSessionCnt.failCnt + g_openSessionCnt.successCnt; in SoftbusRecordOpenSession()
433 g_openSessionCnt.successRate = (float)(g_openSessionCnt.successCnt) / (float)(totalCnt); in SoftbusRecordOpenSession()
452 if (g_openSessionCnt.successCnt != 0) { in SoftbusRecordOpenSession()
453 uint64_t totalTimeCost = (g_openSessionTime.aveTimeCost) * (g_openSessionCnt.successCnt - 1) + time; in SoftbusRecordOpenSession()
454 g_openSessionTime.aveTimeCost = (uint32_t)(totalTimeCost / g_openSessionCnt.successCnt); in SoftbusRecordOpenSession()
645 param->paramValue.u32v = g_openSessionCnt.successCnt; in CreateOpenSessionCntMsg()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h136 uint32_t successCnt = 0; member
182 successCnt = 0; in Reset()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c631 int successCnt = 0; local
635 successCnt++;
639 if (successCnt == 0) {
1011 int successCnt = 0; local
1015 successCnt++;
1018 if (successCnt == 0) {
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp118 int32_t successCnt = (int32_t)(ret == Security::AccessToken::PERMISSION_GRANTED); in CheckAndRecordAccessToken() local
119 int32_t failCnt = JUDG_CNT - successCnt; in CheckAndRecordAccessToken()
121 Security::AccessToken::PrivacyKit::AddPermissionUsedRecord(tokenCaller, permission, successCnt, failCnt); in CheckAndRecordAccessToken()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp553 SUCCESS_SIZE, eventInfo.successCnt, in InnerSendAOTSummaryEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp689 summaryInfo.successCnt++; in ReportSysEvent()

Completed in 21 milliseconds