Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dmodule.c19 static Module *g_modules[MAX_MODULES]; variable
23 for (unsigned long index = 0; index < sizeof(g_modules) / sizeof(g_modules[0]); index++) { in ModuleRegister()
24 if (!g_modules[index]) { in ModuleRegister()
25 g_modules[index] = module; in ModuleRegister()
35 for (unsigned long index = 0; index < sizeof(g_modules) / sizeof(g_modules[0]); index++) { in ModuleGet()
36 if (g_modules[index] && !strcmp(name, g_modules[index]->name)) { in ModuleGet()
37 module = g_modules[inde in ModuleGet()
[all...]

Completed in 2 milliseconds