| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/ |
| D | BundleMangerUtils.ts | 37 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 …]
|
| D | AbilityUtils.ts | 22 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/ |
| D | DependencyItem.java | 26 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()
|
| D | HQFInfo.java | 24 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()
|
| D | HapVerifyInfo.java | 30 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()
|
| D | HQFVerify.java | 57 String bundleName = hqfVerifyInfos.get(0).getBundleName(); in checkAppFields() local 63 if (bundleName == null || !bundleName.equals(hqfVerifyInfo.getBundleName())) { in checkAppFields()
|
| D | Want.java | 25 public String bundleName = ""; field in Want
|
| D | VerifyCollection.java | 29 public String bundleName = ""; field in VerifyCollection
|
| D | ModuleAdaption.java | 79 appInfo.bundleName = moduleAppInfo.bundleName; in convertToAppInfo() 187 intentInfo.targetBundle = want.bundleName; in convertToShortcut()
|
| D | ModuleAppInfo.java | 33 public String bundleName = ""; field in ModuleAppInfo
|
| D | AppInfo.java | 28 public String bundleName = ""; field in AppInfo
|
| D | ModuleJsonUtil.java | 416 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 …]
|
| D | HapVerify.java | 163 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/ |
| D | BundleInfo.java | 50 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/ |
| D | cache.ts | 53 …const bundleName: string = projectConfig.bundleName ? projectConfig.bundleName : 'null_bundleName'; constant 58 metaInfoArr.push(bundleName, allModuleNameHash, aotCompileMode, apPath);
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ark_utils.ts | 80 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 …]
|
| D | process_ui_syntax.ts | 516 projectConfig.bundleName = ''; 536 if (projectConfig.bundleName || projectConfig.bundleName === '') { 539 ts.factory.createStringLiteral(projectConfig.bundleName) 1191 context.factory.createStringLiteral(projectConfig.bundleName || '')
|
| /developtools/hiperf/src/ |
| D | utilities.cpp | 654 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/ |
| D | common.cpp | 401 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/ |
| D | process_ark_config.ts | 119 arkProjectConfig.bundleName = moduleJsonInfo.app.bundleName;
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/ |
| D | ohmUrl.test.ts | 52 mainProjectConfig.bundleName = 'UtTestApplication';
|
| /developtools/hiperf/include/ |
| D | utilities.h | 335 bool IsExistDebugByApp(const std::string& bundleName); 340 bool IsDebugableApp(const std::string& bundleName);
|
| /developtools/packing_tool/ |
| D | README_zh.md | 97 在对工程内的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/ |
| D | README_zh.md | 219 "bundleName": "com.example.helloworld",
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-typescript.ts | 72 bundleName: 'default',
|