Home
last modified time | relevance | path

Searched refs:SetLong (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dcloud_pref_impl_mock.cpp38 void CloudPrefImpl::SetLong(const std::string& key, const int64_t value) in SetLong() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
/foundation/filemanagement/dfs_service/utils/inner_api/
H A Dcloud_pref_impl.h33 void SetLong(const std::string& key, const int64_t value);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp57 cloudPrefImpl_->SetLong("lastRunTime-" + taskName_, time); in SetLastRunTime()
H A Dcycle_task_runner.cpp129 cloudPrefImpl->SetLong("lastCheckTime", currentTime); in SetRunableBundleNames()
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/
H A Dcloud_pref_impl_test.cpp450 cloudPrefImpl.SetLong(key, value); in HWTEST_F()
471 cloudPrefImpl.SetLong(key, value); in HWTEST_F()
492 cloudPrefImpl.SetLong(key, value); in HWTEST_F()
513 cloudPrefImpl.SetLong(key, value); in HWTEST_F()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dexif_metadata.h62 bool SetLong(ExifEntry *ptrEntry, const ExifByteOrder &o, const std::string &value);
/foundation/filemanagement/dfs_service/utils/preference/src/
H A Dcloud_pref_impl.cpp82 void CloudPrefImpl::SetLong(const std::string& key, const int64_t value) in SetLong() function in OHOS::FileManagement::CloudSync::CloudPrefImpl
91 LOGE("CloudPrefImpl: SetLong has error, ret = %{public}d", ret); in SetLong()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp454 bool ExifMetadata::SetLong(ExifEntry *ptrEntry, const ExifByteOrder &order, const std::string &value) in SetLong() function in OHOS::Media::ExifMetadata
686 isSetSuccess = SetLong(ptrEntry, order, value); in SetCommonValue()

Completed in 5 milliseconds