Searched refs:SetLong (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_pref_impl_mock.cpp | 38 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 D | cloud_pref_impl.h | 33 void SetLong(const std::string& key, const int64_t value);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/ |
H A D | cycle_task.cpp | 57 cloudPrefImpl_->SetLong("lastRunTime-" + taskName_, time); in SetLastRunTime()
|
H A D | cycle_task_runner.cpp | 129 cloudPrefImpl->SetLong("lastCheckTime", currentTime); in SetRunableBundleNames()
|
/foundation/filemanagement/dfs_service/test/unittests/utils/preference/ |
H A D | cloud_pref_impl_test.cpp | 450 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 D | exif_metadata.h | 62 bool SetLong(ExifEntry *ptrEntry, const ExifByteOrder &o, const std::string &value);
|
/foundation/filemanagement/dfs_service/utils/preference/src/ |
H A D | cloud_pref_impl.cpp | 82 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 D | exif_metadata.cpp | 454 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