Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_command_lexer_test.cpp43 static std::string Join(const char *separator, ...) in Join() function in OHOS::AppSpawn::__anon49cec8210110::CommandLexerTest
73 std::string command = Join(SPACE_STR,
90 std::string command = Join(SPACE_STR,
106 std::string command = Join(SPACE_STR,
141 std::string command = Join(SPACE_STR, fileName, message, nullptr);
153 std::string command = Join(SPACE_STR, fileName, opt, dirName, nullptr);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_predicates.cpp40 return Join(JoinType::CROSS, tableName); in CrossJoin()
48 return Join(JoinType::INNER, tableName); in InnerJoin()
56 return Join(JoinType::LEFT, tableName); in LeftOuterJoin()
61 RdbPredicates *RdbPredicates::Join(int join, const std::string &tableName) in Join() function in OHOS::NativeRdb::RdbPredicates
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_tracking.cpp60 void Join() in Join() function in OHOS::__anonfd60cb500110::DemoThreadData
62 shareQueue.Join(); in Join()
168 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
249 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
330 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
395 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
451 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
479 std::thread joinThread2 = std::thread(&DemoThreadData::Join, tmp2);
526 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
589 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp);
[all …]
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dinterval.h131 bool Join() in Join() function
133 return tg ? tg->Join() : false; in Join()
202 virtual void Join() = 0;
248 void Join() override;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dmatrix_meta_data.cpp45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
50 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, RMOTE_CONSISTENT }); in GetConsistentKey()
55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dstrategy_meta_data.cpp59 …return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { devId, userId, "default", bundleName, sto… in GetKey()
61 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, in GetKey()
67 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dswitches_meta_data.cpp40 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dstore_meta_data_local.cpp112 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetKey()
117 auto prefix = Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp92 void Join() in Join() function in OHOS::__anonefe9c4f30110::DemoThreadData
94 shareQueue.Join(); in Join()
245 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
297 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
354 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
408 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
464 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
480 std::thread joinThread2 = std::thread(&DemoThreadData::Join, tmp2); in BENCHMARK_F()
516 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
567 std::thread joinThread = std::thread(&DemoThreadData::Join, tmp); in BENCHMARK_F()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsubscription.cpp83 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId) }); in GetKey()
88 …return Constant::Join(RELATION_PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId), bundleNa… in GetRelationKey()
93 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp110 wt->Join();
126 wt->Join();
137 wt->Join();
H A Dut_worker_manager.cpp111 worker->Join();
133 worker->Join();
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-safe_block_queue.md39 | void | **Join**()<br/>等待未完成队列 |
144 void Join()
146 que.Join();
168 line.Join();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp90 …return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundl… in GetKey()
95 return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user) }); in GetKey()
100 …return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundl… in GetKey()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dthread_wrapper.cpp24 Join(); in ~ThreadWrapper()
54 void ThreadWrapper::Join() in Join() function in OHOS::IntellVoiceUtils::ThreadWrapper
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dthread_group.h77 bool Join() in Join() function
85 bool Join(pid_t tid) in Join() function
H A Dworker_thread.h134 void Join() in Join() function
167 void Join() in Join() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp104 skPaint.setStrokeJoin(SkPaint::Join::kRound_Join); in SetPen()
106 skPaint.setStrokeJoin(SkPaint::Join::kBevel_Join); in SetPen()
108 skPaint.setStrokeJoin(SkPaint::Join::kMiter_Join); in SetPen()
111 skPaint.setStrokeJoin(SkPaint::Join::kMiter_Join); in SetPen()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp298 joinRect.Join(joinRect, transMap_->GetBoxRect()); in Rotate()
300 joinRect.Join(joinRect, GetOrigRect()); in Rotate()
324 joinRect.Join(joinRect, transMap_->GetBoxRect()); in Scale()
326 joinRect.Join(joinRect, GetOrigRect()); in Scale()
348 joinRect.Join(joinRect, GetOrigRect()); in Shear()
373 joinRect.Join(joinRect, GetOrigRect()); in Translate()
394 joinRect.Join(joinRect, transMap_->GetBoxRect()); in SetCameraDistance()
395 joinRect.Join(joinRect, GetOrigRect()); in SetCameraDistance()
408 joinRect.Join(joinRect, transMap_->GetBoxRect()); in SetCameraPosition()
409 joinRect.Join(joinRect, GetOrigRect()); in SetCameraPosition()
[all …]
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-basic-task.md275 printf("Join Example_TaskHi Failed!, 0x%x\n", ret);
277 printf("Join Example_TaskHi Success!\n");
298 Join Example_TaskHi Success!
H A Dkernel-small-basic-process-thread.md244 PRINTK("Join ExampleTaskHi Failed!\n");
246 PRINTK("Join ExampleTaskHi Success!\n");
266 Join ExampleTaskHi Success!
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Drect_test.cpp432 EXPECT_TRUE(rectf2.Join(rectf1));
445 EXPECT_FALSE(rectf2.Join(rectf1));
458 EXPECT_TRUE(rectf2.Join(rectf1));
852 EXPECT_TRUE(rectI2.Join(rectI1));
865 EXPECT_FALSE(rectI2.Join(rectI1));
878 EXPECT_TRUE(rectI2.Join(rectI1));
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_thread.c85 void Join(struct HcThreadT *thread) in Join() function
123 thread->join = Join; in InitThread()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_thread.c78 void Join(struct HcThreadT *thread) in Join() function
122 thread->join = Join; in InitThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/
H A Drect_fuzzer.cpp74 rect1.Join(rect2); in RectFuzzTest001()
112 rectf.Join(rectf1); in RectFuzzTest002()

1234