Home
last modified time | relevance | path

Searched refs:SoftBusThreadCreate (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp456 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 Dbr_connection_test.cpp145 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 Dbr_mock.cpp167 int32_t SoftBusThreadCreate( in SoftBusThreadCreate() function
170 return GetConnectionBrInterface()->SoftBusThreadCreate(thread, threadAttr, threadEntry, arg); in SoftBusThreadCreate()
H A Dbr_mock.h41 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 Dsoftbus_adapter_thread.h127 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, void *(*threadEnt…
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c153 ret = SoftBusThreadCreate(&tid, &threadAttr, DeathProcTask, NULL); in StartDeathProcTask()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c59 int32_t status = SoftBusThreadCreate(&actionAsyncThread, &attr, runnable, arg); in ConnStartActionAsync()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c253 int32_t SoftBusThreadCreate(SoftBusThread *thread, SoftBusThreadAttr *threadAttr, in SoftBusThreadCreate() function
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c213 int32_t ret = SoftBusThreadCreate(&tid, &threadAttr, LoopTask, looper); in StartNewLooperThread()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c545 ret = SoftBusThreadCreate(&tid, &threadAttr, TransCloseDFileProcTask, args); in TransCloseFileChannel()