Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp345 if (connectionCounter_[proxyPid] > VSYNC_CONNECTION_MAX_SIZE) { in AddConnection()
355 connectionCounter_[proxyPid]++; in AddConnection()
381 connectionCounter_[proxyPid]--; in RemoveConnection()
382 if (connectionCounter_[proxyPid] == 0) { in RemoveConnection()
383 connectionCounter_.erase(proxyPid); in RemoveConnection()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h199 std::unordered_map<int32_t, int32_t> connectionCounter_; member in OHOS::Rosen::VSyncDistributor

Completed in 4 milliseconds