Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_patch2.patch193 + return encodeSegments(segs, ecl, MIN_VERSION, MAX_VERSION, 5);
199 - if (!(MIN_VERSION <= minVersion && minVersion <= maxVersion && maxVersion <= MAX_VERSION) || mask…
259 - if (ver < MIN_VERSION || ver > MAX_VERSION)
264 + if (ver < MIN_VERSION || ver > MAX_VERSION) {
546 - if (ver < MIN_VERSION || ver > MAX_VERSION)
929 - public: static constexpr int MIN_VERSION = 1;
930 + private: static constexpr int MIN_VERSION = 1;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp88 constexpr int32_t MIN_VERSION = 1; variable
2006 KEY_TABLE_VERSION, std::to_string(MIN_VERSION), FIRST_USERID); in ResetDistributedEnabled()
2037 KEY_TABLE_VERSION, std::to_string(MIN_VERSION), FIRST_USERID); in ResetDistributedEnabled()