HomeSort by relevance Sort by last modified time
    Searched refs:bKeepDiving (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/parameter/
Mapper.h 39 virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& strError) = 0;
VirtualSubsystem.cpp 54 bool CVirtualSubsystem::mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strError)
62 bKeepDiving = false;
VirtualSubsystem.h 50 virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& strError);
InstanceConfigurableElement.cpp 73 bool bKeepDiving = true;
76 if (bHasMappingData && !mapper.mapBegin(this, bKeepDiving, strError)) {
82 if (bKeepDiving) {
Subsystem.cpp 475 bool& bKeepDiving, string& strError)
491 bKeepDiving = true;
523 bKeepDiving = !bHasCreatedSubsystemObject;
Subsystem.h 120 * @param[out] bKeepDiving Keep diving for mapping keys
128 virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& strError);

Completed in 374 milliseconds