Home
last modified time | relevance | path

Searched refs:GetRawName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h117 std::string GetRawName() const;
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Devent_loop_test.cpp509 EXPECT_EQ(currentLooper_->GetRawName(), loopName);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp263 std::string EventLoop::GetRawName() const in GetRawName() function in OHOS::HiviewDFX::EventLoop
H A Dlibhiviewbase.map397 "OHOS::HiviewDFX::EventLoop::GetRawName() const";
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp777 auto looperName = looper->GetRawName(); in UnloadPlugin()