APP_FEATURE_INIT 和 SYS_RUN区别?

基于鸿蒙设备开发,启动一个业务程序,最后使用APP_FEATURE_INIT(xxx)或SYS_RUN(xxx),效果貌似相同,请问这两个宏函数主要有哪些区别呢?

鸿蒙设备开发
Hi3861’
2021-09-23 16:26:47
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
红叶亦知秋
3

SYS_RUN是标识用于初始化和启动系统运行阶段的入口

APP_FEATURE_INIT标识用于初始化和启动应用层功能的入口

可以看一下源码中对于这两个函数的注解:

/**

 * @brief Identifies the entry for initializing and starting a system running phase by the

 * priority 2.

 *

 * This macro is used to identify the entry called at the priority 2 in the system startup

 * phase of the startup process. \n

 *

 * @param func Indicates the entry function for initializing and starting a system running phase.

 * The type is void (*)(void).

 */

#define SYS_RUN(func)

 

/**

 * @brief Identifies the entry for initializing and starting an application-layer feature by the

 * priority 2.

 *

 * This macro is used to identify the entry called at the priority 2 of the application-layer

 * feature phase of the startup process. \n

 *

 * @param func Indicates the entry function for initializing and starting an application-layer

 * feature. The type is void (*)(void).

 */

#define APP_FEATURE_INIT(func)

答复引用于:华为开发者联盟开发者支持团队

分享
微博
QQ
微信
回复1
2021-09-27 15:11:25
相关问题
DevEco构建HapAPP有什么区别
14885浏览 • 1回复 待解决
关于HAP包的entryfeature类型
10976浏览 • 1回复 待解决
app级的oh_modulemodule下的有什么区别
360浏览 • 1回复 待解决
wampserverapache的区别
2703浏览 • 1回复 待解决
多个xcompnent调用init时机
292浏览 • 1回复 待解决
多个feature模块的问题
1757浏览 • 1回复 待解决
HVD ManagerDevice Manager区别
6861浏览 • 1回复 待解决
参数不识别(ohpm run
617浏览 • 1回复 待解决
执行 npm run codegen 报错
59浏览 • 1回复 待解决
如何新增 Run/Debug Configurations
261浏览 • 1回复 待解决
UIAbilityExtensionAbility有什么区别
627浏览 • 1回复 待解决
exportexport default的区别
2349浏览 • 1回复 待解决
HarmonyOS Objectobject的区别
386浏览 • 1回复 待解决
网络请求rcphttpRequest的关系区别
283浏览 • 1回复 待解决
navigationrouter的区别是什么?
781浏览 • 1回复 待解决
HarmonyOS文件路径 fd internal 的区别
559浏览 • 1回复 待解决
Navigatorrouter.push有啥区别
4301浏览 • 1回复 待解决