Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_graph.cpp69 uint32_t uEnd = static_cast<uint32_t>(end); in IsLowerLevelType() local
70 graph_->Dfs(uStart, [&isFind, &uEnd](uint32_t currNode)-> bool { in IsLowerLevelType()
71 if (uEnd == currNode) { in IsLowerLevelType()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp284 uint32_t uIp, uMask, uBegin, uEnd; in CheckRangeNetwork() local
286 !Ip4StrConToInt(strBegin, uBegin, false) || !Ip4StrConToInt(strEnd, uEnd, false)) { in CheckRangeNetwork()
295 if (!CheckSameNetwork(uIp, uEnd, uMask)) { in CheckRangeNetwork()

Completed in 3 milliseconds