/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/ |
H A D | service_reverse_test.cpp | 188 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 216 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 243 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 517 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 904 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 934 service_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0);
|
H A D | service_reverse_stub_test.cpp | 43 …MOCK_METHOD4(BackupOnFileReady, void(string bundleName, string fileName, int fd, int32_t errCode)); 93 EXPECT_CALL(service, BackupOnFileReady(_, _, _, _)).WillOnce(Return());
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_reverse_proxy_mock.cpp | 23 void ServiceReverseProxy::BackupOnFileReady(string bundleName, string fileName, int fd, int32_t err… in BackupOnFileReady() function in OHOS::FileManagement::Backup::ServiceReverseProxy
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/ |
H A D | i_service_reverse.h | 37 …virtual void BackupOnFileReady(std::string bundleName, std::string fileName, int fd, int32_t errCo…
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service_reverse_proxy.h | 26 …void BackupOnFileReady(std::string bundleName, std::string fileName, int fd, int32_t errCode) over…
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/ |
H A D | service_reverse_mock.h | 39 …void BackupOnFileReady(std::string bundleName, std::string fileName, int fd, int32_t errCode) over… in BackupOnFileReady() function
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/include/ |
H A D | service_reverse.h | 28 …void BackupOnFileReady(std::string bundleName, std::string fileName, int fd, int32_t errCode) over…
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/ |
H A D | service_reverse.cpp | 24 void ServiceReverse::BackupOnFileReady(string bundleName, string fileName, int fd, int32_t errCode) in BackupOnFileReady() function in OHOS::FileManagement::Backup::ServiceReverse
|
H A D | service_reverse_stub.cpp | 124 BackupOnFileReady(bundleName, fileName, fd, errCode); in CmdBackupOnFileReady()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_reverse_proxy_test.cpp | 96 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, fd, 0); 121 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 131 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 141 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 152 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 183 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, -1, 0); 195 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 208 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0); 241 proxy_->BackupOnFileReady(BUNDLE_NAME, FILE_NAME, 0, 0);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service_reverse_proxy.cpp | 25 void ServiceReverseProxy::BackupOnFileReady(string bundleName, string fileName, int fd, int32_t err… in BackupOnFileReady() function in OHOS::FileManagement::Backup::ServiceReverseProxy
|
H A D | sub_service.cpp | 137 … session_->GetServiceReverseProxy()->BackupOnFileReady(callerName, fileName, move(fd), errCode); in AppFileReady()
|
H A D | service.cpp | 1872 session_->GetServiceReverseProxy()->BackupOnFileReady(bundleName, "", move(fd), errCode); in OnSABackup()
|