Lines Matching refs:info
1001 HOOK_INFO info;
1003 info.stage = INIT_SERVICE_PARSE;
1004 info.prio = 0;
1005 info.hook = ServiceParseHookWrapper;
1006 info.hookCookie = (void *)hook;
1008 return HookMgrAddEx(GetBootStageHookMgr(), &info);
1051 LE_WatchInfo info = {};
1052 info.fd = fd;
1053 info.flags = 0; // WATCHER_ONCE;
1054 info.events = EVENT_READ;
1055 info.processEvent = ProcessConsoleEvent;
1056 int ret = LE_StartWatcher(LE_GetDefaultLoop(), &watcher, &info, service);
1168 INIT_LOGI("Service info %s start service bt ext parameter %s.", dstPtr[0], fullServName);