Home
last modified time | relevance | path

Searched refs:g_identity (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DBroadcastPublishTest.cpp54 static Identity g_identity = { -1, -1, nullptr}; variable
58 g_identity = identity; in Initialize()
144 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
145 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
175 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
176 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
207 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
208 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
241 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
242 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
[all …]
DBroadcastSubscribeTest.cpp53 static Identity g_identity = { -1, -1, nullptr}; variable
56 g_identity = identity; in Initialize()
189 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
216 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
245 Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
272 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
300 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
327 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
358 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
359 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
[all …]
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Dbroadcast_publish_func_test.c57 static Identity g_identity = { -1, -1, NULL}; variable
61 g_identity = identity; in Initialize()
141 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
142 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
172 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
173 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
204 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
205 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
238 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
239 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
[all …]
Dbroadcast_subscribe_func_test.c56 static Identity g_identity = { -1, -1, NULL}; variable
59 g_identity = identity; in Initialize()
189 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
216 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
241 Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
268 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
297 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
324 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
355 static Consumer c1 = {.identity = &g_identity, .Notify = C1Callback, .Equal = Equal};
356 static Consumer c2 = {.identity = &g_identity, .Notify = C2Callback, .Equal = Equal};
[all …]