• Home
  • Raw
  • Download

Lines Matching refs:WuKongUtil

89 WuKongUtil::WuKongUtil()  in WuKongUtil()  function in OHOS::WuKong::WuKongUtil
136 WuKongUtil::~WuKongUtil() in ~WuKongUtil()
141 ErrCode WuKongUtil::GetAllAppInfo() in GetAllAppInfo()
175 void WuKongUtil::GetBundleList(std::vector<std::string> &bundlelist, std::vector<std::string> &abil… in GetBundleList()
184 uint32_t WuKongUtil::FindElement(std::vector<std::string> bundleList, std::string key) in FindElement()
193 ErrCode WuKongUtil::CheckBundleNameList() in CheckBundleNameList()
206 ErrCode WuKongUtil::CheckArgumentList(std::vector<std::string> &arguments) in CheckArgumentList()
220 ErrCode WuKongUtil::SetAllowList(const std::string &optarg) in SetAllowList()
234 ErrCode WuKongUtil::SetBlockList(const std::string &optarg) in SetBlockList()
248 void WuKongUtil::DelRepeatArguments(std::vector<std::string> &argumentlist) in DelRepeatArguments()
254 void WuKongUtil::GetAllowList(std::vector<std::string> &allowList) in GetAllowList()
259 void WuKongUtil::GetBlockList(std::vector<std::string> &blockList) in GetBlockList()
264 void WuKongUtil::GetValidBundleList(std::vector<std::string> &validbundlelist) in GetValidBundleList()
269 void WuKongUtil::SetAllAppInfo(std::vector<std::string> &bundleList, std::vector<std::string> &abil… in SetAllAppInfo()
275 void WuKongUtil::SetTempAllowList(std::vector<std::string> tempAllowList) in SetTempAllowList()
280 std::vector<std::string> WuKongUtil::GetTempAllowList() in GetTempAllowList()
285 void WuKongUtil::SetOrderFlag(bool orderFlag) in SetOrderFlag()
290 bool WuKongUtil::GetOrderFlag() in GetOrderFlag()
295 ErrCode WuKongUtil::GetScreenSize(int32_t &width, int32_t &height) in GetScreenSize()
313 void WuKongUtil::GetIconPath(std::string &iconpath) in GetIconPath()
318 ErrCode WuKongUtil::WukongScreenCap(std::string &screenStorePath) in WukongScreenCap()
346 sptr<IBundleMgr> WuKongUtil::GetBundleMgrProxy() const in GetBundleMgrProxy()
364 void WuKongUtil::GetAllAbilitiesByBundleName(std::string bundleName, std::vector<std::string> &abil… in GetAllAbilitiesByBundleName()
400 std::string WuKongUtil::GetCurrentTestDir() in GetCurrentTestDir()
405 bool WuKongUtil::CopyFile(std::string &targetFile, std::string &sourceDir, std::string &destDir) in CopyFile()
446 bool WuKongUtil::DeleteFile(std::string targetDir) in DeleteFile()