Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp31 static constexpr const char* const SCB_PRO_PREFIX = "ohos.sceneboard:"; variable
374 size_t scbIndex = processName.find(SCB_PRO_PREFIX); in IsScbProName()
377 processName = processName.substr(scbIndex + std::strlen(SCB_PRO_PREFIX)); in IsScbProName()