Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp227 auto retriedTimesMap = OpenSessionRetriedTimesMap_.find(cid); in IsContinueRetry()
228 if (retriedTimesMap != OpenSessionRetriedTimesMap_.end()) { in IsContinueRetry()
233 OpenSessionRetriedTimesMap_[cid] = 0; in IsContinueRetry()
235 OpenSessionRetriedTimesMap_[cid]++; in IsContinueRetry()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_agent.h50 std::map<std::string, int32_t> OpenSessionRetriedTimesMap_; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_agent_test.cpp527 EXPECT_EQ(agent->OpenSessionRetriedTimesMap_[cid], 1);
530 agent->OpenSessionRetriedTimesMap_[cid] = MAX_RETRY_COUNT;