/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
H A D | collect_results_and_visualize.js | 204 #table th, #table td { 210 #table th { 271 <th id="cn">ComponentName</th> 272 <th>CaseName</th> 273 <th>CodeLine</th> 274 <th>Message</th> [all...] |
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | thread.h | 71 thread(thread&& th) noexcept 73 swap(th); variable 76 thread& operator=(thread&& th) noexcept 78 if (this != &th) { 79 thread tmp(std::move(th));
|
H A D | future.h | 355 auto th = ffrt::thread(std::move(pt), std::forward<Args>(args)...); 356 th.detach();
|
/foundation/graphic/graphic_2d/rosen/samples/hello_vsync/ |
H A D | hello_vsync.cpp | 43 std::thread th(ThreadMain, nativeVSync); in main() 44 th.join(); in main()
|
/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | test_observer_test.cpp | 108 std::thread th(&TestObserverTest::thfunc, std::ref(observer)); in HWTEST_F() 110 th.join(); in HWTEST_F()
|
/foundation/graphic/graphic_2d/utils/socketpair/test/unittest/ |
H A D | socketpair_test.cpp | 73 std::thread th(SendDataThread, &socketPair); in HWTEST_F() 74 th.join(); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_syncable_storage_test.cpp | 95 std::thread th([syncAbleStorage, &getCount]() { in HWTEST_F() 116 th.join(); in HWTEST_F()
|
H A D | distributeddb_storage_subscribe_query_test.cpp | 731 std::thread th([store]() { in HWTEST_F() 744 th.join(); in HWTEST_F()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | dev_manager.cpp | 123 std::thread th = std::thread([this]() {
in RegisterDevCallback() local 137 th.detach();
in RegisterDevCallback()
|
H A D | softbus_adapter_standard.cpp | 106 std::thread th = std::thread([this, deviceInfo, type]() {
in NotifyAll() local 151 th.detach();
in NotifyAll()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_drag_manager.cpp | 216 float th = (nearRect.GetOffset().GetMainOffset(axis) + nearRect.GetSize().MainSize(axis) - in ScaleAxisNearItem() local 218 if (GreatNotEqual(mainDelta, th)) { in ScaleAxisNearItem() 224 float th = (nearRect.GetOffset().GetMainOffset(axis) - rect.GetOffset().GetMainOffset(axis)) / 2; in ScaleAxisNearItem() local 225 if (LessNotEqual(mainDelta, th)) { in ScaleAxisNearItem()
|
H A D | list_item_group_layout_algorithm.cpp | 813 float th = startPos_ - (endPos_ - startPos_) - referencePos_; in CheckJumpForwardForBigOffset() local 814 if (GreatNotEqual(startPos, th)) { in CheckJumpForwardForBigOffset() 844 float th = endPos_ + (endPos_ - startPos_) - (referencePos_ - totalMainSize_); in CheckJumpBackwardForBigOffset() local 845 if (LessNotEqual(endPos, th)) { in CheckJumpBackwardForBigOffset() 894 float th = std::max(startPos_ - referencePos_, headerMainSize_); in MeasureForward() local 895 while (currentIndex > 0 && GreatNotEqual(currentStartPos, th)) { in MeasureForward()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_utils.cpp | 378 for (auto& th : threads) { in CloneBuffer() 379 if (th.joinable()) { in CloneBuffer() 380 th.join(); in CloneBuffer()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributed_crud_transaction_tools.cpp | 256 std::thread th(&DistributedCrudTransactionTools::Check, this); in testCrudTransaction() 257 th.detach(); in testCrudTransaction()
|
H A D | distributeddb_nb_autolaunch_test.cpp | 455 if (index == 3) { // the 3th element in HWTEST_F() 634 for (auto &th : threads) { in HWTEST_F() 635 th.join(); in HWTEST_F()
|
H A D | distributeddb_nb_enable_sync_by_closed_db_test.cpp | 446 if (index == 3) { // the 3th element in HWTEST_F() 623 for (auto &th : threads) { in HWTEST_F() 624 th.join(); in HWTEST_F()
|
H A D | distributeddb_nb_cursor_testcase.cpp | 1732 for (auto& th : threads) { in ResultSetDb025() 1733 th.join(); in ResultSetDb025() 1967 for (auto& th : threads) { in ResultSetDb026() 1968 th.join(); in ResultSetDb026()
|
H A D | distributeddb_kv_transaction_test.cpp | 1260 for (auto& th : bussinessThreads) { in HWTEST_F() 1261 th.detach(); in HWTEST_F() 1528 for (auto& th : bussinessThreads) { in HWTEST_F() 1529 th.join(); in HWTEST_F()
|
H A D | distributeddb_nb_batch_crud_test.cpp | 727 for (auto& th : threads) { in HWTEST_F() 728 th.join(); in HWTEST_F() 1817 for (auto& th : suThreads) { in HWTEST_F() 1818 th.detach(); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 260 thread th(&TesterCommon::OutputLoop, this); in RunEncoder() 262 if (th.joinable()) { in RunEncoder() 263 th.join(); in RunEncoder()
|
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 494 std::thread th = std::thread(fun); in StartTimerThread() local 495 pthread_setname_np(th.native_handle(), "HiViewReport"); in StartTimerThread() 496 th.detach(); in StartTimerThread()
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_capi_skeleton.cpp | 641 std::thread th([proxyCallBack, dataParcel, replyParcel, a, b] { in ASyncAdd() 655 th.detach(); in ASyncAdd()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 1764 std::thread thread1(std::bind(PutData, g_kvNbDelegatePtr, 0)); // 0th thread. in HWTEST_F() 1765 std::thread thread2(std::bind(PutData, g_kvNbDelegatePtr, 1)); // 1th thread. in HWTEST_F() 1766 std::thread thread3(std::bind(PutData, g_kvNbDelegatePtr, 2)); // 2th thread. in HWTEST_F() 1767 std::thread thread4(std::bind(PutData, g_kvNbDelegatePtr, 3)); // 3th thread. in HWTEST_F() 2289 std::thread th([db]() { in HWTEST_F() 2296 th.join(); in HWTEST_F() 2458 std::thread th([&isFinished]() { in HWTEST_F() 2463 slowThreads.emplace_back(std::move(th)); in HWTEST_F() 2466 std::thread th([&isFinished]() { in HWTEST_F() 2485 th in HWTEST_F() [all...] |
H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 1630 std::thread th([&isFinished]() { in HWTEST_F() 1635 slowThreads.emplace_back(std::move(th)); in HWTEST_F() 1638 std::thread th([&isFinished]() { in HWTEST_F() 1656 th.join(); in HWTEST_F()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 529 ffrt::thread th {[&] { in HWTEST_F() 544 th.join(); in HWTEST_F()
|