Home
last modified time | relevance | path

Searched refs:CatcherStacktrace (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp187 std::string ret = appfreezeManager->CatcherStacktrace(0);
189 ret = appfreezeManager->CatcherStacktrace(2);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp105 CatcherStacktrace(fd, pidTemp); in Catch()
116 CatcherStacktrace(fd, pidTemp, false); in Catch()
340 void PeerBinderCatcher::CatcherStacktrace(int fd, int pid, bool sync) const in CatcherStacktrace() function in OHOS::HiviewDFX::PeerBinderCatcher
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h79 void CatcherStacktrace(int fd, int pid, bool sync = true) const;
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp178 catcherStack += CatcherStacktrace(appInfo.pid); in AppfreezeHandleWithStack()
278 content += CatcherStacktrace(pidTemp); in AcquireStack()
286 content += CatcherStacktrace(pidTemp); in AcquireStack()
513 std::string AppfreezeManager::CatcherStacktrace(int pid) const in CatcherStacktrace() function in OHOS::AppExecFwk::AppfreezeManager
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp79 freeze->CatcherStacktrace(pid); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h102 std::string CatcherStacktrace(int pid) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp401 peerBinderCatcher->CatcherStacktrace(fd, pid);