Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/common/
H A Dcommon_cutil_test.cpp48 ASSERT_TRUE(GetThreadName(threadName, sizeof(threadName)));
63 ASSERT_FALSE(GetThreadName(nullptr, 0));
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Ddelegator_thread.h60 std::string GetThreadName() const;
H A Dability_delegator.h200 std::string GetThreadName() const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Ddelegator_thread.cpp47 std::string DelegatorThread::GetThreadName() const in GetThreadName() function in OHOS::AppExecFwk::DelegatorThread
H A Dability_delegator.cpp232 std::string AbilityDelegator::GetThreadName() const in GetThreadName() function in OHOS::AppExecFwk::AbilityDelegator
/ohos5.0/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.h31 AT_SYMBOL_HIDDEN bool GetThreadName(char* buffer, size_t bufferSz);
H A Dmusl_cutil.h73 bool GetThreadName(char* buffer, size_t bufferSz) in GetThreadName() function
H A Ddfx_cutil.c73 bool GetThreadName(char* buffer, size_t bufferSz) in GetThreadName() function
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Ddelegator_thread_module_test.cpp85 EXPECT_EQ(threadObj.GetThreadName(), "");
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_inner_runner.h48 const std::string &GetThreadName() in GetThreadName() function
H A Devent_runner.cpp449 return innerRunner_->GetThreadName(); in GetRunnerThreadName()
507 …umper.Dump(dumper.GetTag() + " Event runner (" + "Thread name = " + innerRunner_->GetThreadName() + in Dump()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_inner_runner.h49 LOCAL_API const std::string &GetThreadName() in GetThreadName() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Ddelegator_thread_test.cpp108 EXPECT_EQ(threadObj.GetThreadName(), "");
H A Dability_delegator_test.cpp1892 auto result = commonDelegator_->GetThreadName();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp666 return innerRunner_->GetThreadName(); in GetRunnerThreadName()
745 …umper.Dump(dumper.GetTag() + " Event runner (" + "Thread name = " + innerRunner_->GetThreadName() + in Dump()