Home
last modified time | relevance | path

Searched refs:SetCurrentStatLib (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_instr_statistic.h25 OHOS::HiviewDFX::DfxInstrStatistic::GetInstance().SetCurrentStatLib(elf)
62 void SetCurrentStatLib(const std::string soName);
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dinstr_statistic_test.cpp61 DfxInstrStatistic::GetInstance().SetCurrentStatLib(elfName);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instr_statistic.cpp35 void DfxInstrStatistic::SetCurrentStatLib(const std::string soName) in SetCurrentStatLib() function in OHOS::HiviewDFX::DfxInstrStatistic
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp286 statistic.SetCurrentStatLib(soName); in TestDfxInstrStatistic()