Searched refs:GetEntryHapPath (Results 1 – 3 of 3) sorted by relevance
38 std::string entryHapPath = UtdHandler::GetEntryHapPath(bundleName, userId); in InstallUtdAsync()58 std::string UtdHandler::GetEntryHapPath(const std::string &bundleName, const int32_t userId) in GetEntryHapPath() function in OHOS::AppExecFwk::UtdHandler
29 static std::string GetEntryHapPath(const std::string &bundleName, const int32_t userId);
4249 entryHapPath = UtdHandler::GetEntryHapPath(BUNDLE_BACKUP_NAME, USERID);4252 entryHapPath = UtdHandler::GetEntryHapPath(EMPTY_STRING, USERID);4256 entryHapPath = UtdHandler::GetEntryHapPath(BUNDLE_BACKUP_NAME, invalidUserId);