Home
last modified time | relevance | path

Searched defs:finished (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp159 int finished; in Compress() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp50 auto finished = (detail.progress == SYNC_FINISH); in SyncCompleted() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dparallel_task_queue.cpp39 unordered_map<uint64_t, bool> finished; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp266 bool finished = false; variable
343 bool finished = false; variable
487 bool finished = false; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp41 bool finished = false; in ~GenericVirtualDevice() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs284 let mut finished = false; in merge_chunks() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dasync_pool.rs399 let mut finished = lock.lock().unwrap(); in async_thread_proc() localVariable
570 let finished = lock.lock().unwrap(); in release_wait() localVariable
H A Dcurrent_thread.rs424 let finished = Arc::new(AtomicUsize::new(0)); in ut_current_thread_run_queue() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp407 bool finished = false; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp479 auto finished = result.empty() || (result.begin()->second.progress == SYNC_FINISH); in OnSyncComplete() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dhttp_body.rs510 let mut finished = false; in merge_chunks() localVariable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1128 bool finished = false; in ParseAdvertiserment() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp790 bool finished = false; in CheckAdvertiserFlag() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp842 bool finished = true; in GenTask() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2395 std::function<void()> finished; member