Lines Matching refs:WuKongUtil
92 WuKongUtil::WuKongUtil() in WuKongUtil() function in OHOS::WuKong::WuKongUtil
139 WuKongUtil::~WuKongUtil() in ~WuKongUtil()
144 ErrCode WuKongUtil::GetAllAppInfo() in GetAllAppInfo()
179 void WuKongUtil::GetBundleList(std::vector<std::string> &bundlelist, std::vector<std::string> &abil… in GetBundleList()
188 uint32_t WuKongUtil::FindElement(std::vector<std::string> &bundleList, std::string key) in FindElement()
197 bool WuKongUtil::ContainsElement(std::vector<std::string> &bundleList, std::string key) in ContainsElement()
202 ErrCode WuKongUtil::CheckBundleNameList() in CheckBundleNameList()
215 ErrCode WuKongUtil::CheckArgumentList(std::vector<std::string> &arguments, bool isAddToList) in CheckArgumentList()
235 ErrCode WuKongUtil::SetAllowList(const std::string &optarg) in SetAllowList()
249 ErrCode WuKongUtil::CheckAbilityArgumentList(std::vector<std::string> &arguments) in CheckAbilityArgumentList()
263 ErrCode WuKongUtil::SetAllowAbilityList(const std::string &optarg) in SetAllowAbilityList()
277 ErrCode WuKongUtil::SetBlockAbilityList(const std::string &optarg) in SetBlockAbilityList()
291 ErrCode WuKongUtil::CheckAbilityNameList() in CheckAbilityNameList()
304 ErrCode WuKongUtil::SetBlockList(const std::string &optarg) in SetBlockList()
318 ErrCode WuKongUtil::SetBlockPageList(const std::string &optarg) in SetBlockPageList()
337 void WuKongUtil::DelRepeatArguments(std::vector<std::string> &argumentlist) in DelRepeatArguments()
343 void WuKongUtil::GetAllowList(std::vector<std::string> &allowList) in GetAllowList()
348 void WuKongUtil::GetAllowAbilityList(std::vector<std::string> &allowAbilityList) in GetAllowAbilityList()
353 void WuKongUtil::GetBlockList(std::vector<std::string> &blockList) in GetBlockList()
358 void WuKongUtil::GetBlockAbilityList(std::vector<std::string> &blockAbilityList) in GetBlockAbilityList()
363 void WuKongUtil::GetBlockPageList(std::vector<std::string> &blockPageList) in GetBlockPageList()
368 void WuKongUtil::GetValidBundleList(std::vector<std::string> &validbundlelist) in GetValidBundleList()
373 void WuKongUtil::SetAllAppInfo(std::vector<std::string> &bundleList, std::vector<std::string> &abil… in SetAllAppInfo()
379 void WuKongUtil::SetTempAllowList(std::vector<std::string> tempAllowList) in SetTempAllowList()
384 std::vector<std::string> WuKongUtil::GetTempAllowList() in GetTempAllowList()
389 void WuKongUtil::SetOrderFlag(bool orderFlag) in SetOrderFlag()
394 bool WuKongUtil::GetOrderFlag() in GetOrderFlag()
399 ErrCode WuKongUtil::GetScreenSize(int32_t &width, int32_t &height) in GetScreenSize()
417 void WuKongUtil::GetIconPath(std::string &iconpath) in GetIconPath()
422 ErrCode WuKongUtil::WukongScreenCap(std::string &screenStorePath, bool gCommandUitest) in WukongScreenCap()
463 sptr<IBundleMgr> WuKongUtil::GetBundleMgrProxy() const in GetBundleMgrProxy()
481 void WuKongUtil::GetAllAbilitiesByBundleName(std::string bundleName, std::vector<std::string> &abil… in GetAllAbilitiesByBundleName()
518 ErrCode WuKongUtil::GetAllAbilities() in GetAllAbilities()
567 std::string WuKongUtil::GetCurrentTestDir() in GetCurrentTestDir()
572 bool WuKongUtil::CopyFile(std::string &targetFile, std::string &sourceDir, std::string &destDir) in CopyFile()
613 bool WuKongUtil::DeleteFile(std::string targetDir) in DeleteFile()
636 void WuKongUtil::SetCompIdBlockList(const std::string &optarg) in SetCompIdBlockList()
641 std::vector<std::string> WuKongUtil::GetCompIdBlockList() in GetCompIdBlockList()
646 void WuKongUtil::SetCompTypeBlockList(const std::string &optarg) in SetCompTypeBlockList()
651 std::vector<std::string> WuKongUtil::GetCompTypeBlockList() in GetCompTypeBlockList()
656 std::string WuKongUtil::runProcess(std::string cmd) in runProcess()
672 void WuKongUtil::SetIsFirstStartAppFlag(bool isFirstStartApp) in SetIsFirstStartAppFlag()
676 bool WuKongUtil::GetIsFirstStartAppFlag() in GetIsFirstStartAppFlag()