Searched refs:FunctionLog (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | LocalLogBuffer.cpp | 47 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() function in LocalLogBuffer::FunctionLog 51 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() function in LocalLogBuffer::FunctionLog 59 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 64 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 75 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 80 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 88 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 93 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 107 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 182 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 195 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 213 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 224 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 259 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 334 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 358 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 409 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 435 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 466 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | LocalLogBuffer.cpp | 47 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() function in LocalLogBuffer::FunctionLog 51 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() function in LocalLogBuffer::FunctionLog 59 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 64 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 75 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 80 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 88 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 93 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 103 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 107 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 180 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 193 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 211 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 222 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 257 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 332 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 356 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 407 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 433 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 464 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | LocalLogBuffer.cpp | 48 LocalLogBuffer::FunctionLog::FunctionLog(string funcName) : mName(funcName) { in FunctionLog() function in LocalLogBuffer::FunctionLog 52 LocalLogBuffer::FunctionLog::FunctionLog(const FunctionLog& other) : in FunctionLog() function in LocalLogBuffer::FunctionLog 60 void LocalLogBuffer::FunctionLog::addArg(string kw, string arg) { in addArg() 65 void LocalLogBuffer::FunctionLog::addArg(string kw, vector<string> args) { in addArg() 76 void LocalLogBuffer::FunctionLog::addArg(string kw, uint64_t arg) { in addArg() 81 void LocalLogBuffer::FunctionLog::maybeAddArgsComma() { in maybeAddArgsComma() 89 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { in setResult() 94 void LocalLogBuffer::FunctionLog::setResult(vector<unsigned int> ret) { in setResult() 104 void LocalLogBuffer::FunctionLog::setResult(uint64_t rx, uint64_t tx) { in setResult() 108 string LocalLogBuffer::FunctionLog::toString() { in toString() [all …]
|
D | HAL.cpp | 180 LocalLogBuffer::FunctionLog fl("registerEventListener"); in registerIpaCb() 193 LocalLogBuffer::FunctionLog fl("registerCtTimeoutUpdater"); in registerCtCb() 211 LocalLogBuffer::FunctionLog fl("unregisterEventListener"); in unregisterIpaCb() 222 LocalLogBuffer::FunctionLog fl("unregisterCtTimeoutUpdater"); in unregisterCtCb() 257 LocalLogBuffer::FunctionLog fl(__func__); in setHandles() 332 LocalLogBuffer::FunctionLog fl(__func__); in initOffload() 356 LocalLogBuffer::FunctionLog fl(__func__); in stopOffload() 407 LocalLogBuffer::FunctionLog fl(__func__); in setLocalPrefixes() 431 LocalLogBuffer::FunctionLog fl(__func__); in getForwardedStats() 462 LocalLogBuffer::FunctionLog fl(__func__); in setDataLimit() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
D | LocalLogBuffer.h | 47 class FunctionLog { 49 FunctionLog(string /* funcName */); 50 FunctionLog(const FunctionLog& /* other */); 66 void addLog(FunctionLog /* log */); 69 deque<FunctionLog> mLogs;
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | LocalLogBuffer.h | 47 class FunctionLog { 49 FunctionLog(string /* funcName */); 50 FunctionLog(const FunctionLog& /* other */); 66 void addLog(FunctionLog /* log */); 69 deque<FunctionLog> mLogs;
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | LocalLogBuffer.h | 47 class FunctionLog { 49 FunctionLog(string /* funcName */); 50 FunctionLog(const FunctionLog& /* other */); 66 void addLog(FunctionLog /* log */); 70 deque<FunctionLog> mLogs;
|