Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp358 auto itCount = mountDfsCount_.find(deviceId); in MountDfsCountOnly() local
359 if (itCount == mountDfsCount_.end()) { in MountDfsCountOnly()
363 if (itCount->second > 0) { in MountDfsCountOnly()
365 increase count by one now", Utils::GetAnonyString(deviceId).c_str(), itCount->second); in MountDfsCountOnly()
378 auto itCount = mountDfsCount_.find(deviceId); in UMountDfsCountOnly() local
379 if (itCount == mountDfsCount_.end()) { in UMountDfsCountOnly()
385 mountDfsCount_.erase(itCount); in UMountDfsCountOnly()
388 if (itCount->second > MOUNT_DFS_COUNT_ONE) { in UMountDfsCountOnly()
391 Utils::GetAnonyString(deviceId).c_str(), itCount->second); in UMountDfsCountOnly()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp531 auto itCount = pool->deviceConnectCount_.find(key); variable
532 if (itCount == pool->deviceConnectCount_.end()) {
562 auto itCount = pool->deviceConnectCount_.find(key); variable
563 if (itCount == pool->deviceConnectCount_.end()) {
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp144 auto itCount = testPtr->mountDfsCount_.find("test"); variable
145 if (itCount == testPtr->mountDfsCount_.end()) {