Lines Matching refs:service
25 static const char *GetName(Service *service);
26 static BOOL Initialize(Service *service, Identity identity);
27 static TaskConfig GetTaskConfig(Service *service);
28 static BOOL MessageHandle(Service *service, Request *request);
42 static const char *GetName(Service *service)
44 (void)service;
48 static BOOL Initialize(Service *service, Identity identity)
50 Bootstrap *bootstrap = (Bootstrap *)service;
55 static BOOL MessageHandle(Service *service, Request *request)
57 Bootstrap *bootstrap = (Bootstrap *)service;
61 INIT_APP_CALL(service);
82 static TaskConfig GetTaskConfig(Service *service)
84 (void)service;
85 // The bootstrap service uses a stack of 2 KB (0x800) in size and a queue of 20 elements.