Home
last modified time | relevance | path

Searched refs:bKeepDiving (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/parameter/
DVirtualSubsystem.cpp54 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strErr… in mapBegin() argument
62 bKeepDiving = false; in mapBegin()
DInstanceConfigurableElement.cpp73 bool bKeepDiving = true; in map() local
76 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) { in map()
82 if (bKeepDiving) { in map()
DSubsystem.cpp475 bool& bKeepDiving, string& strError) in mapBegin() argument
491 bKeepDiving = true; in mapBegin()
523 bKeepDiving = !bHasCreatedSubsystemObject; in mapBegin()
DMapper.h39 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…
DVirtualSubsystem.h50 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…
DSubsystem.h128 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…