Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp175 std::string fullStackPath = ""; in AppfreezeHandleWithStack() local
179 fullStackPath = WriteToFile(fileName, catcherStack); in AppfreezeHandleWithStack()
180 faultNotifyData.errorObject.stack = fullStackPath; in AppfreezeHandleWithStack()
187 fullStackPath = WriteToFile(fileName, catchJsonStack); in AppfreezeHandleWithStack()
188 faultNotifyData.errorObject.stack = fullStackPath; in AppfreezeHandleWithStack()
292 std::string fullStackPath = WriteToFile(fileName, binderInfo); in AcquireStack() local
293 binderInfo = fullStackPath; in AcquireStack()