Home | History | Annotate | Download | only in src

Lines Matching refs:identifier

40      * Returns identifier of this policy element
47 * Set the unique identifier for this policy element.
49 * @tparam Key type of the unique identifier.
50 * @param[in] identifier to be set.
52 * @return NO_ERROR if the identifier is valid and set correctly, error code otherwise.
54 status_t setIdentifier(Key identifier)
56 mIdentifier = identifier;
61 * @return the unique identifier of this policy element.
95 std::string mName; /**< Unique literal Identifier of a policy base element*/
96 Key mIdentifier; /**< Unique numerical Identifier of a policy base element*/