Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 25 of 47) 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
DPackageNormalize.java83 private static void normalize(Path hspPath, Path outPath, String bundleName, int versionCode) in normalize()
133 private static void updateModuleJson(Path moduleJson, String bundleName, int versionCode) in updateModuleJson()
154 private static void updatePackInfo(Path packInfo, String bundleName, int versionCode) in updatePackInfo()
DHQFVerify.java57 String bundleName = hqfVerifyInfos.get(0).getBundleName(); in checkAppFields() local
DVerifyCollection.java29 public String bundleName = ""; field in VerifyCollection
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DBundleInfo.java50 private String bundleName; field in BundleInfo
97 public void setBundleName(String bundleName) { in setBundleName()
/developtools/profiler/device/plugins/xpower_plugin/src/
Dxpower_plugin.cpp58 std::string bundleName = protoConfig_.bundle_name(); in Start() local
103 bool XpowerPlugin::StartPowerManager(std::uint32_t messageType, std::string &bundleName) in StartPowerManager()
/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_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/
Dmodule.json3 "bundleName": "com.example.app" string
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp76 bool HdcDaemonUnity::CheckbundlePath(const string &bundleName, string &mountPath) in CheckbundlePath()
95 int HdcDaemonUnity::ExecuteOptionShell(const string &shellCommand, const string &bundleName) in ExecuteOptionShell()
126 string bundleName = ""; in ExecuteShellExtend() 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/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts56 bundleName: string, property
69 bundleName: string = BUNDLE_NAME_DEFAULT; property in ProjectConfig
/developtools/hdc/hdcd_user_permit/src/
Dconnection.cpp35 string bundleName = "com.ohos.settings"; in OnAbilityConnectDone() local
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_socket_service.cpp65 std::string bundleName = GetProcessNameByPid(pid); in ProtocolProc() local
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_socket_service.cpp65 std::string bundleName = GetProcessName(pid); in ProtocolProc() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp67 std::string bundleName; in ProtocolProc() local
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts128 const bundleName: string = packageInfo[0]; constant
216 const bundleName: string = packageInfo[0]; constant
492 const bundleName: string = packageInfo[0]; constant
743 const bundleName: string = data.app.bundleName; constant
/developtools/hiperf/src/
Dutilities.cpp664 bool IsExistDebugByApp(const std::string& bundleName) in IsExistDebugByApp()
684 std::string bundleName = GetProcessName(pid); in IsExistDebugByPid() local
698 bool IsDebugableApp(const std::string& bundleName) in IsDebugableApp()
795 std::string bundleName = ReadFileToString(filePath); in GetProcessName() local
873 std::string bundleName = GetProcessName(pid); in IsApplicationEncryped() 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.ts67 …const bundleName: string = projectConfig.bundleName ? projectConfig.bundleName : 'null_bundleName'; constant
/developtools/global_resource_tool/test/
Dconfig.json3 "bundleName": "com.example.myapplication", string

12