Searched refs:localizedPrompts (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A DAuthorizationRule.h85 map<string,string> localizedPrompts() const { return mLocalizedPrompts; } function in class:Authorization::RuleImpl
125 static bool getLocalizedText(CFDictionaryRef config, map<string,string> &localizedPrompts, CFStringRef dictKey, const char *descriptionKey);
H A DAuthorizationRule.cpp200 bool RuleImpl::Attribute::getLocalizedText(CFDictionaryRef config, map<string,string> &localizedPrompts, CFStringRef dictKey, const char *descriptionKey) argument
229 localizedPrompts[descriptionKey + key] = value;
417 map<string,string> defaultPrompts = inTopLevelRule->localizedPrompts();
421 defaultPrompts = localizedPrompts();

Completed in 147 milliseconds