OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PfwLogLevel
(Results
1 - 3
of
3
) sorted by null
/external/parameter-framework/upstream/bindings/c/
ParameterFramework.h
90
}
PfwLogLevel
;
99
typedef void PfwLogCb(void *userCtx,
PfwLogLevel
level, const char *logLine);
ParameterFramework.cpp
101
static void defaultLogCb(void *,
PfwLogLevel
level, const char *logLine)
126
void log(
PfwLogLevel
level, const string &strLog)
Test.cpp
93
static void logCb(void *voidLogLines,
PfwLogLevel
level, const char *logLine)
Completed in 561 milliseconds