Searched refs:PutLongValue (Results 1 – 3 of 3) sorted by relevance
35 ErrCode PutLongValue(const std::string& key, int64_t value, bool needNotify = true);
43 ErrCode ret = provider.PutLongValue(SETTING_DISPLAY_OFF_TIME_KEY, time); in SetSettingDisplayOffTime()
95 ErrCode SettingProvider::PutLongValue(const std::string& key, int64_t value, bool needNotify) in PutLongValue() function in OHOS::PowerMgr::SettingProvider