Searched defs:callDied (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/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()
|
H A D | sa_backup_connection.h | 93 std::function<void(const std::string &&)> callDied, in SABackupConnection()
|
/ohos5.0/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()
|
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
|
/ohos5.0/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 __anon672bd33f0202() variable 726 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in __anon672bd33f0402() variable 1551 auto callDied = [](const string &&bundleName) {}; in __anon672bd33f0602() variable 1593 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in __anon672bd33f0a02() variable
|
/ohos5.0/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()
|
H A D | svc_session_manager.cpp | 283 auto callDied = [revPtr {reversePtr_}](const string &&bundleName, bool isSecondCalled = false) { in GetBackupAbilityExt() local 308 auto callDied = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupSAExt() local
|
H A D | service.cpp | 1607 auto callDied = GetBackupInfoConnectDied(wptr(this), bundleName); in GetBackupInfoCmdHandle() local
|