Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 4 of 4) sorted by relevance

/applications/standard/systemui/features/noticeitem/src/main/resources/rawfile/
DnotificationConfig.json5 { "bundleName": "com.example.actsanspublishsoundtest","canShow":true, "limit": 5 }, number
6 { "bundleName": "com.ohos.app2","canShow":true, "limit": 3 } number
/applications/standard/screenlock/features/noticeitem/src/main/resources/rawfile/
DnotificationConfig.json5 { "bundleName": "com.example.actsanspublishsoundtest","canShow":true, "limit": 5 }, number
6 { "bundleName": "com.ohos.app2","canShow":true, "limit": 3 } number
/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
DFifoCache.ts24 limit: number; property in FifoCache
DMediaDataSource.ts534 let limit = MediaDataSource.INIT_FIRST_PATCH_LOAD_COUNT; variable