Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp198 std::map<uint32_t, uint32_t> asyncBinderMap; in BinderInfoParser() local
200 … BinderInfoLineParser(fin, fd, manager, outputBinderInfoList, asyncBinderMap, freeAsyncSpacePairs); in BinderInfoParser()
204 …::vector<std::pair<uint32_t, uint32_t>> asyncBinderPairs(asyncBinderMap.begin(), asyncBinderMap.en… in BinderInfoParser()
224 std::map<uint32_t, uint32_t>& asyncBinderMap, in BinderInfoLineParser() argument
250 asyncBinderMap[std::atoi(serverPid.c_str())]++; in BinderInfoLineParser()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp332 std::map<uint32_t, uint32_t> asyncBinderMap; in BinderParser() local
334 …std::map<int, std::set<int>> binderInfo = BinderLineParser(fin, stack, asyncBinderMap, freeAsyncSp… in BinderParser()
338 …::vector<std::pair<uint32_t, uint32_t>> asyncBinderPairs(asyncBinderMap.begin(), asyncBinderMap.en… in BinderParser()
358 std::map<uint32_t, uint32_t>& asyncBinderMap, in BinderLineParser() argument
388 asyncBinderMap[std::atoi(serverPid.c_str())]++; in BinderLineParser()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dpeer_binder_catcher.h71 std::map<uint32_t, uint32_t>& asyncBinderMap,
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/
H A Dappfreeze_manager.h95 std::map<uint32_t, uint32_t>& asyncBinderMap,