Lines Matching defs:feature
20 #include "feature.h"
28 static const char *GetName(Feature *feature);
29 static void OnInitialize(Feature *feature, Service *parent, Identity identity);
30 static void OnStop(Feature *feature, Identity identity);
31 static BOOL OnMessage(const Feature *feature, const Request *request);
54 HILOG_INFO(HILOG_MODULE_APP, "Init pms inner feature success");
58 static const char *GetName(Feature *feature)
60 (void)feature;
64 static void OnInitialize(Feature *feature, Service *parent, Identity identity)
67 if (feature == NULL) {
70 PmsInner *permlite = (PmsInner *)feature;
74 static void OnStop(Feature *feature, Identity identity)
76 (void)feature;
80 static BOOL OnMessage(const Feature *feature, const Request *request)
82 if (feature == NULL || request == NULL) {