Home
last modified time | relevance | path

Searched refs:sceneboard (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/
H A Dlog_ctr_whitelist.conf3 com.ohos.sceneboard
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhilog.md108 …11-15 15:51:02.087 2823 2823 I A01B05/com.ohos.sceneboard/AOD: AodClockFullScreen --> timeTextLi…
109 …11-15 15:51:02.087 2823 2823 I A01B05/com.ohos.sceneboard/AOD: AodClockFullScreen --> timeFontSi…
110 …11-15 15:51:02.090 2823 2823 I A01B05/com.ohos.sceneboard/AOD: AodClockFullScreen --> timeTextWi…
111 …11-15 15:51:02.100 2823 2823 I A01B05/com.ohos.sceneboard/AOD: ComponentUtil --> Component(Compo…
460 …11-15 16:36:21.802 2809 2831 E C02D06/com.ohos.sceneboard/XCollie: Send kick,foundation to hungt…
H A Dappfreeze-guidelines.md1018 用户在切换主题时突然卡死,有 sceneboard 的 appfreeze 问题上报
1046 appfreeze: com.ohos.sceneboard APP_INPUT_BLOCK at 20240319022527
1058 PACKAGE_NAME:com.ohos.sceneboard
1059 PROCESS_NAME:com.ohos.sceneboard
1114 Tid:2918, Name:ohos.sceneboard
H A Dhidumper.md333 /data/log/faultlog/faultlogger/syswarning-com.ohos.sceneboard-20020022-20241106104006
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/etc/
H A Dappfwk.para20 …t.startup.extension.multiprocess.whitelist=com.ohos.systemui;com.ohos.launcher;com.ohos.sceneboard;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A Dhisysevent.yaml92 BUNDLE_NAME_EX: {type: STRING, desc: real package name when sceneboard start app}
120 BUNDLE_NAME_EX: { type: STRING, desc: real package name when sceneboard start app }
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dlong-frame-optimization.md106 - 手指滑动打点,也就是App进程或sceneboard进程下的`H:touchEventDispatch`泳道
/ohos5.0/foundation/graphic/graphic_2d/
H A Dhisysevent.yaml127 BUNDLE_NAME_EX: {type: STRING, desc: real package name when sceneboard start app}
146 BUNDLE_NAME_EX: {type: STRING, desc: real package name when sceneboard start app}
/ohos5.0/base/hiviewdfx/hilog/
H A DREADME_zh.md248 04-24 17:02:50.167 2650 2650 W A01B01/LOGLIMIT: ==com.ohos.sceneboard LOGS OVER PROC QUOTA, 46 DR…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-wallpaper-sys.md179 将指定的zip资源包设置为桌面或锁屏的壁纸资源,仅当com.ohos.sceneboard存在时,支持使用该接口。且具有ohos.permission.GET_WALLPAPER权限的应用可以访问/…
229 将指定的zip资源包设置为桌面或锁屏的壁纸资源,仅当com.ohos.sceneboard存在时,支持使用该接口。且具有ohos.permission.GET_WALLPAPER权限的应用可以访问/…
/ohos5.0/docs/en/application-dev/dfx/
H A Dappfreeze-guidelines.md1018 When the theme is switched, the system is suspended, and the appfreeze fault of the sceneboard is r…
1046 appfreeze: com.ohos.sceneboard APP_INPUT_BLOCK at 20240319022527
1058 PACKAGE_NAME:com.ohos.sceneboard
1059 PROCESS_NAME:com.ohos.sceneboard
1114 Tid:2918, Name:ohos.sceneboard
H A Dhidumper.md333 /data/log/faultlog/faultlogger/syswarning-com.ohos.sceneboard-20020022-20241106104006
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-wallpaper-sys.md179 Sets a specific ZIP file as the wallpaper. This API works only when **com.ohos.sceneboard** is set.…
229 Sets a specific ZIP file as the wallpaper. This API works only when **com.ohos.sceneboard** is set.…
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1462 const std::string sceneboard = "com.ohos.sceneboard"; in RegisterWindowStateErrorCallback() local
1464 if (programName != sceneboard) { in RegisterWindowStateErrorCallback()