Home
last modified time | relevance | path

Searched refs:g_example (Results 1 - 5 of 5) sorted by relevance

/applications/sample/wifi-iot/app/samgr/
H A Dbootstrap_example.c38 static BootTestExample g_example[] = { variable
59 if (feature == &g_example[0].feature) { in FEATURE_GetName()
63 if (feature == &g_example[1].feature) { in FEATURE_GetName()
67 if (feature == &g_example[2].feature) { in FEATURE_GetName()
71 if (feature == &g_example[3].feature) { in FEATURE_GetName()
101 if (service == &g_example[0].service) { in GetName()
105 if (service == &g_example[1].service) { in GetName()
109 if (service == &g_example[2].service) { in GetName()
113 if (service == &g_example[3].service) { in GetName()
158 printf((demo < &g_example[ in SInit()
[all...]
H A Dtask_example.c29 static Service g_example[] = { variable
40 if (service == &g_example[0]) { in GetName()
44 if (service == &g_example[1]) { in GetName()
48 if (service == &g_example[2]) { in GetName()
52 if (service == &g_example[3]) { in GetName()
78 if (service == &g_example[0]) { in GetTaskConfig()
82 if (service == &g_example[3]) { in GetTaskConfig()
99 SInit(&g_example[0]); in S1Init()
105 SInit(&g_example[1]); in S2Init()
111 SInit(&g_example[ in S3Init()
[all...]
H A Dfeature_example.c64 static DemoFeature g_example = { variable
98 g_example.identity.queueId = NULL; in FEATURE_OnStop()
99 g_example.identity.featureId = -1; in FEATURE_OnStop()
100 g_example.identity.serviceId = -1; in FEATURE_OnStop()
121 AsyncTimeCall(GET_IUNKNOWN(g_example)); in FEATURE_OnMessage()
188 SAMGR_GetInstance()->RegisterFeature(EXAMPLE_SERVICE, (Feature *)&g_example); in Init()
189 SAMGR_GetInstance()->RegisterFeatureApi(EXAMPLE_SERVICE, EXAMPLE_FEATURE, GET_IUNKNOWN(g_example)); in Init()
H A Dservice_example.c80 static ExampleService g_example = { variable
92 SAMGR_GetInstance()->RegisterService((Service *)&g_example); in Init()
93 SAMGR_GetInstance()->RegisterDefaultFeatureApi(EXAMPLE_SERVICE, GET_IUNKNOWN(g_example)); in Init()
H A Dspecified_task_example.c53 static Service g_example[] = { variable
95 if (service == &g_example[i]) { in GetName()
210 SInit(&g_example[i]); in SSInit()

Completed in 3 milliseconds