Home
last modified time | relevance | path

Searched refs:_bForceNoRemoteInterface (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgr.cpp339 _bForceNoRemoteInterface(false), in CParameterMgr()
2488 return _bForceNoRemoteInterface; in getForceNoRemoteInterface()
2493 _bForceNoRemoteInterface = bForceNoRemoteInterface; in setForceNoRemoteInterface()
2501 if (_bForceNoRemoteInterface) { in handleRemoteProcessingInterface()
DParameterMgr.h731 bool _bForceNoRemoteInterface; variable