Lines Matching refs:result
65 int result = preferencesUtil->SaveString(std::to_string(userId), defaulVal);
67 SCLOCK_HILOGD("String.[result]:%{public}d, [val]:%{public}s", result, val.c_str());
90 int result = preferencesUtil->SaveInt(std::to_string(userId), defaulVal);
92 SCLOCK_HILOGD("String.[result]:%{public}d, [val]:%{public}d", result, val);
115 int result = preferencesUtil->SaveBool(std::to_string(userId), defaulVal);
117 SCLOCK_HILOGD("String.[result]:%{public}d, [val]:%{public}d", result, val);
164 int result = preferencesUtil->SaveFloat(std::to_string(userId), defaulVal);
166 SCLOCK_HILOGD("String.[result]:%{public}d, [val]:%{public}f", result, val);