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

  /external/parameter-framework/upstream/parameter/
BooleanParameterType.cpp 36 CBooleanParameterType::CBooleanParameterType(const std::string &strName) : base(strName)
41 std::string CBooleanParameterType::getKind() const
47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue,
74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue,
88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue,
96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue,
105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
118 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
BooleanParameterType.h 36 class CBooleanParameterType : public CParameterType
39 CBooleanParameterType(const std::string &strName);
40 virtual ~CBooleanParameterType() = default;
ParameterMgr.cpp     [all...]

Completed in 3010 milliseconds