Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 23 of 23) sorted by relevance

/developtools/hdc/hdcd_user_permit/src/
Dmain.cpp32 string bundle; in ConnectExtensionAbility() local
42 bundle = "com.ohos.sceneboard"; in ConnectExtensionAbility()
45 bundle = "com.ohos.systemui"; in ConnectExtensionAbility()
48 want.SetElementName(bundle, ability); in ConnectExtensionAbility()
54 AUTH_LOGI("connect bundle(%s) ability(%s) ret(%d)", bundle.c_str(), ability.c_str(), ret); in ConnectExtensionAbility()
Dconnection.cpp28 bool HdcdConnection::GetSettingBundleName(string &bundle) in GetSettingBundleName() argument
45 bundle.assign(buf, bytesRead); in GetSettingBundleName()
46 bundle.erase(0, bundle.find(prefix)); in GetSettingBundleName()
47 bundle.erase(bundle.rfind(suffix) + suffix.length()); in GetSettingBundleName()
Dconnection.h42 bool GetSettingBundleName(string &bundle);
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/
Dwindow_manager_service.txt34 bundle name [com.huawei.hmos.hwupgradeguide]
42 bundle name [com.huawei.hmos.settings]
50 bundle name [com.huawei.hms.hmscore]
58 bundle name [com.huawei.hmsapp.himovie]
66 bundle name [com.huawei.hmos.calendar]
74 bundle name [com.huawei.hmos.photos]
82 bundle name [com.huawei.hmsapp.music]
90 bundle name [com.taobao.taobao]
98 bundle name [com.tencent.mm]
106 bundle name [com.taobao.taobao]
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dgenerate_bundle_abc.ts26 export function generateBundleAbc(options: any, bundle: any, isWrite: boolean) {
27 if (bundle === null || this.share.projectConfig.compileMode !== JSBUNDLE) {
31 generateAbc(this, bundle);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DBundleMangerUtils.ts16 import bundle from '@ohos.bundle';
33 bundle.queryAbilityByWant(want, 1).then(async data => {
64 bundle.queryAbilityByWant(want, 1).then(async data => {
73 bundle.getBundleInfo(bundleName, 1).then(bundleData => {
93 await bundle.queryAbilityByWant({
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/
DREADME.md18 …l中的gn_info_file字段指定的json文件中。如果BUILD.gn中没有查找到,则直接使用get_subsytem_component.py中预先收集好的数据(根据bundle.json)
55 …的BUILD.gn的结果,-s表示直接使用已有的子系统和部件信息,此二者默认都会重新扫描, -b表示在结果中添加各部件的baseline信息(根据bundle.json).eg: `python3…
58 - sub_com_info.json:从bundle.json中进行分析获得的各部件及其对应根目录的信息
62 - rom_ram_baseline.json:各部件在bundle.json中定义的rom和ram的基线
/developtools/hdc/scripts/
Ddev_hdc_test.py258 def _check_app_installed(bundle, is_shared=False): argument
261 return check_shell(cmd, bundle)
284 def check_app_install(app, bundle, args=""): argument
287 return check_shell(install_cmd, "successfully") and _check_app_installed(bundle, "s" in args)
290 def check_app_uninstall(bundle, args=""): argument
292 …return check_shell(uninstall_cmd, "successfully") and not _check_app_installed(bundle, "s" in args)
306 bundle = args.get("bundle", "invalid")
308 return check_shell(cmd, "successfully") and _check_app_installed(bundle, "s" in opt)
311 bundle = cmd.split()[-1]
313 return check_shell(cmd, "successfully") and not _check_app_installed(bundle, "s" in opt)
Dhdc_normal_test.py59 bundle="com.hmos.diagnosis")
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Drom_ram_baseline_collector.py52 for bundle in bundle_list:
53 with open(bundle, 'r', encoding='utf-8') as f:
67 component_name, rom_baseline, ram_baseline, bundle)
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Drom_ram_baseline_collector.py56 for bundle in bundle_list:
57 with open(bundle, 'r', encoding='utf-8') as f:
69 …cls._put(rom_ram_baseline_dict, subsystem_name, component_name, rom_baseline, ram_baseline, bundle)
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/
DREADME_zh.md11 | entry/preview/module.json | getPackageInfo | 应用于preview模式,读取bundle na…
12 | entry/build/module.json | getPackageInfo | 应用于build模式,读取bundle name…
/developtools/syscap_codec/
DREADME_ZH.md154 json file. default: all bundle.json file
163 # 检查指定的部件的bundle.json中的syscap字段与syscap_define.h中的arraySyscap一致性情况,注意,只要当--check_target为component_co…
164 …th_of_openarmony -t component_codec -b path_of_component1/bundle.json path_of_component2/bundle.js…
DREADME.md62 SysCap tools usually integrate to IDE, APP store and bundle tools. Follow instructions for debuggin…
111 # check that the SYSCAP field in bundle.json of the specified part is consistent with arraySyscap i…
112 …th_of_openarmony -t component_codec -b path_of_component1/bundle.json path_of_component2/bundle.js…
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dreadme.md83 返回结果:`apl_map`----查询结果转化为的字典(map,key是bundle/process_name,value是apl)
96 相关参数:`name`--bundle name或者native name,`error`--错误原因
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dreadme.md83 返回结果:`apl_map`----查询结果转化为的字典(map,key是bundle/process_name,value是apl)
96 相关参数:`name`--bundle name或者native name,`error`--错误原因
/developtools/integration_verification/
DREADME.md37 | repoistory | bundle | board1 | board2 | ... |
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
DREADME.md7 基于BUILD.gn、bundle.json、编译产物system_module_info.json、out/{product_name}/packages/phone目录下的编译产物,分析各子系统…
78 "baseline": 部件的baseline(根据bundle.json生成),
/developtools/syscap_codec/tools/
Dsyscap_check.py140 for bundle in bundles:
141 … read_value_from_json(bundle, key_heirarchy, result_dict, post_handler=bundle_syscap_post_handler)
/developtools/global_resource_tool/
DREADME_zh.md35 | -p/--packageName | 不可缺省 | 带参数 | 指定编译资源的bundle名称。 |
/developtools/integration_verification/tools/deps_guard/rules/ChipsetSDK/
DREADME.md116 1)对外头文件需要在所属部件bundle.json中标注
/developtools/packing_tool/
DREADME_zh.md331 | packInfos | List\<PackInfo> | bundle中pack.info文件的packages信息 | NA |
362 | relatedBundleName | String | 标识app相关bundle的包名 …
379 | bundleType | String | 标识bundle的类型,取值:<br/>- app:普通应用<br/>- atomicService:元服务…
/developtools/integration_verification/cases/smoke/
Drepo_cases_matrix.csv1 repoistory,bundle,neptune100,goodix_gr5515,niobeu4,hpm6750evk2,lingpi,bearpi_hm_micro,bearpi_hm_nan…