Home
last modified time | relevance | path

Searched refs:bundleName (Results 1 – 25 of 29) sorted by relevance

12

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DBundleMangerUtils.ts37 let bundleName = data[j].bundleName
39 if (mBundleNames[i] == bundleName) {
68 let bundleName = data[i].bundleName
69 … let bundleContext = globalThis.abilityContext.createBundleContext(data[i].bundleName)
73 bundle.getBundleInfo(bundleName, 1).then(bundleData => {
74 BundleManager.getAbility(bundleName).then(abilityName => {
76 … appInfoList.push(new AppInfoItem(bundleName, appName, bundleData.versionName, icon, abilityName))
90 static async getAbility(bundleName: string): Promise<string> {
94 bundleName: bundleName,
106 SPLogger.ERROR(TAG,"index[" + bundleName + "] getAbility err" + err);
[all …]
DAbilityUtils.ts22 export function commonStartAbility(bundleName: string, abilityName: string, parameters?: { [key: st…
23 … SPLogger.INFO(TAG, "Operation bundleName:" + bundleName + "Operation abilityName:" + abilityName);
25 "bundleName": bundleName,
/developtools/packing_tool/adapter/ohos/
DDependencyItem.java26 private String bundleName = null; field in DependencyItem
39 return bundleName; in getBundleName()
42 public void setBundleName(String bundleName) { in setBundleName() argument
43 this.bundleName = bundleName; in setBundleName()
DHQFInfo.java24 private String bundleName = ""; field in HQFInfo
43 return bundleName; in getBundleName()
46 public void setBundleName(String bundleName) { in setBundleName() argument
47 this.bundleName = bundleName; in setBundleName()
DHapVerifyInfo.java30 private String bundleName = ""; field in HapVerifyInfo
143 return bundleName; in getBundleName()
149 public void setBundleName(String bundleName) { in setBundleName() argument
150 this.bundleName = bundleName; in setBundleName()
373 if (item.getBundleName() != null && item.getBundleName().equals(bundleName)) { in convertToDependency()
DHQFVerify.java57 String bundleName = hqfVerifyInfos.get(0).getBundleName(); in checkAppFields() local
63 if (bundleName == null || !bundleName.equals(hqfVerifyInfo.getBundleName())) { in checkAppFields()
DWant.java25 public String bundleName = ""; field in Want
DVerifyCollection.java29 public String bundleName = ""; field in VerifyCollection
DModuleAdaption.java79 appInfo.bundleName = moduleAppInfo.bundleName; in convertToAppInfo()
187 intentInfo.targetBundle = want.bundleName; in convertToShortcut()
DModuleAppInfo.java33 public String bundleName = ""; field in ModuleAppInfo
DAppInfo.java28 public String bundleName = ""; field in AppInfo
DModuleJsonUtil.java416 String bundleName = ""; in parseBundleName() local
418 bundleName = appObject.getString(BUNDLE_NAME); in parseBundleName()
423 return bundleName; in parseBundleName()
951 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseStageHapVerifyInfo() local
952 hapVerifyInfo.setBundleName(bundleName); in parseStageHapVerifyInfo()
965 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseStageHapVerifyInfo() local
990 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseFAHapVerifyInfo() local
991 hapVerifyInfo.setBundleName(bundleName); in parseFAHapVerifyInfo()
1002 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseFAHapVerifyInfo() local
1264 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies() argument
[all …]
DHapVerify.java163 verifyCollection.bundleName = hapVerifyInfos.get(0).getBundleName(); in checkAppFieldsIsSame()
177 !verifyCollection.bundleName.equals(hapVerifyInfo.getBundleName())) { in checkAppFieldsIsSame()
1083 String bundleName = dependencyItem.getBundleName(); in checkDependencyInFileList() local
1085 …if (moduleName.equals(hapVerifyInfo.getModuleName()) && bundleName.equals(hapVerifyInfo.getBundleN… in checkDependencyInFileList()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DBundleInfo.java50 private String bundleName; field in BundleInfo
96 return bundleName; in getBundleName()
99 public void setBundleName(String bundleName) { in setBundleName() argument
100 this.bundleName = bundleName; in setBundleName()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts53 …const bundleName: string = projectConfig.bundleName ? projectConfig.bundleName : 'null_bundleName'; constant
58 metaInfoArr.push(bundleName, allModuleNameHash, aotCompileMode, apPath);
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts80 const bundleName: string = packageInfo[0]; constant
104 return `${bundleName}/${moduleName}@${namespace}/${langType}/${relativePath}`;
106 return `${bundleName}/${moduleName}/${langType}/${relativePath}`;
146 return `${bundleName}/${moduleName}@${namespace}/${relativeModulePath}`;
148 return `${bundleName}/${moduleName}/${relativeModulePath}`;
184 return `@app:${projectConfig.bundleName}/${projectConfig.moduleName}/${libsoKey}`;
315 const bundleName: string = packageInfo[0]; constant
317 moduleRequest = `@bundle:${bundleName}/${moduleName}/${result[5]}/${toUnixPath(result[7])}`;
470 const bundleName: string = data.app.bundleName; constant
472 packageCollection.set(configFile, [bundleName, moduleName]);
[all …]
Dprocess_ui_syntax.ts516 projectConfig.bundleName = '';
536 if (projectConfig.bundleName || projectConfig.bundleName === '') {
539 ts.factory.createStringLiteral(projectConfig.bundleName)
1191 context.factory.createStringLiteral(projectConfig.bundleName || '')
/developtools/hiperf/src/
Dutilities.cpp654 bool IsExistDebugByApp(const std::string& bundleName) in IsExistDebugByApp() argument
656 if (!IsSupportNonDebuggableApp() && !bundleName.empty() && !IsDebugableApp(bundleName)) { in IsExistDebugByApp()
675 std::string bundleName = GetProcessName(pid); in IsExistDebugByPid() local
676 if (!IsSupportNonDebuggableApp() && !IsDebugableApp(bundleName)) { in IsExistDebugByPid()
677 HLOGE("-p option only support debug aplication for %s", bundleName.c_str()); in IsExistDebugByPid()
761 std::string bundleName = ReadFileToString(filePath); in GetProcessName() local
762 return bundleName.substr(0, strlen(bundleName.c_str())); in GetProcessName()
768 bool IsDebugableApp(const std::string& bundleName) in IsDebugableApp() argument
771 if (bundleName.empty()) { in IsDebugableApp()
791 int uid = proxy->GetUidByDebugBundleName(bundleName, Constants::ANY_USERID); in IsDebugableApp()
[all …]
/developtools/profiler/device/base/src/
Dcommon.cpp401 std::string bundleName; in CheckApplicationPermission() local
404 if (!LoadStringFromFile(filePath, bundleName)) { in CheckApplicationPermission()
408 bundleName.resize(strlen(bundleName.c_str())); in CheckApplicationPermission()
410 bundleName = processName; in CheckApplicationPermission()
412 CHECK_TRUE(!bundleName.empty(), false, "Pid or process name is illegal!"); in CheckApplicationPermission()
419 int uid = proxy->GetUidByDebugBundleName(bundleName, Constants::ANY_USERID); in CheckApplicationPermission()
420 CHECK_TRUE(uid >= 0, false, "Get %s uid = %d", bundleName.c_str(), uid); in CheckApplicationPermission()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts119 arkProjectConfig.bundleName = moduleJsonInfo.app.bundleName;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts52 mainProjectConfig.bundleName = 'UtTestApplication';
/developtools/hiperf/include/
Dutilities.h335 bool IsExistDebugByApp(const std::string& bundleName);
340 bool IsDebugableApp(const std::string& bundleName);
/developtools/packing_tool/
DREADME_zh.md97 在对工程内的hap包打包生成app包时,需要保证被打包的每个hap在json文件中配置的bundleName,versionCode和versionName,minCompatibleVersion…
120 需要保证被打包的每个hap在json文件中配置的bundleName,versionCode和versionName,minCompatibleVersionCode相同,minAPIVersion…
341 | bundleName | String | 标识app的包名称 …
353 | multiFrameworkBundle | String | 标识双框架下app的bundleName
632 | bundleName | String | 共享包的bundleName | NA |
/developtools/ace_js2bundle/
DREADME_zh.md219 "bundleName": "com.example.helloworld",
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts72 bundleName: 'default',

12