Searched refs:g_asyncStep (Results 1 - 2 of 2) sorted by relevance
/applications/sample/wifi-iot/app/samgr/ |
H A D | feature_example.c | 103 static volatile uint32 g_asyncStep = 0; variable 110 (int)osThreadGetId(), g_asyncStep++, EXAMPLE_SERVICE, feature->GetName(feature), in FEATURE_OnMessage() 126 (int)osThreadGetId(), g_asyncStep++, EXAMPLE_SERVICE, feature->GetName(feature)); in FEATURE_OnMessage() 135 (int)osThreadGetId(), g_asyncStep++, payload->id, payload->name, payload->value); in SyncCall() 138 printf("[LPC Test][TaskID:%u][Step:%u][SyncCall API] Input Error! \n", (int)osThreadGetId(), g_asyncStep++); in SyncCall() 155 printf("[LPC Test][TaskID:%u][Step:%u][AsyncCall API] Send request! \n", (int)osThreadGetId(), g_asyncStep++); in AsyncCall() 182 (int)osThreadGetId(), g_asyncStep++); in AsyncCallBack() 228 printf("[LPC Test][TaskID:%u][Step:%u][SyncCall]: BEGIN! \n", (int)osThreadGetId(), g_asyncStep++); in CASE_SyncCall() 236 (int)osThreadGetId(), g_asyncStep++); in CASE_SyncCall() 240 (int)osThreadGetId(), g_asyncStep in CASE_SyncCall() [all...] |
H A D | service_example.c | 71 static volatile uint32 g_asyncStep = 0; variable 77 g_asyncStep++); in SyncCall() 130 g_asyncStep++); in CASE_SyncCall() 133 g_asyncStep++); in CASE_SyncCall()
|
Completed in 2 milliseconds