Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.cpp63 value.totalCostTime += callerInfo.costTime; in ReportDataStatistic()
96 totalCostTimes[i] = callerTotalInfo.totalCostTime; in InvokeData()
115 HiSysEventParam totalCostTime = { .name = { *TOTAL_COST_TIME }, .t = HISYSEVENT_INT64_ARRAY, in InvokeData() local
120 maxCostTime, totalCostTime, funcCount}; in InvokeData()
H A Dhiview_adapter.h43 uint64_t totalCostTime = 0; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1343 …int64_t totalCostTime = std::chrono::duration_cast<std::chrono::milliseconds>(begin - allEnd).coun… in ExecuteForLastInsertedRowId() local
1344 if (totalCostTime >= TIME_OUT) { in ExecuteForLastInsertedRowId()
1353 totalCostTime, prepareCost, execCost, resultCost, SqliteUtils::Anonymous(sql).c_str()); in ExecuteForLastInsertedRowId()