Home
last modified time | relevance | path

Searched refs:SoftBusThreadSetName (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp646 ret = SoftBusThreadSetName(thread, nullptr); in HWTEST_F()
670 ret = SoftBusThreadSetName(thread, name); in HWTEST_F()
694 ret = SoftBusThreadSetName(thread, name); in HWTEST_F()
716 ret = SoftBusThreadSetName(thread, name); in HWTEST_F()
738 ret = SoftBusThreadSetName(thread, name); in HWTEST_F()
757 ret = SoftBusThreadSetName(thread, name); in HWTEST_F()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_thread.h130 int32_t SoftBusThreadSetName(SoftBusThread thread, const char *name);
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c292 ret = SoftBusThreadSetName(*thread, threadAttr->taskName); in SoftBusThreadCreate()
318 int32_t SoftBusThreadSetName(SoftBusThread thread, const char *name) in SoftBusThreadSetName() function

Completed in 4 milliseconds