Home
last modified time | relevance | path

Searched defs:callDied (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_backup_connection.h93 SvcBackupConnection(std::function<void(const std::string &&, bool)> callDied, in SvcBackupConnection() argument
H A Dsa_backup_connection.h92 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 Dsvc_backup_connection_mock.cpp75 void SvcBackupConnection::SetCallDied(function<void(const std::string &&, bool)> callDied) in SetCallDied() argument
H A Dsvc_session_manager_mock.cpp105 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 Dservice_test.cpp584 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 Dsvc_backup_connection.cpp163 void SvcBackupConnection::SetCallDied(function<void(const std::string &&, bool)> callDied) in SetCallDied() argument
H A Dsvc_session_manager.cpp276 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