Lines Matching defs:identity
53 Identity identity;
61 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity);
62 static void FEATURE_OnStop(Feature *feature, Identity identity);
75 .identity = {-1, -1, NULL},
85 static void FEATURE_OnInitialize(Feature *feature, Service *parent, Identity identity)
88 demoFeature->identity = identity;
94 static void FEATURE_OnStop(Feature *feature, Identity identity)
97 (void)identity;
98 g_example.identity.queueId = NULL;
99 g_example.identity.featureId = -1;
100 g_example.identity.serviceId = -1;
156 return SAMGR_SendRequest(&feature->identity, &request, NULL);
165 return SAMGR_SendRequest(&feature->identity, &request, NULL);
183 return SAMGR_SendRequest(&feature->identity, &request, handler);