Home
last modified time | relevance | path

Searched defs:callConnected (Results 1 - 6 of 6) 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, std::function<void(const std::string &&)> callConnected, std::string bundleNameIndexInfo) SvcBackupConnection() argument
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_backup_connection_mock.cpp70 void SvcBackupConnection::SetCallback(function<void(const std::string &&)> callConnected) in SetCallback() argument
H A Dsvc_session_manager_mock.cpp106 auto callConnected = [](const string &&bundleName) {}; in GetExtConnection() local
234 auto callConnected = [](const string &&bundleName) {}; in GetSAExtConnection() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp585 auto callConnected = [](const string &&bundleName) {}; in HWTEST_F() local
728 auto callConnected = [](const string &&bundleName) {}; in HWTEST_F() local
1554 auto callConnected = [](const string &&bundleName) {}; in HWTEST_F() local
1596 auto callConnected = [](const string &&bundleName) {}; in HWTEST_F() local
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_backup_connection.cpp158 void SvcBackupConnection::SetCallback(function<void(const std::string &&)> callConnected) in SetCallback() argument
H A Dsvc_session_manager.cpp286 auto callConnected = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupAbilityExt() local
311 auto callConnected = [revPtr {reversePtr_}](const string &&bundleName) { in GetBackupSAExt() local

Completed in 6 milliseconds