Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 25 of 36) 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
DModuleJsonUtil.java310 String bundleName = ""; in parseBundleName() local
832 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseStageHapVerifyInfo() local
846 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseStageHapVerifyInfo() local
871 String bundleName = parseBundleName(hapVerifyInfo.getProfileStr()); in parseFAHapVerifyInfo() local
883 … hapVerifyInfo.setDependencyItemList(parseDependencies(hapVerifyInfo.getProfileStr(), bundleName)); in parseFAHapVerifyInfo() local
1081 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
DHapVerifyInfo.java30 private String bundleName = ""; field in HapVerifyInfo
149 public void setBundleName(String bundleName) { in setBundleName()
/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/device/plugins/xpower_plugin/src/
Dxpower_plugin.cpp57 std::string bundleName = protoConfig_.bundle_name(); in Start() local
97 bool XpowerPlugin::StartPowerManager(std::uint32_t messageType, std::string &bundleName) in StartPowerManager()
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/
Dmodule.json3 "bundleName": "com.example.app" string
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/preview/
Dmodule.json3 "bundleName": "com.example.app" string
/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/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts49 bundleName: string, property
61 bundleName: string = BUNDLE_NAME_DEFAULT; property in ProjectConfig
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts83 const bundleName: string = packageInfo[0]; constant
169 const bundleName: string = packageInfo[0]; constant
364 const bundleName: string = packageInfo[0]; constant
572 const bundleName: string = data.app.bundleName; constant
/developtools/ace_js2bundle/ace-loader/sample/card/pages/index/
Dindex.json15 "bundleName": "com.example.helloworld", string
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp67 std::string bundleName; in ProtocolProc() local
/developtools/ace_js2bundle/ace-loader/test/card/expected/event/
Devent.json26 "bundleName": "com.example.helloworld", string
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcache.ts59 …const bundleName: string = projectConfig.bundleName ? projectConfig.bundleName : 'null_bundleName'; constant
/developtools/hdc/hdcd_user_permit/src/
Dconnection.cpp64 string bundleName; in OnAbilityConnectDone() local
/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

12