/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | timer_test.c | 198 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 D | yield_now.rs | 98 let handle2 = crate::spawn(async move { in ut_yield_now() localVariable
|
H A D | join_handle.rs | 188 let handle2 = crate::spawn(async { in ut_test_join_handle_is_finished() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | async_fs.rs | 75 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 D | sync.rs | 451 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 D | ylong_runtime_async_benchmark.rs | 65 let handle2 = runtime.spawn(async move { in main() localVariable
|
/ohos5.0/drivers/peripheral/camera/test/hdi/sequenceable_test/src/ |
H A D | camera_hdi_sequenceable_test.cpp | 136 BufferHandle* handle2 = bufferHandleSeq1->GetBufferHandle(); variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/ |
H A D | datagram.rs | 499 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 D | audio_libcapture_test.cpp | 456 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 D | hks_access_control_rsa_sign_verify_test_common.cpp | 300 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 D | syspara_moduleTest.cpp | 293 uint32_t handle2 = FindParameter(key2.c_str()); variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | current_thread.rs | 404 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 D | rwlock.rs | 481 let handle2 = spawn(async move { in ut_rwlock_write_test_02() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | async_file.rs | 640 let handle2 = crate::spawn(async move { in ut_fs_file_seek() localVariable
|