Searched defs:settingValue (Results 1 – 3 of 3) sorted by relevance
95 cJSON *settingValue = cJSON_GetObjectItemCaseSensitive(subSetting, "SettingValue"); in Unmarshal() local
174 cJSON *settingValue = cJSON_GetObjectItemCaseSensitive(captureSetting, "SettingValue"); in UmarshalSettings() local
229 std::string settingValue = ""; in EnableIme() local276 std::string SettingsDataUtils::SetSettingValues(const std::string &settingValue, const std::string … in SetSettingValues()