Home
last modified time | relevance | path

Searched refs:itCount (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dsession_pool.cpp148 auto itCount = deviceConnectCount_.find(key); in DeviceDisconnectCountOnly() local
149 if (itCount == deviceConnectCount_.end()) { in DeviceDisconnectCountOnly()
154 deviceConnectCount_.erase(itCount); in DeviceDisconnectCountOnly()
158 if (itCount->second > MOUNT_DFS_COUNT_ONE) { in DeviceDisconnectCountOnly()
161 Utils::GetAnonyString(key).c_str(), itCount->second); in DeviceDisconnectCountOnly()
166 deviceConnectCount_.erase(itCount); in DeviceDisconnectCountOnly()
192 auto itCount = deviceConnectCount_.find(key); in DeviceConnectCountOnly() local
193 if (itCount != deviceConnectCount_.end() && itCount->second > 0) { in DeviceConnectCountOnly()
195 count %{public}d, increase count by one now", Utils::GetAnonyString(key).c_str(), itCount in DeviceConnectCountOnly()
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp363 auto itCount = mountDfsCount_.find(deviceId); in MountDfsCountOnly() local
364 if (itCount == mountDfsCount_.end()) { in MountDfsCountOnly()
368 if (itCount->second > 0) { in MountDfsCountOnly()
370 increase count by one now", Utils::GetAnonyString(deviceId).c_str(), itCount->second); in MountDfsCountOnly()
383 auto itCount = mountDfsCount_.find(deviceId); in UMountDfsCountOnly() local
384 if (itCount == mountDfsCount_.end()) { in UMountDfsCountOnly()
390 mountDfsCount_.erase(itCount); in UMountDfsCountOnly()
393 if (itCount->second > MOUNT_DFS_COUNT_ONE) { in UMountDfsCountOnly()
396 Utils::GetAnonyString(deviceId).c_str(), itCount->second); in UMountDfsCountOnly()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp531 auto itCount = pool->deviceConnectCount_.find(key); in HWTEST_F() local
532 if (itCount == pool->deviceConnectCount_.end()) { in HWTEST_F()
562 auto itCount = pool->deviceConnectCount_.find(key); in HWTEST_F() local
563 if (itCount == pool->deviceConnectCount_.end()) { in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp144 auto itCount = testPtr->mountDfsCount_.find("test"); in HWTEST_F() local
145 if (itCount == testPtr->mountDfsCount_.end()) { in HWTEST_F()

Completed in 6 milliseconds