OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bKeepDiving
(Results
1 - 6
of
6
) sorted by null
/external/parameter-framework/upstream/parameter/
Mapper.h
40
bool &
bKeepDiving
, std::string &strError) = 0;
VirtualSubsystem.cpp
63
bool CVirtualSubsystem::mapBegin(CInstanceConfigurableElement * /*elem*/, bool &
bKeepDiving
,
69
bKeepDiving
= false;
VirtualSubsystem.h
63
bool &
bKeepDiving
, std::string &strError);
InstanceConfigurableElement.cpp
82
bool
bKeepDiving
= true;
85
if (bHasMappingData && !mapper.mapBegin(this,
bKeepDiving
, strError)) {
91
if (
bKeepDiving
) {
Subsystem.cpp
436
bool &
bKeepDiving
, string &strError)
451
bKeepDiving
= true;
482
bKeepDiving
= !bHasCreatedSubsystemObject;
Subsystem.h
125
* @param[out]
bKeepDiving
Keep diving for mapping keys
134
bool &
bKeepDiving
, std::string &strError);
Completed in 62 milliseconds