Searched refs:bKeepDiving (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/parameter/ |
D | VirtualSubsystem.cpp | 54 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strErr… in mapBegin() argument 62 bKeepDiving = false; in mapBegin()
|
D | InstanceConfigurableElement.cpp | 73 bool bKeepDiving = true; in map() local 76 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) { in map() 82 if (bKeepDiving) { in map()
|
D | Subsystem.cpp | 475 bool& bKeepDiving, string& strError) in mapBegin() argument 491 bKeepDiving = true; in mapBegin() 523 bKeepDiving = !bHasCreatedSubsystemObject; in mapBegin()
|
D | Mapper.h | 39 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…
|
D | VirtualSubsystem.h | 50 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…
|
D | Subsystem.h | 128 …egin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& s…
|