Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DVirtualSubsystem.cpp63 bool CVirtualSubsystem::mapBegin(CInstanceConfigurableElement * /*elem*/, bool &bKeepDiving, in mapBegin() argument
69 bKeepDiving = false; in mapBegin()
DInstanceConfigurableElement.cpp82 bool bKeepDiving = true; in map() local
85 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) { in map()
91 if (bKeepDiving) { in map()
DSubsystem.cpp436 bool &bKeepDiving, string &strError) in mapBegin() argument
451 bKeepDiving = true; in mapBegin()
482 bKeepDiving = !bHasCreatedSubsystemObject; in mapBegin()
DMapper.h40 bool &bKeepDiving, std::string &strError) = 0;
DVirtualSubsystem.h63 bool &bKeepDiving, std::string &strError);
DSubsystem.h134 bool &bKeepDiving, std::string &strError);