Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c125 uint32_t successCnt; member
434 g_openSessionCnt.successCnt += (isSucc == SOFTBUS_EVT_OPEN_SESSION_SUCC); in SoftbusRecordOpenSession()
435 uint32_t totalCnt = g_openSessionCnt.failCnt + g_openSessionCnt.successCnt; in SoftbusRecordOpenSession()
437 g_openSessionCnt.successRate = (float)(g_openSessionCnt.successCnt) / (float)(totalCnt); in SoftbusRecordOpenSession()
456 if (g_openSessionCnt.successCnt != 0) { in SoftbusRecordOpenSession()
457 …uint64_t totalTimeCost = (g_openSessionTime.aveTimeCost) * (g_openSessionCnt.successCnt - 1) + tim… in SoftbusRecordOpenSession()
458 g_openSessionTime.aveTimeCost = (uint32_t)(totalTimeCost / g_openSessionCnt.successCnt); in SoftbusRecordOpenSession()
649 param->paramValue.u32v = g_openSessionCnt.successCnt; in CreateOpenSessionCntMsg()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h131 uint32_t successCnt = 0; member
175 successCnt = 0; in Reset()
/ohos5.0/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) {
1010 int successCnt = 0; local
1014 successCnt++;
1017 if (successCnt == 0) {
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp115 int32_t successCnt = (int32_t)(ret == Security::AccessToken::PERMISSION_GRANTED); in CheckAndRecordAccessToken() local
116 int32_t failCnt = JUDG_CNT - successCnt; in CheckAndRecordAccessToken()
118 …ty::AccessToken::PrivacyKit::AddPermissionUsedRecord(tokenCaller, permission, successCnt, failCnt); in CheckAndRecordAccessToken()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp528 SUCCESS_SIZE, eventInfo.successCnt, in InnerSendAOTSummaryEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp689 summaryInfo.successCnt++; in ReportSysEvent()