/ohos5.0/base/startup/appspawn/standard/ |
H A D | nwebspawn_launcher.c | 67 const uint64_t effective = inheriTable; in NWebSpawnInit() local 74 capData[0].effective = (__u32)(effective); in NWebSpawnInit() 75 capData[1].effective = (__u32)(effective >> BITLEN32); in NWebSpawnInit()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___scale_options.md | 22 | float [z](#z) | Scale factor along the z-axis (not effective for the current 2D graphics). | 77 Scale factor along the z-axis (not effective for the current 2D graphics).
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 133 const uint64_t effective = 0; in SetCapabilities() local 137 const uint64_t effective = 0x3fffffffff; in SetCapabilities() local 144 capData[0].effective = (__u32)(effective); in SetCapabilities() 145 capData[1].effective = (__u32)(effective >> BITLEN32); in SetCapabilities()
|
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/ |
H A D | errorcode-cert.md | 73 The certificate has not taken effect. The effective time of the certificate is later than the curre… 79 3. Compare the certificate effective time with the current system time to determine whether the cer…
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | improve-application-cold-start-speed.md | 53 …etting **startWindowIcon** to an icon with an appropriate resolution is effective for shortening t… 103 As the comparison shows, reducing the number of imported modules is effective for shortening the du… 157 …oiding time-consuming operations in AbilityStage lifecycle callbacks is effective for shortening t… 240 …s, avoiding time-consuming operations in ability lifecycle callbacks is effective for shortening t… 308 …ng time-consuming operations in custom component lifecycle callbacks is effective for shortening t…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-transition-animation-geometrytransition.md | 7 > This feature is supported since API version 7 and effective since API version 10. Updates will be… 54 …he animation to components that are always in the component tree. It is effective only in the **if…
|
H A D | ts-basic-components-xcomponent.md | 45 …namic library does not support cross-module loading). This parameter is effective only when **type… 46 …which can be used to invoke methods of the component. This parameter is effective only when **type… 64 …namic library does not support cross-module loading). This parameter is effective only when **type… 135 > This attribute is effective only when **type** is set to **SURFACE**. 149 The following events are effective only when **type** is set to **SURFACE** or **TEXTURE**. 419 …urface held by this **XComponent** when the screen rotates. This API is effective only when the **… 445 …d by this **XComponent** is locked when the screen rotates. This API is effective only when the **…
|
H A D | ohos-atomicservice-AtomicServiceNavigation.md | 56 …sion10)] | No| @Prop |Minimum and maximum widths of the navigation bar (effective in dual-column m… 57 …sion10) | No| @Prop | Minimum width of the navigation bar content area (effective in dual-column m…
|
H A D | ohos-arkui-advanced-SelectionMenu.md | 53 …ent callback to take the place of the preset copy menu option.<br>It is effective only when the **… 54 …nt callback to take the place of the preset paste menu option.<br>It is effective only when the **… 55 …vent callback to take the place of the preset cut menu option.<br>It is effective only when the **… 56 …llback to take the place of the preset select-all menu option.<br>It is effective only when the **…
|
H A D | ts-universal-attributes-layout-constraints.md | 16 …spectRatio** are all set, the explicitly set height is ignored, and the effective height is calcul… 48 …ontainer.<br>Default value: **1**<br>**NOTE**<br>This parameter is only effective in [Row](./ts-co…
|
H A D | ohos-arkui-advanced-FoldSplitContainer.md | 60 …nt from top to bottom. This setting takes effect only when **extra** is effective.<br>Default valu… 62 …ary and extra regions. This setting takes effect only when **extra** is effective.<br/>Default val… 78 …ary and extra regions. This setting takes effect only when **extra** is effective.<br/>Default val…
|
H A D | ts-transition-animation-shared-elements.md | 20 > **motionPath** is effective only when **type** is set to **SharedTransitionEffectType.Exchange**.
|
H A D | ts-universal-accessibility-hover-event.md | 33 Represents the accessibility hover event callback, which is effective when accessibility mode is en…
|
H A D | ts-universal-attributes-outline.md | 113 …rameter cannot be set in percentage.<br>Default value: **0**<br>Maximum effective value: Component… 125 …rameter cannot be set in percentage.<br>Default value: **0**<br>Maximum effective value: Component…
|
H A D | ts-universal-attributes-polymorphic-style.md | 127 Text(this.isEnable == true ? "effective" : "disabled")
|
H A D | ts-container-with-theme.md | 62 This example demonstrates how to use **WithTheme** to set the color mode, which is effective only w…
|
H A D | ts-transition-animation-geometrytransition-sys.md | 7 > This feature is supported since API version 7 and effective since API version 10. Updates will be…
|
/ohos5.0/base/startup/appspawn/lite/ |
H A D | appspawn_process.c | 65 capData[CAP_TO_INDEX(caps[i])].effective |= CAP_TO_MASK(caps[i]); in SetCapability()
|
/ohos5.0/build/config/ohos/ |
H A D | abi.gni | 15 # Only effective if use_order_profiling = true. When this is true,
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-brightness-customization.md | 12 Global brightness of OpenHarmony. The customized brightness range is effective for all application … 15 Brightness of an application window. The customized brightness range is effective only for this app…
|
/ohos5.0/base/security/selinux_adapter/sepolicy/base/public/ |
H A D | glb_te_def.spt | 74 # Nevertheless, by non_developer_mode, we can encompass rules only effective
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-polymorphic-style.md | 133 Text(this.isEnable == true ? "effective" : "disabled")
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-ui-design.md | 3 A set of effective internationalization guidelines for UI design can not only establish the tonalit…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | want-overview.md | 17 …n explicit object to process the request, explicit Want is a simple and effective way to start the…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-globalization.md | 76 The **getPluralString** API is effective only when the system language is English.
|