Home
last modified time | relevance | path

Searched refs:reportFunc (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Ddisc_conn_dfx_test.cpp89 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_FIRST_DISC_DURATION); in HWTEST_F() local
90 ret = reportFunc(); in HWTEST_F()
119 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DISC_DETAILS); in HWTEST_F() local
120 ret = reportFunc(); in HWTEST_F()
144 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DISC_BLE_RSSI); in HWTEST_F() local
145 ret = reportFunc(); in HWTEST_F()
183 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_CONN_DURATION); in HWTEST_F() local
184 ret = reportFunc(); in HWTEST_F()
207 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_PROCESS_STEP_DURATION); in HWTEST_F() local
208 ret = reportFunc(); in HWTEST_F()
[all...]
H A Dlnn_dfx_test.cpp96 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_DEV_DISCOVERY); in HWTEST_F() local
97 ret = reportFunc(); in HWTEST_F()
100 reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_APP_DISCOVERY); in HWTEST_F()
101 ret = reportFunc(); in HWTEST_F()
127 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_ONLINE_DURATION); in HWTEST_F() local
128 ret = reportFunc(); in HWTEST_F()
154 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_LNN_DURATION); in HWTEST_F() local
155 ret = reportFunc(); in HWTEST_F()
183 StatisticEvtReportFunc reportFunc = GetStatisticEvtReportFunc(SOFTBUS_STATISTIC_EVT_AUTH_KPI); in HWTEST_F() local
184 ret = reportFunc(); in HWTEST_F()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp207 ReportFunc reportFunc = reinterpret_cast<ReportFunc>(dlsym(handle, "IsNeedReportEvents")); in GetReportFunc() local
208 if (!reportFunc) { in GetReportFunc()
214 isNeedReport_ = reportFunc(); in GetReportFunc()

Completed in 3 milliseconds