/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_timeout_test/ |
H A D | ability_timeout_test.cpp | 233 launcher->SetLauncherRoot(); 287 launcher->SetLauncherRoot(); 352 launcher->SetLauncherRoot(); 416 launcher->SetLauncherRoot(); 480 launcher->SetLauncherRoot(); 542 launcher->SetLauncherRoot(); 606 launcher->SetLauncherRoot(); 660 launcher->SetLauncherRoot(); 725 launcher->SetLauncherRoot(); 788 launcher->SetLauncherRoot(); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 775 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility": { 869 … "com.ohos.launcher.com.ohos.launcher.recents.com.ohos.launcher.recents.MainAbility": { 939 … "com.ohos.launcher.com.ohos.launcher.settings.com.ohos.launcher.settings.MainAbility": { 1241 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility": [ 1243 … "com.ohos.launcher.com.ohos.launcher.recents.com.ohos.launcher.recents.MainAbility": [ 1245 … "com.ohos.launcher.com.ohos.launcher.settings.com.ohos.launcher.settings.MainAbility": [ 1273 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility" 1371 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility" 1506 "mainAbility": "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility", 1511 "com.ohos.launcher.com.ohos.launcher.com.ohos.launcher.MainAbility": [ [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-launcherAbilityInfo-sys.md | 18 …pplicationInfo](js-apis-bundleManager-applicationInfo.md) | 是 | 否 | launcher ability的应用程序的配置信息… 19 …lementName](js-apis-bundleManager-elementName.md) | 是 | 否 | launcher ability的ElementNa… 20 …mber | 是 | 否 | launcher ability的标签ID。 … 21 …mber | 是 | 否 | launcher ability的图标ID。 … 22 …mber | 是 | 否 | launcher ability的用户ID。 … 23 …mber | 是 | 否 | launcher ability的安装时间。 …
|
H A D | js-apis-bundle-LauncherAbilityInfo-sys.md | 21 | applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | 是 | 否 | launcher abi… 22 | elementName | [ElementName](js-apis-bundle-ElementName.md) | 是 | 否 | launcher abi… 23 | labelId | number | 是 | 否 | launcher abi… 24 | iconId | number | 是 | 否 | launcher abi… 25 | userId | number | 是 | 否 | launcher abi… 26 | installTime | number | 是 | 否 | launcher abi…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-LauncherAbilityInfo-sys.md | 3 The **LauncherAbilityInfo** module provides information about the launcher ability, which is obtain… 21 …js-apis-bundle-ApplicationInfo.md) | Yes | No | Application information of the launcher ability.| 22 …me](js-apis-bundle-ElementName.md) | Yes | No | Element name of the launcher ability. | 23 … | Yes | No | ID of the launcher ability label. … 24 … | Yes | No | ID of the launcher ability icon. … 25 … | Yes | No | ID of the launcher ability user. … 26 … | Yes | No | Time when the launcher ability is instal…
|
H A D | js-apis-bundleManager-launcherAbilityInfo-sys.md | 19 …-bundleManager-applicationInfo.md) | Yes | No | Application information of the launcher ability.| 20 …apis-bundleManager-elementName.md) | Yes | No | Element name of the launcher ability. | 21 … | Yes | No | ID of the launcher ability label. … 22 … | Yes | No | ID of the launcher ability icon. … 23 … | Yes | No | ID of the launcher ability user. … 24 … | Yes | No | Time when the launcher ability was insta…
|
H A D | js-apis-Bundle-InnerBundleManager-sys.md | 28 Obtains the launcher ability information based on a given bundle name. This API uses an asynchronou… 49 …rAbilityInfo-sys.md)>> | Yes | Callback used to return an array of the launcher ability informati… 56 Obtains the launcher ability information based on a given bundle name. This API uses a promise to r… 82 …-LauncherAbilityInfo-sys.md)>> | Promise used to return an array of the launcher ability informati… 204 Obtains the information about all launcher abilities. This API uses an asynchronous callback to ret… 224 …rAbilityInfo-sys.md)>> | Yes | Callback used to return an array of the launcher ability informati… 230 Obtains the information about all launcher abilities. This API uses a promise to return the result. 255 …-LauncherAbilityInfo-sys.md)>> | Promise used to return an array of the launcher ability informati…
|
H A D | js-apis-launcherBundleManager-sys.md | 3 …odule providers APIs for the **Home Screen** application to obtain the [launcher ability informati… 22 Obtains the launcher ability information based on the given bundle name and user ID. This API uses … 77 Obtains the launcher ability information based on the given bundle name and user ID. This API uses … 135 Obtains the launcher ability information based on the given bundle name and user ID. This API retur… 189 Obtains the launcher ability information of all applications based on the given user ID. This API u… 241 Obtains the launcher ability information of all applications based on the given user ID. This API u…
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-camera-control-example.md | 9 >开发板启动后默认会加载launcher应用,应用的图形界面默认显示在媒体图层上方,会影响camera\_sample的演示结果,因此需要在编译或是打包时去掉launcher应用。 10 …s.json”中camera\_sample\_app组件的targets中"//applications/sample/camera/launcher:launcher\_hap"整行注释或删除。
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/ |
H A D | js_launcher.cpp | 483 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOn() local 484 if (launcher == nullptr) { in InnerJSLauncherServiceOn() 602 auto launcher = GetLauncherService(); in InnerJSLauncherServiceOff() local 603 if (launcher == nullptr) { in InnerJSLauncherServiceOff() 608 auto result = launcher->UnRegisterCallback(); in InnerJSLauncherServiceOff() 702 auto launcher = GetLauncherService(); in InnerJSGetAllLauncherAbilityInfos() local 703 if (launcher == nullptr) { in InnerJSGetAllLauncherAbilityInfos() 800 auto launcher = GetLauncherService(); in InnerJSGetLauncherAbilityInfos() local 801 if (launcher == nullptr) { in InnerJSGetLauncherAbilityInfos() 911 auto launcher = GetLauncherService(); in InnerJSGetShortcutInfos() local [all …]
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-kill.md | 56 10 5 5 101 Pending 0x11ec000 0x2f9000 0x206047 0.93 com.example.launcher 82 10 5 5 101 Pending 0x11ec000 0x2f9000 0x206561 0.93 com.example.launcher
|
H A D | kernel-small-debug-shell-cmd-task.md | 49 9 5 5 101 Pending 0x11ea000 0x2f9000 0x20429d 0.97 com.example.launcher
|
/ohos5.0/base/hiviewdfx/faultloggerd/docs/ |
H A D | usage.md | 12 Process name:com.ohos.launcher <- 模块名 165 93 93 W 0a011/APPSPAWN: [appspawn_service.c:141]com.ohos.launcher with pid 1368 exit with signal:11 170 …":4,"time_":10272435,"tz_":"+0000","pid_":94,"tid_":94,"uid_":0,"PROCESS_NAME":"com.ohos.launcher",
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-appspawn.md | 153 以launcher应用新增独有配置应用为例: 155 "com.ohos.launcher" : [{
|
H A D | subsys-boot-init-faqs.md | 74 4. 原因分析:com.ohos.launcher 没有启动, 导致无开机动画。 76 1. ps -ef 查看com.ohos.launcher是否存在。
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | hisysevent.yaml | 29 RESPONSE_LATENCY: {type: UINT64, desc: click app icon to launcher animation time} 30 LAUN_TO_START_ABILITY_DUR: {type: UINT64, desc: launcher to start ability time} 55 RESPONSE_LATENCY: { type: UINT64, desc: click app icon to launcher animation time } 56 LAUN_TO_START_ABILITY_DUR: { type: UINT64, desc: launcher to start ability time }
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/ |
H A D | native-apidiff-v3.1-beta.md | 15 …bilityInfos(napi_env env, napi_callback_info info) | 新增 | 新增通过userId获取所有launcher上应用的ability接口 |
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-kill.md | 56 10 5 5 101 Pending 0x11ec000 0x2f9000 0x206047 0.93 com.example.launcher 82 10 5 5 101 Pending 0x11ec000 0x2f9000 0x206561 0.93 com.example.launcher
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | 系统应用.md | 29 ├── launcher # 桌面应用代码仓
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | app_quality_improvement_cases_about_crash.md | 11 1.打印提示Crash,每次Crash的进程一致,均是Process name:com.chinasoftinc.launcher, 线程却不确定,mosquitto loop、jsThread-1…
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/security/code_signature/system/ |
H A D | system_basic_hap.te | 14 # avc: denied { search } for pid=1329 comm="m.ohos.launcher" scontext=u:r:system_basic_hap:s0 tc…
|
/ohos5.0/foundation/systemabilitymgr/safwk/etc/profile/ |
H A D | foundation.cfg | 28 "unset_bootevent bootevent.launcher.ready", 150 "bootevent.launcher.ready",
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/docs/ |
H A D | DEBUGGUIDE.md | 61 
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/ |
H A D | native-apidiff-v3.1-beta.md | 12 … env, napi_callback_info info) | Added| Added the API for obtaining the launcher ability informati…
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-3516-helloworld.md | 114 "applications/sample/camera/launcher",
|