Home
last modified time | relevance | path

Searched refs:GetBackupInfoConnectDone (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h236 …std::function<void(const std::string &&)> GetBackupInfoConnectDone(wptr<Service> obj, std::string …
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1540 std::function<void(const std::string &&)> Service::GetBackupInfoConnectDone(wptr<Service> obj, std:… in GetBackupInfoConnectDone() function in OHOS::FileManagement::Backup::Service
1606 auto callConnected = GetBackupInfoConnectDone(wptr(this), bundleName); in GetBackupInfoCmdHandle()