Searched defs:feature (Results 1 – 6 of 6) sorted by relevance
| /applications/sample/wifi-iot/app/samgr/ |
| D | maintenance_example.c | 49 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() 60 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() 67 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() 73 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() 132 static void FInit(Feature *feature) in FInit()
|
| D | bootstrap_example.c | 27 Feature feature; member 56 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() 77 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() 85 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() 91 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
|
| D | feature_example.c | 79 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() 85 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() 94 static void FEATURE_OnStop(Feature *feature, Identity identity) in FEATURE_OnStop() 105 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage() 154 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); in AsyncCall() local 164 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); in AsyncTimeCall() local 180 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); in AsyncCallBack() local
|
| D | service_example.c | 159 Feature feature = {.GetName = NULL, .OnInitialize = NULL, .OnMessage = NULL, .OnStop = NULL}; in CASE_RegisterInvalidService() local
|
| /applications/standard/screenshot/ |
| D | README_EN.md | 11 #### feature subsubsection
|
| D | README.md | 12 #### feature subsubsection
|