/ohos5.0/base/useriam/face_auth/test/unittest/ |
H A D | state_machine_test.cpp | 358 MockFunction<void(FiniteStateMachine &machine, uint32_t event)> &leave) in GetTestMachine() argument 379 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in GetTestMachine() 384 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in GetTestMachine() 389 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in GetTestMachine() 394 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in GetTestMachine() 407 MockFunction<void(FiniteStateMachine & machine, uint32_t event)> leave; variable 411 EXPECT_CALL(leave, Call(_, STATE_INIT)); 415 EXPECT_CALL(leave, Call(_, STATE_VERIFY_STARING)); 419 EXPECT_CALL(leave, Call(_, STATE_COLLECT_STARING)); 423 EXPECT_CALL(leave, Call(_, STATE_AUTH_PROCESSING)); [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | state_machine_test.cpp | 353 MockFunction<void(FiniteStateMachine & machine, uint32_t event)> &leave) in MakeTestMachine() argument 372 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in MakeTestMachine() 377 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in MakeTestMachine() 382 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in MakeTestMachine() 387 [&leave](FiniteStateMachine &machine, uint32_t event) { leave.Call(machine, event); }); in MakeTestMachine() 398 MockFunction<void(FiniteStateMachine & machine, uint32_t event)> leave; variable 402 EXPECT_CALL(leave, Call(_, STATE_INIT)); 406 EXPECT_CALL(leave, Call(_, STATE_VERIFY_STARING)); 410 EXPECT_CALL(leave, Call(_, STATE_COLLECT_STARING)); 414 EXPECT_CALL(leave, Call(_, STATE_AUTH_PROCESSING)); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | drag__and__drop_8h.md | 74 …能严格dragEvent上报,建议开启;默认是不开启的; 当不开启时,从父组件拖移进子组件时,父组件并不会收到leave的通知;而开启之后,只要前后两个组件发生变化,上一个组件就会收到 leave… 75 …能严格dragEvent上报,建议开启;默认是不开启的; 当不开启时,从父组件拖移进子组件时,父组件并不会收到leave的通知;而开启之后,只要前后两个组件发生变化,上一个组件就会收到 leave…
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | audio-video-muxer.md | 75 …uint8_t *buffer = ...; // Encoding configuration data. If there is no configuration data, leave th… 95 …uint8_t *buffer = ...; // Encoding configuration data. If there is no configuration data, leave th… 114 …uint8_t *buffer = ...; // Encoding configuration data. If there is no configuration data, leave th… 133 …uint8_t *buffer = ...; // Encoding configuration data. If there is no configuration data, leave th…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.36/ |
H A D | changelogs-arkweb.md | 11 …情况下会触发系统弹窗能力,弹窗提示语(回调内参数OnBeforeUnloadEvent对应的message内容)为固定英文"Is it OK to leave/reload this page?"…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-loglibrary-sys.md | 89 …*../cache/hiview/dest**. You can enter a multi-level directory.<br>If you leave this parameter emp… 146 …*../cache/hiview/dest**. You can enter a multi-level directory.<br>If you leave this parameter emp… 194 …*../cache/hiview/dest**. You can enter a multi-level directory.<br>If you leave this parameter emp… 251 …*../cache/hiview/dest**. You can enter a multi-level directory.<br>If you leave this parameter emp…
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-dialog.md | 24 If the content is not displayed in a list, leave a margin of 24 vp both above and below the content. 39 If the content is not displayed in a list, leave a margin of 24 vp both above and below the content.
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-check-key-arkts.md | 11 …-kit/js-apis-huks.md#hukstag) of the key to check. To check a single key, leave this parameter emp…
|
H A D | huks-delete-key-arkts.md | 11 …it/js-apis-huks.md#hukstag) of the key to delete. To delete a single key, leave this parameter emp…
|
/ohos5.0/drivers/interface/connected_nfc_tag/v1_1/ |
H A D | ConnectedNfcTagTypes.idl | 32 * @brief defines events from nfc tag chip, like nfc tag enter/leave field and chip restart event.
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-standard-overview.md | 13 …s to two years cannot cover the entire lifespan of their products and may leave the products open …
|
H A D | kernel-small-debug-shell-file-format.md | 21 …The value must be **0** or a power of **2**.<br/>The value **0** means to leave this parameter bla…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | dataability-configuration.md | 12 …onent to the ID of the remote device. To access data on the local device, leave this component emp…
|
H A D | start-express-apps.md | 14 …he default value is **1**. In express delivery query scenarios, set it to **1** or leave it empty.|
|
/ohos5.0/build/config/compiler/ |
H A D | compiler.gni | 39 # example, don't omit the frame pointer and leave in symbols. 198 # info or variable info, so we can leave that out to speed up the build.
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-startup.md | 110 1. If a service does not need to be started on demand, leave the **ondemand** attribute unspecified. 111 2. If a service needs to be started on demand, leave the **critical** attribute unspecified or disa… 163 1. For case 1, leave **caps** unspecified.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 196 console.info("leave all session"); 235 console.info("leave all session."); 282 console.info("leave all session.");
|
/ohos5.0/docs/en/contribute/ |
H A D | documentation-contribution.md | 23 Your feedback matters. Submit issues and leave as detailed information as possible, so we can bette…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 197 console.info("leave all session"); 236 console.info("leave all session."); 254 … To remove a distributed data object from the network, set this parameter to "" or leave it empty.| 283 console.info("leave all session."); 867 … To remove a distributed data object from the network, set this parameter to "" or leave it empty.|
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-reference.md | 67 …cklist. Each configuration item is optional and **false** by default. You can also leave it empty. 99 …n, you are advised to set **debug** to **false** (enable the release mode) or leave it unspecified.
|
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/ |
H A D | asset-native-remove.md | 55 …/ Specify the asset alias to remove a single asset. To remove all assets, leave the alias unspecif…
|
H A D | asset-js-remove.md | 54 …/ Specify the asset alias to remove a single asset. To remove all assets, leave the alias unspecif…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | data-encryption.md | 145 If you do not care about the algorithm and other parameters used for encryption, leave **cryptoPara…
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/ |
H A D | js_media_query.cpp | 110 } leave; in OnNapiCallback() local
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-div.md | 345 message: 'leave'
|