Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp185 char paramBundle[buffSize] = {0}; in IsProcessDebug() local
186 GetParameter("hiviewdfx.appfreeze.filter_bundle_name", "", paramBundle, buffSize - 1); in IsProcessDebug()
187 std::string debugBundle(paramBundle); in IsProcessDebug()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp542 char paramBundle[buffSize] = {0}; in IsProcessDebug() local
543 GetParameter("hiviewdfx.appfreeze.filter_bundle_name", "", paramBundle, buffSize - 1); in IsProcessDebug()
544 std::string debugBundle(paramBundle); in IsProcessDebug()