Searched refs:uEnd (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | utd_graph.cpp | 69 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 D | dhcp_function.cpp | 284 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 2 milliseconds