Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class_mgr.cpp333 bool rhsValue = false; in CompareBoolPriority() local
342 if (!rhsValue) { in CompareBoolPriority()
348 if (rhsValue) { in CompareBoolPriority()
356 if (!rhsValue) { in CompareBoolPriority()
362 if (rhsValue) { in CompareBoolPriority()
372 uint32_t rhsValue = 0; in CompareUint32Priority() local
380 if (lhsValue < rhsValue) { in CompareUint32Priority()
396 if (lhsValue < rhsValue) { in CompareUint32Priority()
400 if (lhsValue == rhsValue) { in CompareUint32Priority()
444 if (*lhsValue < *rhsValue) { in CompareStringPriority()
[all …]