Home
last modified time | relevance | path

Searched refs:highestPriority (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp308 AuthFormPriority highestPriority = AuthFormPriority::PRIORITY_PEER_TO_PEER; in GetGroupType() local
315 if (priority > highestPriority) { in GetGroupType()
316 highestPriority = priority; in GetGroupType()
320 if (highestPriority == AuthFormPriority::PRIORITY_IDENTICAL_ACCOUNT) { in GetGroupType()
322 } else if (highestPriority == AuthFormPriority::PRIORITY_ACROSS_ACCOUNT) { in GetGroupType()
324 } else if (highestPriority == AuthFormPriority::PRIORITY_PEER_TO_PEER) { in GetGroupType()
/ohos5.0/foundation/distributedhardware/device_manager/commondependency/src/
H A Ddeviceprofile_connector.cpp170 uint32_t highestPriority = INVALIED_TYPE; in CheckBindType() local
176 if (priority > highestPriority) { in CheckBindType()
177 highestPriority = priority; in CheckBindType()
180 return highestPriority; in CheckBindType()