Searched defs:feature (Results 1 - 4 of 4) sorted by relevance
/applications/sample/wifi-iot/app/samgr/ |
H A D | bootstrap_example.c | 27 Feature feature; member 56 FEATURE_GetName(Feature *feature) FEATURE_GetName() argument 77 FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) FEATURE_OnInitialize() argument 85 FEATURE_OnStop(Feature *feature, Identity identity) FEATURE_OnStop() argument 91 FEATURE_OnMessage(Feature *feature, Request *request) FEATURE_OnMessage() argument [all...] |
H A D | service_example.c | 159 Feature feature = {.GetName = NULL, .OnInitialize = NULL, .OnMessage = NULL, .OnStop = NULL}; in CASE_RegisterInvalidService() local
|
H A D | maintenance_example.c | 49 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument 60 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument 67 FEATURE_OnStop(Feature *feature, Identity identity) FEATURE_OnStop() argument 73 FEATURE_OnMessage(Feature *feature, Request *request) FEATURE_OnMessage() argument 132 FInit(Feature *feature) FInit() argument [all...] |
H A D | feature_example.c | 79 static const char *FEATURE_GetName(Feature *feature) in FEATURE_GetName() argument 85 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity) in FEATURE_OnInitialize() argument 94 FEATURE_OnStop(Feature *feature, Identity identity) FEATURE_OnStop() argument 105 FEATURE_OnMessage(Feature *feature, Request *request) FEATURE_OnMessage() argument 154 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); AsyncCall() local 164 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); AsyncTimeCall() local 180 DemoFeature *feature = GET_OBJECT(iUnknown, DemoFeature, iUnknown); AsyncCallBack() local [all...] |
Completed in 2 milliseconds