Home
last modified time | relevance | path

Searched refs:CLOUDSYNC_STATUS_KEY (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/include/
H A Dcloud_sync_notify_handler.h39 const std::string CLOUDSYNC_STATUS_KEY = "persist.kernel.cloudsync.status"; member
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Ddata_sync_const.h81 static const std::string CLOUDSYNC_STATUS_KEY = "persist.kernel.cloudsync.status"; member
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/
H A Dcloud_sync_notify_handler.cpp37 int32_t cloudSyncStatus = static_cast<int32_t>(system::GetParameter(CLOUDSYNC_STATUS_KEY, "0").at(0) - '0'); in IsCloudInsertTaskPriorityHigh()
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h112 const std::string CLOUDSYNC_STATUS_KEY = "persist.kernel.cloudsync.status"; member
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp479 system::SetParameter(CLOUDSYNC_STATUS_KEY, CLOUDSYNC_STATUS_SWITCHOFF); in ChangeAppSwitch()
513 system::SetParameter(CLOUDSYNC_STATUS_KEY, CLOUDSYNC_STATUS_LOGOUT); in DisableCloud()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_manager.cpp416 return static_cast<CloudSyncStatus>(system::GetParameter(CLOUDSYNC_STATUS_KEY, "0").at(0) - '0'); in GetCloudSyncStatus()

Completed in 5 milliseconds