Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp187 std::string debugBundle(paramBundle); in IsProcessDebug() local
188 if (procCmdlineContent.compare(debugBundle) == 0) { in IsProcessDebug()
190 debugBundle.c_str(), procCmdlineContent.c_str()); in IsProcessDebug()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp544 std::string debugBundle(paramBundle); in IsProcessDebug() local
546 if (processName.compare(debugBundle) == 0) { in IsProcessDebug()
548 debugBundle.c_str(), processName.c_str()); in IsProcessDebug()