Home
last modified time | relevance | path

Searched refs:GetEntryHapPath (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/utd/
H A Dutd_handler.h29 static std::string GetEntryHapPath(const std::string &bundleName, const int32_t userId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp38 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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6935 * @tc.desc: 1.call GetEntryHapPath, if exist entry then return entry path, otherwise return empty string
6947 entryHapPath = UtdHandler::GetEntryHapPath(BUNDLE_BACKUP_NAME, USERID); in HWTEST_F()
6950 entryHapPath = UtdHandler::GetEntryHapPath(EMPTY_STRING, USERID); in HWTEST_F()
6954 entryHapPath = UtdHandler::GetEntryHapPath(BUNDLE_BACKUP_NAME, invalidUserId); in HWTEST_F()

Completed in 12 milliseconds