Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
H A Dspecial_test_flow.cpp210 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 Drandom_test_flow.cpp452 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 Dfocus_test_flow.cpp407 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 Dtree_manager.cpp86 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 Dwukong_util.cpp761 std::string curBundleName = elementName.GetBundleName(); in GetBundlePid() local
762 std::string bufCmd = "pidof " + curBundleName; in GetBundlePid()

Completed in 7 milliseconds