/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/ |
H A D | notification_config_parse.cpp | 161 nlohmann::json affects = root[CFG_KEY_NOTIFICATION_SERVICE]; in GetFlowCtrlConfigFromCCM() local 162 if (affects.is_null() || affects.empty()) { in GetFlowCtrlConfigFromCCM() 166 if (affects.contains(CFG_KEY_MAX_CREATE_NUM_PERSECOND)) { in GetFlowCtrlConfigFromCCM() 167 threshold.maxCreateNumPerSecond = affects[CFG_KEY_MAX_CREATE_NUM_PERSECOND]; in GetFlowCtrlConfigFromCCM() 170 if (affects.contains(CFG_KEY_MAX_UPDATE_NUM_PERSECOND)) { in GetFlowCtrlConfigFromCCM() 171 threshold.maxUpdateNumPerSecond = affects[CFG_KEY_MAX_UPDATE_NUM_PERSECOND]; in GetFlowCtrlConfigFromCCM() 174 if (affects.contains(CFG_KEY_MAX_CREATE_NUM_PERSECOND_PERAPP)) { in GetFlowCtrlConfigFromCCM() 175 threshold.maxCreateNumPerSecondPerApp = affects[CFG_KEY_MAX_CREATE_NUM_PERSECOND_PERAPP]; in GetFlowCtrlConfigFromCCM() 178 if (affects.contains(CFG_KEY_MAX_UPDATE_NUM_PERSECOND_PERAPP)) { in GetFlowCtrlConfigFromCCM() 179 threshold.maxUpdateNumPerSecondPerApp = affects[CFG_KEY_MAX_UPDATE_NUM_PERSECOND_PERAPP]; in GetFlowCtrlConfigFromCCM()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_trust_list.cpp | 44 nlohmann::json affects = root[NotificationConfigParse::APP_PRIVILEGES]; in GetCcmPrivilegesConfig() local 45 if (affects.is_null() || affects.empty()) { in GetCcmPrivilegesConfig() 49 for (auto &affect : affects.items()) { in GetCcmPrivilegesConfig()
|
H A D | reminder_swing_decision_center.cpp | 82 …nlohmann::json affects = root[NotificationConfigParse::CFG_KEY_NOTIFICATION_SERVICE][SWING_FILTER]… in GetCcmSwingRemind() local 84 if (affects.is_null() || !affects.is_array() || affects.empty()) { in GetCcmSwingRemind() 89 for (auto &affect : affects) { in GetCcmSwingRemind()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.3/ |
H A D | changelogs-testfwk_arkxtest.md | 15 This change affects the **WindowFilter** API provided by **@ohos.uitest**. If you have used the **W… 59 This change affects the **UiWindow.isActived** API provided by **@ohos.uitest**. If you have used t…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-debug-shell.md | 225 … used only after **LOSCFG_DEBUG_TOOLS** is enabled. Enabling this function affects the performance. 239 … used only after **LOSCFG_DEBUG_TOOLS** is enabled. Enabling this function affects the performance. 247 …used only afterf **LOSCFG_DEBUG_TOOLS** is enabled. Enabling this function affects the performance.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.32/ |
H A D | changelogs-arkts.md | 17 This change is a non-compatible change. It affects the sorting rule after **clear()** is called. 153 This change is a non-compatible change. It affects the tree map length after **TreeMap.setAll()** i… 206 This change is a non-compatible change. It affects the return value of **TreeMap.hasKey()** and **T… 298 This change is a non-compatible change. It affects the processing result of the **URLParams.append(… 348 This change is a non-compatible change. It affects the return value of **URLParams.toString()** whe… 394 This change is a non-compatible change. If affects the processing result of the **URLParams.append(…
|
/ohos5.0/build/config/ |
H A D | features.gni | 22 # libudev usage. This currently only affects the content layer.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/ |
H A D | changelogs-bundlemanager.md | 15 This change is a compatible change. It affects the compressed mode of **libs** during packing.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.29/ |
H A D | changelogs-display.md | 35 During the adaptation, check whether the changed behavior affects the UI effect.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-SwipeRefresher.md | 47 … and toggling the **isLoading** parameter between **true** and **false** affects the loading effec…
|
H A D | ts-universal-attributes-point-light-style-sys.md | 21 …htsource) | No | Light source. The light source affects the surrounding c…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-testfwk_arkxtest.md | 9 This change affects the **Rect** API provided by **@ohos.uitest**. If you have used the **Rect** AP…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-press-style.md | 14 This change affects the validation or cancellation of the pressed state in the polymorphic style at…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-default-focus.md | 47 Logical behavior that affects the focus: 55 No adaptation is required. However, you need to check whether the changed behavior affects the over…
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | application-configuration-file-overview-fa.md | 14 - Device-specific information of the application. Such information affects the functioning of the a…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/ |
H A D | changelogs-testfwk_arkxtest.md | 9 This change affects the JS APIs in API version 9 provided by **@ohos.uitest**. If you have used the…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.6/ |
H A D | changelogs-arkui.md | 25 …dded the custom title and menu of the **\<Navigation>** component, which affects the use of custom… 128 … are added to the custom title of the **\<Navigation>** component, which affects the use of custom…
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-preferred-language.md | 24 …uage, the application UI is switched to the target language. The setting affects only the applicat…
|
/ohos5.0/docs/en/contribute/ |
H A D | license-and-copyright-specifications.md | 31 …* Adding the copyright and license header statement affects the functions of the file. For example… 33 …* A brief description file for users to read. Adding the copyright and license header affects the …
|
/ohos5.0/build/config/compiler/ |
H A D | compiler.gni | 23 # How many symbols to include in the build. This affects the performance of 67 # Whether or not we should turn on incremental WPO. Only affects the VS
|
/ohos5.0/foundation/graphic/graphic_surface/ |
H A D | README.en.md | 60 …ory transfer scenarios. Otherwise, memory fragmentation may occur, which affects the performance i…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/ |
H A D | changelogs-sdk.md | 43 This change affects only the build. For details about the involved APIs and their substitutes, see …
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-router-flash-optimization.md | 2 …nent page, the bottom of the page may flash during web page loading, which affects user experience.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.33/ |
H A D | changelogs-global.md | 149 …eDescriptor** and **OH_ResourceManager_ReleaseRawFileDescriptor**, which affects normal use of the… 181 Optional parameters are used in certain ohresmgr APIs, which affects normal use of these APIs in th…
|
/ohos5.0/foundation/graphic/surface_lite/ |
H A D | README.md | 56 …ory transfer scenarios. Otherwise, memory fragmentation may occur, which affects the performance i…
|