Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.h30 bool isSlowRequest = false; member
H A Dhiview_adapter.cpp64 value.slowRequestCount = value.slowRequestCount + (callerInfo.isSlowRequest ? 1 : 0); in ReportDataStatistic()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_stub.cpp405 callerInfo.isSlowRequest = true; in OnRemoteRequest()