Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A Dwukong_util.cpp207 uint32_t isInBlockList = FindElement(blockList_, bundleName); in GetAllAppInfo()
246 for (auto it = blockList_.begin(); it != blockList_.end(); it++) { in CheckBundleNameList()
346 SplitStr(optarg, ",", blockList_); in SetBlockList()
347 ErrCode result = CheckArgumentList(blockList_, false); in SetBlockList()
350 DelRepeatArguments(blockList_); in SetBlockList()
351 if (blockList_.size() > 0) { in SetBlockList()
433 blockList = blockList_; in GetBlockList()
/test/ostest/wukong/common/include/
H A Dwukong_util.h355 std::vector<std::string> blockList_ = {"com.ohos.devicemanagerui", "com.ohos.screenlock", member in OHOS::WuKong::WuKongUtil

Completed in 2 milliseconds