Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp646 ret = SoftBusThreadSetName(thread, nullptr);
670 ret = SoftBusThreadSetName(thread, name);
694 ret = SoftBusThreadSetName(thread, name);
716 ret = SoftBusThreadSetName(thread, name);
738 ret = SoftBusThreadSetName(thread, name);
757 ret = SoftBusThreadSetName(thread, name);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_thread.h130 int32_t SoftBusThreadSetName(SoftBusThread thread, const char *name);
/ohos5.0/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