/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 266 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 D | parallel_task_queue.cpp | 39 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 D | test_std_stream_player.h | 32 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 D | test_single_video_player_slow.h | 34 PTEST((std::string url), Test single player play all urls video, and finished automatically) in FIXTURE()
|
H A D | test_single_player_fast.h | 90 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 D | test_single_video_player_fast_1.h | 58 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 D | test_single_player_slow_2.h | 344 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 D | test_single_player_slow_1.h | 372 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 D | generic_virtual_device.cpp | 41 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 D | kvdb_notifier_client.cpp | 50 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 D | distributeddb_cloud_db_proxy_test.cpp | 453 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 D | ble_service_data.cpp | 1108 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 D | cloud_service_impl.cpp | 864 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 D | rdb_service_proxy.cpp | 479 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 D | gltf2_importer.cpp | 2395 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 D | ble_advertiser_impl.cpp | 832 bool finished = false; in CheckAdvertiserFlag() local 836 while ((!finished) && (iter != payload.end())) { in CheckAdvertiserFlag() 857 finished = true; in CheckAdvertiserFlag()
|