Home
last modified time | relevance | path

Searched refs:HandleStopFileCache (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/ipc/
H A Dcloud_sync_service_stub.h48 int32_t HandleStopFileCache(MessageParcel &data, MessageParcel &reply);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp90 [this](MessageParcel &data, MessageParcel &reply) { return this->HandleStopFileCache(data, reply); }; in CloudSyncServiceStub()
418 int32_t CloudSyncServiceStub::HandleStopFileCache(MessageParcel &data, MessageParcel &reply) in HandleStopFileCache() function in OHOS::FileManagement::CloudSync::CloudSyncServiceStub
420 LOGI("Begin HandleStopFileCache"); in HandleStopFileCache()
434 LOGI("End HandleStopFileCache"); in HandleStopFileCache()

Completed in 2 milliseconds