Home
last modified time | relevance | path

Searched refs:finished (Results 1 - 16 of 16) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp266 bool finished = false; in HWTEST_F() local
269 auto notifier = [&cvMutex, &cv, &finished, &statusMap] (const std::string &userId, const std::string &appId, in HWTEST_F()
277 finished = true; in HWTEST_F()
308 cv.wait(lock, [&finished] {return finished;}); in HWTEST_F()
312 finished = false; in HWTEST_F()
326 cv.wait(lock, [&finished] {return finished;}); in HWTEST_F()
343 bool finished = false; in HWTEST_F() local
346 auto notifier = [&cvMutex, &cv, &finished, in HWTEST_F()
487 bool finished = false; HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dparallel_task_queue.cpp39 unordered_map<uint64_t, bool> finished; member
70 state_.finished[id_] = true; in operator ()()
156 if (!state.finished.contains(dep)) { in QueueTasks()
188 state.finished.reserve(tasks_.size()); in Execute()
196 return state.finished.size() == tasks_.size(); in Execute()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_std_stream_player.h32 PTEST((std::string url), Test single player play std stream seekable, and finished automatically) in FIXTURE()
46 PTEST((std::string url), Test single player play std stream unseekable, and finished automatically) in FIXTURE()
H A Dtest_single_video_player_slow.h34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE()
H A Dtest_single_player_fast.h90 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE()
102 PTEST((std::string url), Test single player play url music, and finished manually) in FIXTURE()
293 PTEST((std::string url), Test play finished can play again) in FIXTURE()
H A Dtest_single_video_player_fast_1.h58 PTEST((std::string url), Test single player play url video, and finished automatically) in FIXTURE()
70 PTEST((std::string url, int32_t fileSize), Test single player play fd source, and finished automatically) in FIXTURE()
H A Dtest_single_player_slow_2.h344 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE()
362 PTEST((std::string url), Debug single player play url music, and finished automatically) in FIXTURE()
H A Dtest_single_player_slow_1.h372 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp41 bool finished = false; in ~GenericVirtualDevice() local
53 context_->OnLastRef([storage, &cv, &cvMutex, &finished]() { in ~GenericVirtualDevice()
57 finished = true; in ~GenericVirtualDevice()
63 cv.wait(lock, [&finished] { return finished; }); in ~GenericVirtualDevice()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp50 auto finished = (detail.progress == SYNC_FINISH); in SyncCompleted()
55 return !finished; in SyncCompleted()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp453 bool finished = false; in HWTEST_F() local
456 const auto callback = [&finished, &processMutex, &cv](const std::map<std::string, SyncProcess> &process) { in HWTEST_F()
461 finished = true; in HWTEST_F()
474 cv.wait_for(uniqueLock, std::chrono::milliseconds(DBConstant::MIN_TIMEOUT), [&finished]() { in HWTEST_F()
475 return finished; in HWTEST_F()
629 * @tc.desc: Verify sync task count decrease after sync finished.
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp1108 bool finished = false; in ParseAdvertiserment() local
1113 while (!finished) { in ParseAdvertiserment()
1130 finished = true; in ParseAdvertiserment()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp864 bool finished = true; in GenTask() local
868 finished = (account != nullptr) && account->QueryUsers(users); in GenTask()
878 finished = (this->*handle)(user) && finished; in GenTask()
880 if (!finished || users.empty()) { in GenTask()
/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()
484 return !finished; in OnSyncComplete()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2395 std::function<void()> finished;
2792 if (task.finished) {
2793 task.finished();
3119 task->finished = [t = task.get()]() {};
3346 task->finished = [this, i, t = task.get()]() {
3450 task->finished = [t = task.get()]() { t->import = {}; };
3502 task->finished = [t = task.get()]() { t->data = {}; };
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp832 bool finished = false; in CheckAdvertiserFlag() local
836 while ((!finished) && (iter != payload.end())) { in CheckAdvertiserFlag()
857 finished = true; in CheckAdvertiserFlag()

Completed in 20 milliseconds