Home
last modified time | relevance | path

Searched refs:defaults (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp46 MOCK_METHOD(audioSource, Init).defaults(); in SetUp()
47 MOCK_METHOD(demuxer, Init).defaults(); in SetUp()
48 MOCK_METHOD(audioDecoder, Init).defaults(); in SetUp()
49 MOCK_METHOD(audioSink, Init).defaults(); in SetUp()
52 MOCK_METHOD(demuxer, Prepare).defaults().will(returnValue(ErrorCode::SUCCESS)); in SetUp()
57 MOCK_METHOD(demuxer, Start).defaults().will(returnValue(ErrorCode::SUCCESS)); in SetUp()
62 MOCK_METHOD(demuxer, Stop).defaults().will(returnValue(ErrorCode::SUCCESS)); in SetUp()
64 MOCK_METHOD(audioSink, Stop).defaults().will(returnValue(ErrorCode::SUCCESS)); in SetUp()
67 MOCK_METHOD(demuxer, GetInPort).defaults().will(returnValue(emptyInPort)); in SetUp()
69 MOCK_METHOD(audioSink, GetInPort).defaults().will(returnValue(emptyInPort)); in SetUp()
[all …]
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-resource-restriction.md19 - 默认资源限定文件:**resources**资源文件的默认资源限定文件为res-defaults.json。
46 **res-defaults.json示例:**<br/>
71 resources/res-defaults.json:
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-resource-restriction.md19 …resource qualifier file: By default, the resource qualifier file in resources is res-defaults.json.
46 Example of res-defaults.json:<br/>
71 resources/res-defaults.json:
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-timepicker.md149defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
H A Dts-methods-timepicker-dialog.md58defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
H A Dts-container-column.md95 …mains in the normal order. If the attribute is set to **undefined**, it defaults to **true**, whic…
H A Dts-container-row.md96 …mains in the normal order. If the attribute is set to **undefined**, it defaults to **true**, whic…
H A Dts-methods-datepicker-dialog.md64defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
H A Dts-universal-attributes-renderfit.md27 … TEXTURE or SURFACE type, if the **renderFit** attribute is not set, it defaults to **RenderFit.RE…
H A Dts-basic-components-checkbox.md41 … box. When **indicatorBuilder** is set to **undefined** or **null**, it defaults to the state wher…
H A Dts-basic-components-slider.md43 …or equal to the value of **max**, the **min** value defaults to **0**, and the **max** value defau…
H A Dts-container-refresh.md41 …* is set and effective, the [refreshOffset](#refreshoffset12) attribute defaults to 96 vp.<br>**At…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-menu.md53defaults to avoiding the status bar and navigation bar without additional clearance distance. When…
/ohos5.0/build/config/
H A Dv8_target_cpu.gni16 # mips_arch_variant) to be set to their defaults either if the current_cpu
H A DBUILDCONFIG.gn264 # If a value is specified on the command line, it will overwrite the defaults
791 # Executable defaults.
800 # Shared library and loadable module defaults (also for components in component
/ohos5.0/build/config/linux/
H A Dpkg_config.gni31 # Leaving it blank defaults to searching PATH for 'pkg-config' and relying on
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-dfx.md150 Restore defaults:
/ohos5.0/docs/en/application-dev/file-management/
H A Dapp-file-backup-extension.md150 **includes** defaults:
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-net-connection-sys.md354 Resets the network settings to factory defaults. This API uses a promise to return the result.
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp905 napi_value defaults = nullptr; in CreatePointerStyle() local
906 CHKRP(napi_create_int32(env, MOUSE_ICON::DEFAULT, &defaults), CREATE_INT32); in CreatePointerStyle()
998 DECLARE_NAPI_STATIC_PROPERTY("DEFAULT", defaults), in CreatePointerStyle()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md384 defaults 使用文件系统的默认挂载参数,ext4的默认参数为rw,suid,dev,exec,auto,nouser,async
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-standard-mm-eswap.md218 … performed after zswapd is woken up by the buffer waterline. The system defaults the value **0** a…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.24/
H A Dchangelogs-arkui.md197 …ensure that the new default effects meet their expectations. If the new defaults do not meet the r…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-page-custom-components-lifecycle.md45 …er variables: The member variables are initialized with locally defined defaults or component cons…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md97 | defaults | boolean | 否 | 否 | 表示未指定的属性是否被设置为默认值,true表示使用默认值,false表示不使用默认值,默认值为…
4180 Decimal.set({ defaults: true })
4184 Decimal.set({ precision: 10, defaults: true })

12