Searched defs:callDied (Results 1 - 7 of 7) sorted by relevance
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | svc_backup_connection.h | 93 SvcBackupConnection(std::function<void(const std::string &&, bool)> callDied, in SvcBackupConnection() argument
|
H A D | sa_backup_connection.h | 92 SABackupConnection( std::function<void(const std::string &&)> callDied, std::function<void(const std::string &&)> callConnect, std::function<void(const std::string &&, const int &&, const std::string &&, const ErrCode &&)> callBackup, std::function<void(const std::string &&, const std::string &&, const ErrCode &&)> callRestore) SABackupConnection() argument
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | svc_backup_connection_mock.cpp | 75 void SvcBackupConnection::SetCallDied(function<void(const std::string &&, bool)> callDied) in SetCallDied() argument
|
H A D | svc_session_manager_mock.cpp | 105 auto callDied = [](const string &&bundleName, bool isSecondCalled = false) {}; in GetExtConnection() local 233 auto callDied = [](const string &&bundleName) {}; in GetSAExtConnection() local
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 584 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F() local 727 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F() local 1553 auto callDied = [](const string &&bundleName) {}; in HWTEST_F() local 1595 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F() local
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_backup_connection.cpp | 163 void SvcBackupConnection::SetCallDied(function<void(const std::string &&, bool)> callDied) in SetCallDied() argument
|
H A D | svc_session_manager.cpp | 276 auto callDied = [revPtr {reversePtr_}](const string &&bundleName, bool isSecondCalled = false) { in GetBackupAbilityExt() local 301 auto callDied = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupSAExt() local
|
Completed in 7 milliseconds