Home
last modified time | relevance | path

Searched defs:handle1 (Results 1 – 13 of 13) 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()
247 DevHandle handle1 = NULL; in TimerTestMultiThread() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/bin/
H A Dylong_runtime_async_benchmark.rs61 let handle1 = runtime.spawn(async move { in main() localVariable
/ohos5.0/drivers/peripheral/camera/test/hdi/sequenceable_test/src/
H A Dcamera_hdi_sequenceable_test.cpp129 BufferHandle* handle1 = bufferHandleSeq0->GetBufferHandle(); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_fs.rs40 let handle1 = ylong_runtime::spawn(async move { in sdv_async_fs_write() localVariable
170 let handle1 = ylong_runtime::spawn(async move { in sdv_async_fs_read_to_end() localVariable
H A Dasync_buf_write.rs125 let handle1 = ylong_runtime::spawn(async move { in sdv_buf_writer_seek() localVariable
H A Dasync_buf_read.rs216 let handle1 = ylong_runtime::spawn(async move { in sdv_buf_reader_seek() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
H A Djoin_handle.rs186 let handle1 = crate::spawn(async { 1 }); in ut_test_join_handle_is_finished() localVariable
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/
H A Daudio_libcapture_test.cpp450 struct DevHandle *handle1 = nullptr; 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.cpp294 struct HksBlob handle1 = { sizeof(uint64_t), handleS1 }; in HksAcRsaThreeStageSignCustomCase() local
353 struct HksBlob handle1 = { sizeof(uint64_t), handleS1 }; in HksAcRsaThreeStageVerifyCustomCase() local
/ohos5.0/base/startup/init/test/moduletest/
H A Dsyspara_moduleTest.cpp279 uint32_t handle1 = FindParameter(key1.c_str()); variable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs616 let handle1 = spawn(async move { in send_notified_await() localVariable
H A Drwlock.rs475 let handle1 = spawn(async move { in ut_rwlock_write_test_02() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs403 let handle1 = spawner.spawn(&TaskBuilder::default(), async move { 1 }); in ut_current_thread_block_on() localVariable