Searched refs:bootstrap (Results 1 – 5 of 5) sorted by relevance
32 static Bootstrap bootstrap; in Init() local33 bootstrap.GetName = GetName; in Init()34 bootstrap.Initialize = Initialize; in Init()35 bootstrap.MessageHandle = MessageHandle; in Init()36 bootstrap.GetTaskConfig = GetTaskConfig; in Init()37 bootstrap.flag = FALSE; in Init()38 SAMGR_GetInstance()->RegisterService((Service *)&bootstrap); in Init()50 Bootstrap *bootstrap = (Bootstrap *)service; in Initialize() local51 bootstrap->identity = identity; in Initialize()57 Bootstrap *bootstrap = (Bootstrap *)service; in MessageHandle() local[all …]
13 static_library("bootstrap") {
1 # bootstrap启动引导部件<a name="ZH-CN_TOPIC_0000001082300996"></a>4 bootstrap启动引导组件,提供了各服务和功能的启动入口标识。在SAMGR启动时,会调用bootstrap标识的入口函数,并启动系统服务。6 **图 1** bootstrap启动引导组件框架图24 bootstrap组件无需单独配置,在SAMGR启动时会自动调用,用于启动系统服务。
1 # bootstrap\_lite<a name="EN-US_TOPIC_0000001082300996"></a>11 …bootstrap\_lite module provides entry identifiers for starting services and features. When Samgr s…23 Currently, the bootstrap\_lite module applies only to mini-system devices \(reference memory ≥ 128 …27 When Samgr starts, the bootstrap\_lite module is automatically invoked to start system services, wi…
16 lite_component("bootstrap") {17 features = [ "//base/startup/bootstrap_lite/services/source:bootstrap" ]21 deps = [ "//base/startup/bootstrap_lite/services/source:bootstrap" ]30 module_name = "bootstrap"