Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 96) sorted by relevance

1234

/ohos5.0/base/startup/appspawn/standard/
H A Dnwebspawn_launcher.c67 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.md22 | 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 Dappspawn_common.c133 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 Derrorcode-cert.md73 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 Dimprove-application-cold-start-speed.md53 …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 Dts-transition-animation-geometrytransition.md7 > 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 Dts-basic-components-xcomponent.md45 …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 Dohos-atomicservice-AtomicServiceNavigation.md56 …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 Dohos-arkui-advanced-SelectionMenu.md53 …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 Dts-universal-attributes-layout-constraints.md16 …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 Dohos-arkui-advanced-FoldSplitContainer.md60 …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 Dts-transition-animation-shared-elements.md20 > **motionPath** is effective only when **type** is set to **SharedTransitionEffectType.Exchange**.
H A Dts-universal-accessibility-hover-event.md33 Represents the accessibility hover event callback, which is effective when accessibility mode is en…
H A Dts-universal-attributes-outline.md113 …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 Dts-universal-attributes-polymorphic-style.md127 Text(this.isEnable == true ? "effective" : "disabled")
H A Dts-container-with-theme.md62 This example demonstrates how to use **WithTheme** to set the color mode, which is effective only w…
H A Dts-transition-animation-geometrytransition-sys.md7 > 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 Dappspawn_process.c65 capData[CAP_TO_INDEX(caps[i])].effective |= CAP_TO_MASK(caps[i]); in SetCapability()
/ohos5.0/build/config/ohos/
H A Dabi.gni15 # Only effective if use_order_profiling = true. When this is true,
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-brightness-customization.md12 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 Dglb_te_def.spt74 # 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 Dts-universal-attributes-polymorphic-style.md133 Text(this.isEnable == true ? "effective" : "disabled")
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-ui-design.md3 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 Dwant-overview.md17 …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 Dfaqs-globalization.md76 The **getPluralString** API is effective only when the system language is English.

1234