Home
last modified time | relevance | path

Searched refs:connectKey (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp186 int32_t connectKey = static_cast<int32_t>(FormUtil::GetCurrentSteadyClockMillseconds()); in AddConnection() local
188 while (connections_.find(connectKey) != connections_.end()) { in AddConnection()
189 connectKey++; in AddConnection()
191 connection->SetConnectId(connectKey); in AddConnection()
192 connections_.emplace(connectKey, connection); in AddConnection()
H A Dform_render_mgr_inner.cpp395 int32_t connectKey = static_cast<int32_t>(FormUtil::GetCurrentMillisecond()); in AddConnection() local
398 connection->SetConnectId(connectKey); in AddConnection()
405 connection->SetConnectId(connectKey); in AddConnection()

Completed in 3 milliseconds