Searched refs:GetOTACompileList (Results 1 – 3 of 3) sorted by relevance
77 bool GetOTACompileList(std::vector<std::string> &bundleNames) const;
565 if (!GetOTACompileList(bundleNames)) { in OTACompileInternal()585 bool AOTHandler::GetOTACompileList(std::vector<std::string> &bundleNames) const in GetOTACompileList() function in OHOS::AppExecFwk::AOTHandler
667 bool ret = AOTHandler::GetInstance().GetOTACompileList(bundleNames);