Home
last modified time | relevance | path

Searched refs:tempBundleName (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp129 std::string tempBundleName = dir.substr(pos + 1); in LoadThemeSkinResource() local
130 if (tempBundleName != bundleName && tempBundleName != "systemRes") { in LoadThemeSkinResource()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1038 std::string tempBundleName = ""; in GetBundleNameByUid() local
1040 return tempBundleName; in GetBundleNameByUid()
1045 ErrCode res = bundleObj.GetNameForUid(uid, tempBundleName); in GetBundleNameByUid()
1051 POWER_HILOGI(FEATURE_RUNNING_LOCK, "bundle name for uid=%{public}d, name=%{public}s", uid, tempBundleName.c_str()); in GetBundleNameByUid()
1052 return tempBundleName; in GetBundleNameByUid()

Completed in 5 milliseconds