Home
last modified time | relevance | path

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

12

/developtools/packing_tool/adapter/ohos/
DDependencyItem.java26 private String bundleName = null; field in DependencyItem
37 public void setBundleName(String bundleName) { in setBundleName()
DWant.java25 public String bundleName = ""; field in Want
DHQFInfo.java24 private String bundleName = ""; field in HQFInfo
46 public void setBundleName(String bundleName) { in setBundleName()
DVerifyCollection.java29 public String bundleName = ""; field in VerifyCollection
DHQFVerify.java57 String bundleName = hqfVerifyInfos.get(0).getBundleName(); in checkAppFields() local
DModuleAppInfo.java34 public String bundleName = ""; field in ModuleAppInfo
DAppInfo.java31 public String bundleName = ""; field in AppInfo
DHapVerifyInfo.java30 private String bundleName = ""; field in HapVerifyInfo
133 public void setBundleName(String bundleName) { in setBundleName()
DModuleJsonUtil.java373 String bundleName = ""; in parseBundleName() local
966 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseStageHapVerifyInfo() local
981 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseStageHapVerifyInfo() local
997 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseFAHapVerifyInfo() local
1008 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseFAHapVerifyInfo() local
1277 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
DHapVerify.java928 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/profiler/transitto/
Dtransitto.cpp47 bool GetApplicationInfo(const string& bundleName, int& uid) in GetApplicationInfo()
164 string bundleName = argv[1]; in main() local
/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_js2bundle/ace-loader/sample/card/pages/index/
Dindex.json15 "bundleName": "com.example.helloworld", string
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts73 const bundleName: string = packageInfo[0]; constant
288 const bundleName: string = packageInfo[0]; constant
376 const bundleName: string = data.app.bundleName; constant
/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/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/hiperf/src/
Dutilities.cpp639 std::string bundleName = GetProcessName(pid); in IsExistDebugByPid() local
653 std::string bundleName = ReadFileToString(filePath); in GetProcessName() local
660 bool IsDebugableApp(const std::string& bundleName) in IsDebugableApp()
/developtools/packing_tool/modulecheck/
Dshortcuts.json61 "bundleName": { object
Dapp.json113 "bundleName": { object
/developtools/profiler/device/base/src/
Dcommon.cpp318 std::string bundleName; in CheckApplicationPermission() local

12