Home
last modified time | relevance | path

Searched refs:timeConsuming (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Ddfx_test.cpp78 …tat timeConsumingStat = { .pasteboardState = SPS_COPY_STATE, .dataSize = -1, .timeConsuming = -1 };
82 …umingStat = { .pasteboardState = SPS_COPY_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = -1 };
87 ….pasteboardState = SPS_COPY_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = TCS_TIME_CONSUMING…
104 …at timeConsumingStat = { .pasteboardState = SPS_PASTE_STATE, .dataSize = -1, .timeConsuming = -1 };
108 …mingStat = { .pasteboardState = SPS_PASTE_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = -1 };
113 ….pasteboardState = SPS_PASTE_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = TCS_TIME_CONSUMIN…
131 .pasteboardState = SPS_REMOTE_PASTE_STATE, .dataSize = -1, .timeConsuming = -1
136 …t = { .pasteboardState = SPS_REMOTE_PASTE_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = -1 };
142 .timeConsuming = TCS_TIME_CONSUMING_LEVEL_ONE };
159 ….pasteboardState = SPS_INVALID_STATE, .dataSize = DATA_LEVEL_ONE, .timeConsuming = TCS_TIME_CONSUM…
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Ddfx_types.h76 int timeConsuming; member
H A Dhiview_adapter.cpp234 auto iter = timeMap_.find(stat.timeConsuming); in CopyTimeConsuming()
244 auto iter = timeMap_.find(stat.timeConsuming); in PasteTimeConsuming()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c582 int32_t timeConsuming = GetInt32ValueByRecord(&srcRecord[i], TIME_CONSUMING_NAME); in OnQueryTrans() local
583 … if (timeConsuming != SOFTBUS_HISYSEVENT_GET_VALUE_ERR && stageRes == EVENT_STAGE_RESULT_OK && in OnQueryTrans()
585 g_transStatsInfo.delayTimeTotal += timeConsuming; in OnQueryTrans()
596 .delay = timeConsuming in OnQueryTrans()