Home
last modified time | relevance | path

Searched refs:leave (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dstate_machine_test.cpp358 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 Dstate_machine_test.cpp353 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 Ddrag__and__drop_8h.md74 …能严格dragEvent上报,建议开启;默认是不开启的; 当不开启时,从父组件拖移进子组件时,父组件并不会收到leave的通知;而开启之后,只要前后两个组件发生变化,上一个组件就会收到 leave
75 …能严格dragEvent上报,建议开启;默认是不开启的; 当不开启时,从父组件拖移进子组件时,父组件并不会收到leave的通知;而开启之后,只要前后两个组件发生变化,上一个组件就会收到 leave
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-muxer.md75 …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 Dchangelogs-arkweb.md11 …情况下会触发系统弹窗能力,弹窗提示语(回调内参数OnBeforeUnloadEvent对应的message内容)为固定英文"Is it OK to leave/reload this page?"…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-loglibrary-sys.md89 …*../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 Dmultimodal-dialog.md24 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 Dhuks-check-key-arkts.md11 …-kit/js-apis-huks.md#hukstag) of the key to check. To check a single key, leave this parameter emp…
H A Dhuks-delete-key-arkts.md11 …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 DConnectedNfcTagTypes.idl32 * @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 Dkernel-standard-overview.md13 …s to two years cannot cover the entire lifespan of their products and may leave the products open …
H A Dkernel-small-debug-shell-file-format.md21 …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 Ddataability-configuration.md12 …onent to the ID of the remote device. To access data on the local device, leave this component emp…
H A Dstart-express-apps.md14 …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 Dcompiler.gni39 # 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 Dfaqs-startup.md110 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 Djs-apis-data-distributedobject.md196 console.info("leave all session");
235 console.info("leave all session.");
282 console.info("leave all session.");
/ohos5.0/docs/en/contribute/
H A Ddocumentation-contribution.md23 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 Djs-apis-data-distributedobject.md197 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 Dsubsys-build-reference.md67 …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 Dasset-native-remove.md55 …/ Specify the asset alias to remove a single asset. To remove all assets, leave the alias unspecif…
H A Dasset-js-remove.md54 …/ 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 Ddata-encryption.md145 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 Djs_media_query.cpp110 } leave; in OnNapiCallback() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-container-div.md345 message: 'leave'

123