Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js77 const MAX_VERSION = '99.99.99'; constant
98 registerJsApi('router.pushUrl', 'pushUrl', '1.0.0', MAX_VERSION, ['url']);
99 registerJsApi('router.replaceUrl', 'replaceUrl', '1.0.0', MAX_VERSION, ['url']);
100 registerJsApi('router.back', 'backUrl', '1.0.0', MAX_VERSION, []);
101 registerJsApi('router.clear', 'clearUrl', '1.0.0', MAX_VERSION, []);
104 registerJsApi('navPathStack.pop', 'popPath', '1.0.0', MAX_VERSION, []);
105 registerJsApi('navPathStack.clear', 'clearPath', '1.0.0', MAX_VERSION, []);
106 registerJsApi('asWeb.postMessage', 'postMessage', '1.0.0', MAX_VERSION, ['data']);
107 registerJsApi('asWeb.getEnv', 'getEnv', '1.0.0', MAX_VERSION, []);
110 registerJsApi('photoViewPicker.select', 'selectPhoto', '1.0.0', MAX_VERSION, []);
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_live_view_content_test.cpp60 rrc->SetVersion(NotificationLiveViewContent::MAX_VERSION);
61 EXPECT_EQ(rrc->GetVersion(), NotificationLiveViewContent::MAX_VERSION);
170 rrc->SetVersion(NotificationLiveViewContent::MAX_VERSION);
188 EXPECT_EQ(ptr->GetVersion(), NotificationLiveViewContent::MAX_VERSION);
232 uint32_t version = NotificationLiveViewContent::MAX_VERSION - 1;
H A Dnotification_request_test.cpp711 liveContent->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
806 oldLiveContent->SetVersion(NotificationLiveViewContent::MAX_VERSION); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_live_view_content.h30 static const uint32_t MAX_VERSION;
168 uint32_t version_ {MAX_VERSION};
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets68 const MAX_VERSION = '99.99.99';
90 registerJsApi('router.pushUrl', 'pushUrl', '1.0.0', MAX_VERSION, ['url']);
91 registerJsApi('router.replaceUrl', 'replaceUrl', '1.0.0', MAX_VERSION, ['url']);
92 registerJsApi('router.back', 'backUrl', '1.0.0', MAX_VERSION, []);
93 registerJsApi('router.clear', 'clearUrl', '1.0.0', MAX_VERSION, []);
96 registerJsApi('navPathStack.pop', 'popPath', '1.0.0', MAX_VERSION, []);
97 registerJsApi('navPathStack.clear', 'clearPath', '1.0.0', MAX_VERSION, []);
98 registerJsApi('asWeb.postMessage', 'postMessage', '1.0.0', MAX_VERSION, ['data']);
99 registerJsApi('asWeb.getEnv', 'getEnv', '1.0.0', MAX_VERSION, []);
102 registerJsApi('photoViewPicker.select', 'selectPhoto', '1.0.0', MAX_VERSION, []);
[all …]
/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)
933 - public: static constexpr int MAX_VERSION = 40;
943 + private: static constexpr int MAX_VERSION = 40;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_live_view_content.cpp25 const uint32_t NotificationLiveViewContent::MAX_VERSION {0xffffffff};
H A Dnotification_request.cpp2404 if (oldLiveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()
2407 if (liveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp478 int32_t version = NotificationLiveViewContent::MAX_VERSION; in GetNotificationLiveViewContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp932 int32_t version = NotificationLiveViewContent::MAX_VERSION; in GetNotificationLiveViewContentDetailed()