Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h50 void EnableMethodIdLocal(bool enableMethodIdLocal);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map6 OHOS::HiviewDFX::Unwinder::EnableMethodIdLocal*;
H A Dunwinder.cpp137 inline void EnableMethodIdLocal(bool enableMethodIdLocal) in EnableMethodIdLocal() function in OHOS::HiviewDFX::Unwinder::Impl
321 void Unwinder::EnableMethodIdLocal(bool enableMethodIdLocal) in EnableMethodIdLocal() function in OHOS::HiviewDFX::Unwinder
323 impl_->EnableMethodIdLocal(enableMethodIdLocal); in EnableMethodIdLocal()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp114 unwinder->EnableMethodIdLocal(true);
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp2365 unwinder->EnableMethodIdLocal(true); in DumpHybridStack()