Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp164 uint32_t isInBlockList = FindElement(blockList_, bundleName); in GetAllAppInfo()
197 for (auto it = blockList_.begin(); it != blockList_.end(); it++) { in CheckBundleNameList()
236 SplitStr(optarg, ",", blockList_); in SetBlockList()
237 ErrCode result = CheckArgumentList(blockList_); in SetBlockList()
240 DelRepeatArguments(blockList_); in SetBlockList()
241 if (blockList_.size() > 0) { in SetBlockList()
261 blockList = blockList_; in GetBlockList()
/test/ostest/wukong/common/include/
Dwukong_util.h209 std::vector<std::string> blockList_ = {"com.ohos.devicemanagerui", "com.ohos.screenlock", variable