Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 25 of 30) sorted by relevance

12

/developtools/packing_tool/adapter/ohos/
DDependencyItem.java26 private String bundleName = null; field in DependencyItem
42 public void setBundleName(String bundleName) { in setBundleName()
DHQFInfo.java24 private String bundleName = ""; field in HQFInfo
46 public void setBundleName(String bundleName) { in setBundleName()
DWant.java25 public String bundleName = ""; field in Want
DHQFVerify.java57 String bundleName = hqfVerifyInfos.get(0).getBundleName(); in checkAppFields() local
DVerifyCollection.java29 public String bundleName = ""; field in VerifyCollection
DModuleAppInfo.java33 public String bundleName = ""; field in ModuleAppInfo
DHapVerifyInfo.java30 private String bundleName = ""; field in HapVerifyInfo
149 public void setBundleName(String bundleName) { in setBundleName()
DAppInfo.java28 public String bundleName = ""; field in AppInfo
DModuleJsonUtil.java416 String bundleName = ""; in parseBundleName() local
951 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseStageHapVerifyInfo() local
965 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseStageHapVerifyInfo() local
990 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseFAHapVerifyInfo() local
1002 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseFAHapVerifyInfo() local
1264 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
DHapVerify.java1083 String bundleName = dependencyItem.getBundleName(); in checkDependencyInFileList() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DBundleInfo.java50 private String bundleName; field in BundleInfo
99 public void setBundleName(String bundleName) { in setBundleName()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/config/
Dmodule.json3 "bundleName": "UtTestApplication" string
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/event/
Devent.json5 "bundleName": "com.example.helloworld", string
/developtools/profiler/host/smartperf/client/client_ui/AppScope/
Dapp.json3 "bundleName": "com.ohos.smartperf", string
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts80 const bundleName: string = packageInfo[0]; constant
315 const bundleName: string = packageInfo[0]; constant
470 const bundleName: string = data.app.bundleName; constant
/developtools/ace_js2bundle/ace-loader/sample/card/pages/index/
Dindex.json15 "bundleName": "com.example.helloworld", string
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts53 …const bundleName: string = projectConfig.bundleName ? projectConfig.bundleName : 'null_bundleName'; constant
/developtools/ace_js2bundle/ace-loader/test/card/expected/event/
Devent.json26 "bundleName": "com.example.helloworld", string
/developtools/hiperf/src/
Dutilities.cpp650 bool IsExistDebugByApp(const std::string& bundleName) in IsExistDebugByApp()
671 std::string bundleName = GetProcessName(pid); in IsExistDebugByPid() local
757 std::string bundleName = ReadFileToString(filePath); in GetProcessName() local
764 bool IsDebugableApp(const std::string& bundleName) in IsDebugableApp()
/developtools/global_resource_tool/test/
Dconfig.json3 "bundleName": "com.example.myapplication", string
/developtools/profiler/hidebug/test/unittest/js/
Dconfig.json3 "bundleName": "com.example.myapplication", string
/developtools/hiperf/demo/js/entry/src/main/
Dconfig.json3 "bundleName": "com.example.hiperfdemo", string
/developtools/packing_tool/modulecheck/
Dshortcuts.json61 "bundleName": { object
Dapp.json117 "bundleName": { object
/developtools/profiler/device/base/src/
Dcommon.cpp401 std::string bundleName; in CheckApplicationPermission() local

12