Home
last modified time | relevance | path

Searched refs:CloudSyncService (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp54 REGISTER_SYSTEM_ABILITY_BY_ID(CloudSyncService, FILEMANAGEMENT_CLOUD_SYNC_SERVICE_SA_ID, false);
72 CloudSyncService::CloudSyncService(int32_t saID, bool runOnCreate) : SystemAbility(saID, runOnCreate) in CloudSyncService() function in OHOS::FileManagement::CloudSync::CloudSyncService
77 void CloudSyncService::PublishSA() in PublishSA()
86 void CloudSyncService::PreInit() in PreInit()
103 void CloudSyncService::Init() in Init()
112 int32_t CloudSyncService::GetBundleNameUserInfo(BundleNameUserInfo &bundleNameUserInfo) in GetBundleNameUserInfo()
132 void CloudSyncService::GetBundleNameUserInfo(const std::vector<std::string> &uriVec, in GetBundleNameUserInfo()
149 std::string CloudSyncService::GetHmdfsPath(const std::string &uri, int32_t userId) in GetHmdfsPath()
186 void CloudSyncService
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service.h36 class CloudSyncService final : public SystemAbility, public CloudSyncServiceStub, protected NoCopyable {
37 DECLARE_SYSTEM_ABILITY(CloudSyncService);
40 explicit CloudSyncService(int32_t saID, bool runOnCreate = true);
41 virtual ~CloudSyncService() = default;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_test.cpp31 std::shared_ptr<CloudSyncService> g_servicePtr_;
45 g_servicePtr_ = std::make_shared<CloudSyncService>(saId); in SetUpTestCase()
/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp685 std::make_shared<OHOS::FileManagement::CloudSync::CloudSyncService>(OHOS::SERVICE_SA_ID); in LLVMFuzzerTestOneInput()

Completed in 4 milliseconds