OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandHandlerInterface
(Results
1 - 6
of
6
) sorted by null
/external/parameter-framework/upstream/parameter/include/
CommandHandlerInterface.h
48
class
CommandHandlerInterface
66
virtual ~
CommandHandlerInterface
(){};
ParameterMgrFullConnector.h
39
#include "
CommandHandlerInterface
.h"
67
CommandHandlerInterface
*createCommandHandler();
/external/parameter-framework/upstream/parameter/
CommandHandlerWrapper.h
32
#include "
CommandHandlerInterface
.h"
36
class CommandHandlerWrapper : public
CommandHandlerInterface
ParameterMgrFullConnector.cpp
45
CommandHandlerInterface
*CParameterMgrFullConnector::createCommandHandler()
/external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp
115
std::unique_ptr<
CommandHandlerInterface
> mCommandHandler;
/external/parameter-framework/upstream/test/functional-tests/
Handle.cpp
591
auto cmdHandler = std::unique_ptr<
CommandHandlerInterface
>(createCommandHandler());
Completed in 267 milliseconds