Searched refs:bKeepDiving (Results 1 – 6 of 6) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | VirtualSubsystem.cpp | 63 bool CVirtualSubsystem::mapBegin(CInstanceConfigurableElement * /*elem*/, bool &bKeepDiving, in mapBegin() argument 69 bKeepDiving = false; in mapBegin()
|
D | InstanceConfigurableElement.cpp | 82 bool bKeepDiving = true; in map() local 85 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) { in map() 91 if (bKeepDiving) { in map()
|
D | Subsystem.cpp | 436 bool &bKeepDiving, string &strError) in mapBegin() argument 451 bKeepDiving = true; in mapBegin() 482 bKeepDiving = !bHasCreatedSubsystemObject; in mapBegin()
|
D | Mapper.h | 40 bool &bKeepDiving, std::string &strError) = 0;
|
D | VirtualSubsystem.h | 62 bool mapBegin(CInstanceConfigurableElement *pInstanceConfigurableElement, bool &bKeepDiving,
|
D | Subsystem.h | 133 bool mapBegin(CInstanceConfigurableElement *pInstanceConfigurableElement, bool &bKeepDiving,
|