Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp37 static constexpr uint8_t ARR_SIZE = 7; variable
240 if (line.find("free_async_space") == line.npos && strList.size() == ARR_SIZE && in BinderInfoLineParser()
246 } else if (line.find("async\t") != std::string::npos && strList.size() > ARR_SIZE) { in BinderInfoLineParser()
252 } else if (strList.size() >= ARR_SIZE) { // 7: valid array size in BinderInfoLineParser()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp56 static constexpr uint8_t ARR_SIZE = 7; variable
378 if (line.find("free_async_space") == line.npos && strList.size() == ARR_SIZE && in BinderLineParser()
384 } else if (line.find("async\t") != std::string::npos && strList.size() > ARR_SIZE) { in BinderLineParser()
390 } else if (strList.size() >= ARR_SIZE) { // 7: valid array size in BinderLineParser()