Home
last modified time | relevance | path

Searched refs:addContextMappingKey (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystem.cpp42 addContextMappingKey("Owner"); in CSkeletonSubsystem()
43 addContextMappingKey("Amend1"); in CSkeletonSubsystem()
44 addContextMappingKey("Amend2"); in CSkeletonSubsystem()
/external/parameter-framework/upstream/test/test-subsystem/
DTESTSubsystem.cpp50 addContextMappingKey("Directory"); in CTESTSubsystem()
51 addContextMappingKey("Log"); in CTESTSubsystem()
/external/parameter-framework/upstream/parameter/
DSubsystem.h105 void addContextMappingKey(const std::string &strMappingKey);
DSubsystem.cpp306 void CSubsystem::addContextMappingKey(const string &strMappingKey) in addContextMappingKey() function in CSubsystem