Searched refs:SoftBusThreadCreate (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_thread_test.cpp | 456 ret = SoftBusThreadCreate(nullptr, &threadAttr, SoftBusThreadTask, nullptr); 488 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 508 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 528 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 547 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 566 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 585 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 604 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); 623 ret = SoftBusThreadCreate(&thread, &threadAttr, nullptr, nullptr); 642 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/ |
H A D | br_connection_test.cpp | 145 EXPECT_CALL(InitMock, SoftBusThreadCreate).WillOnce(Return(SOFTBUS_OK)); in SetUpTestCase() 186 EXPECT_CALL(brMock, SoftBusThreadCreate) in ConnInit() 251 EXPECT_CALL(brMock, SoftBusThreadCreate) 367 EXPECT_CALL(brMock, SoftBusThreadCreate).WillOnce(Return(SOFTBUS_ERR)); 371 EXPECT_CALL(brMock, SoftBusThreadCreate).WillOnce(Return(SOFTBUS_OK));
|
H A D | br_mock.cpp | 167 int32_t SoftBusThreadCreate( in SoftBusThreadCreate() function 170 return GetConnectionBrInterface()->SoftBusThreadCreate(thread, threadAttr, threadEntry, arg); in SoftBusThreadCreate()
|
H A D | br_mock.h | 41 virtual int32_t SoftBusThreadCreate( 72 …MOCK_METHOD4(SoftBusThreadCreate, int32_t(SoftBusThread *, SoftBusThreadAttr *, void *(void *), vo…
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_thread.h | 127 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEnt…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | softbus_client_stub.c | 153 ret = SoftBusThreadCreate(&tid, &threadAttr, DeathProcTask, NULL); in StartDeathProcTask()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_conn_common.c | 59 int32_t status = SoftBusThreadCreate(&actionAsyncThread, &attr, runnable, arg); in ConnStartActionAsync()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_thread.c | 253 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate() function
|
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/ |
H A D | message_handler.c | 213 int32_t ret = SoftBusThreadCreate(&tid, &threadAttr, LoopTask, looper); in StartNewLooperThread()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file.c | 545 ret = SoftBusThreadCreate(&tid, &threadAttr, TransCloseDFileProcTask, args); in TransCloseFileChannel()
|