Home
last modified time | relevance | path

Searched refs:ContainsElement (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/component_event/src/
Dnormal_scene.cpp165 if (util->ContainsElement(compIdBlock, id)) { in IsComponentBlock()
169 if (util->ContainsElement(compTypeBlock, type)) { in IsComponentBlock()
/test/ostest/wukong/common/include/
Dwukong_util.h53 bool ContainsElement(std::vector<std::string> &bundleList, std::string key);
/test/ostest/wukong/common/src/
Dwukong_util.cpp197 bool WuKongUtil::ContainsElement(std::vector<std::string> &bundleList, std::string key) in ContainsElement() function in OHOS::WuKong::WuKongUtil