Lines Matching defs:key
65 RetError AccessibilitySettingProvider::GetIntValue(const std::string& key, int32_t& value) in GetIntValue()
71 RetError AccessibilitySettingProvider::GetLongValue(const std::string& key, int64_t& value) in GetLongValue()
77 RetError AccessibilitySettingProvider::GetFloatValue(const std::string& key, float& value) in GetFloatValue()
83 RetError AccessibilitySettingProvider::GetBoolValue(const std::string& key, bool& value) in GetBoolValue()
89 RetError AccessibilitySettingProvider::GetStringValue(const std::string& key, std::string& value) in GetStringValue()
95 RetError AccessibilitySettingProvider::PutIntValue(const std::string& key, int32_t value, bool need… in PutIntValue()
100 RetError AccessibilitySettingProvider::PutLongValue(const std::string& key, int64_t value, bool nee… in PutLongValue()
105 RetError AccessibilitySettingProvider::PutBoolValue(const std::string& key, bool value, bool needNo… in PutBoolValue()
110 RetError AccessibilitySettingProvider::PutStringValue(const std::string& key, const std::string& va… in PutStringValue()
115 …<AccessibilitySettingObserver> AccessibilitySettingProvider::CreateObserver(const std::string& key, in CreateObserver()
121 RetError AccessibilitySettingProvider::RegisterObserver(const std::string& key, in RegisterObserver()
127 RetError AccessibilitySettingProvider::UnregisterObserver(const std::string& key) in UnregisterObserver()