Searched refs:curBundleName (Results 1 - 5 of 5) sorted by relevance
/test/ostest/wukong/test_flow/src/ |
H A D | special_test_flow.cpp | 210 auto curBundleName = elementName.GetBundleName(); in ProtectRightAbility() local 212 if (curBundleName != lastBundleName) { in ProtectRightAbility() 213 auto it = find(bundleName_.begin(), bundleName_.end(), curBundleName); in ProtectRightAbility() 237 lastBundleName = curBundleName; in ProtectRightAbility() 238 DEBUG_LOG_STR("lastBundleName change to : %s", curBundleName.c_str()); in ProtectRightAbility()
|
H A D | random_test_flow.cpp | 452 auto curBundleName = elementName.GetBundleName(); in ProtectRightAbility() local 453 auto it = find(allowList.begin(), allowList.end(), curBundleName); in ProtectRightAbility() 465 auto curBundleName = elementName.GetBundleName(); in ProtectRightAbility() local 468 auto bundleIndex = find(allowList.begin(), allowList.end(), curBundleName); in ProtectRightAbility()
|
H A D | focus_test_flow.cpp | 407 auto curBundleName = elementName.GetBundleName(); in ProtectRightAbility() local 408 auto it = find(allowList.begin(), allowList.end(), curBundleName); in ProtectRightAbility()
|
/test/ostest/wukong/component_event/src/ |
H A D | tree_manager.cpp | 86 auto curBundleName = elementName.GetBundleName(); in RecursGetChildElementInfo() local 88 ERROR_LOG_STR("Now BundleName is (%s) , Deep is (%d)", curBundleName.c_str(), componentChild->GetIndex()); in RecursGetChildElementInfo()
|
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 761 std::string curBundleName = elementName.GetBundleName(); in GetBundlePid() local 762 std::string bufCmd = "pidof " + curBundleName; in GetBundlePid()
|
Completed in 7 milliseconds