Home
last modified time | relevance | path

Searched defs:handle2 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dtimer_test.c198 DevHandle handle1, DevHandle handle2) in TimerTestCreateThread()
218 DevHandle handle1, DevHandle handle2) in MultiThreadSourceRecycle()
248 DevHandle handle2 = NULL; in TimerTestMultiThread() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Dyield_now.rs98 let handle2 = crate::spawn(async move { in ut_yield_now() localVariable
H A Djoin_handle.rs188 let handle2 = crate::spawn(async { in ut_test_join_handle_is_finished() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_fs.rs75 let handle2 = ylong_runtime::spawn(async move { in sdv_async_fs_read() localVariable
120 let handle2 = ylong_runtime::spawn(async move { in sdv_async_fs_rw() localVariable
198 let handle2 = ylong_runtime::spawn(async move { in sdv_async_fs_seek() localVariable
H A Dsync.rs451 let handle2 = ylong_runtime::spawn(async move { in sdv_waiter_with_wake_one() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_runtime_async_benchmark.rs65 let handle2 = runtime.spawn(async move { in main() localVariable
/ohos5.0/drivers/peripheral/camera/test/hdi/sequenceable_test/src/
H A Dcamera_hdi_sequenceable_test.cpp136 BufferHandle* handle2 = bufferHandleSeq1->GetBufferHandle(); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Ddatagram.rs499 let handle2 = crate::spawn(async { in ut_uds_datagram_read_write_test() localVariable
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp456 struct DevHandle *handle2 = BindServiceCaptureSo(BIND_CAPTURE.c_str()); variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_access_control_rsa_sign_verify_test_common.cpp300 struct HksBlob handle2 = { sizeof(uint64_t), handleS2 }; in HksAcRsaThreeStageSignCustomCase() local
360 struct HksBlob handle2 = { sizeof(uint64_t), handleS2 }; in HksAcRsaThreeStageVerifyCustomCase() local
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp293 uint32_t handle2 = FindParameter(key2.c_str()); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs404 let handle2 = spawner.spawn(&TaskBuilder::default(), async move { 1 }); in ut_current_thread_block_on() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Drwlock.rs481 let handle2 = spawn(async move { in ut_rwlock_write_test_02() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs640 let handle2 = crate::spawn(async move { in ut_fs_file_seek() localVariable