/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHiPlayer.cpp | 46 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 D | js-framework-resource-restriction.md | 19 - 默认资源限定文件:**resources**资源文件的默认资源限定文件为res-defaults.json。 46 **res-defaults.json示例:**<br/> 71 resources/res-defaults.json:
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | js-framework-resource-restriction.md | 19 …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 D | ts-basic-components-timepicker.md | 149 …defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
|
H A D | ts-methods-timepicker-dialog.md | 58 …defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
|
H A D | ts-container-column.md | 95 …mains in the normal order. If the attribute is set to **undefined**, it defaults to **true**, whic…
|
H A D | ts-container-row.md | 96 …mains in the normal order. If the attribute is set to **undefined**, it defaults to **true**, whic…
|
H A D | ts-methods-datepicker-dialog.md | 64 …defaults to **2-digit**, which means a leading zero is used; In the 12-hour format, it defaults to…
|
H A D | ts-universal-attributes-renderfit.md | 27 … TEXTURE or SURFACE type, if the **renderFit** attribute is not set, it defaults to **RenderFit.RE…
|
H A D | ts-basic-components-checkbox.md | 41 … box. When **indicatorBuilder** is set to **undefined** or **null**, it defaults to the state wher…
|
H A D | ts-basic-components-slider.md | 43 …or equal to the value of **max**, the **min** value defaults to **0**, and the **max** value defau…
|
H A D | ts-container-refresh.md | 41 …* 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 D | changelogs-menu.md | 53 …defaults to avoiding the status bar and navigation bar without additional clearance distance. When…
|
/ohos5.0/build/config/ |
H A D | v8_target_cpu.gni | 16 # mips_arch_variant) to be set to their defaults either if the current_cpu
|
H A D | BUILDCONFIG.gn | 264 # 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 D | pkg_config.gni | 31 # Leaving it blank defaults to searching PATH for 'pkg-config' and relying on
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-dfx.md | 150 Restore defaults:
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | app-file-backup-extension.md | 150 **includes** defaults:
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-connection-sys.md | 354 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 D | js_pointer_context.cpp | 905 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 D | subsys-boot-deviceboot.md | 384 defaults 使用文件系统的默认挂载参数,ext4的默认参数为rw,suid,dev,exec,auto,nouser,async
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-standard-mm-eswap.md | 218 … 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 D | changelogs-arkui.md | 197 …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 D | arkts-page-custom-components-lifecycle.md | 45 …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 D | js-apis-arkts-decimal.md | 97 | defaults | boolean | 否 | 否 | 表示未指定的属性是否被设置为默认值,true表示使用默认值,false表示不使用默认值,默认值为… 4180 Decimal.set({ defaults: true }) 4184 Decimal.set({ precision: 10, defaults: true })
|