Home
last modified time | relevance | path

Searched refs:g_hilogPermissionList (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dsoftbus/tests/utils/
H A Dexception_branch_checker.cpp24 std::vector<std::string> g_hilogPermissionList = {"{public}", "{private}", "{protect}"}; member
31 while ((pos = strTypeFmt.find(g_hilogPermissionList[i], pos)) != std::string::npos) { in RemoveHilogModifiers()
32 strTypeFmt.erase(pos, g_hilogPermissionList[i].length()); in RemoveHilogModifiers()

Completed in 1 milliseconds