Home
last modified time | relevance | path

Searched refs:isSecondCalled (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_backup_connection_test.cpp44 static void CallDied(const std::string &&name, bool isSecondCalled) in CallDied() argument
H A Dservice_test.cpp584 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F()
727 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F()
1595 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in HWTEST_F()
H A Dservice_incremental_test.cpp130 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() argument
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp126 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() argument
H A Dsvc_session_manager_mock.cpp105 auto callDied = [](const string &&bundleName, bool isSecondCalled = false) {}; in GetExtConnection()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h123 void OnBackupExtensionDied(const std::string &&bundleName, bool isSecondCalled = false);
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_session_manager.cpp276 auto callDied = [revPtr {reversePtr_}](const string &&bundleName, bool isSecondCalled = false) { in GetBackupAbilityExt()
283 revPtrStrong->OnBackupExtensionDied(move(bundleName), isSecondCalled); in GetBackupAbilityExt()
H A Dservice.cpp911 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) in OnBackupExtensionDied() argument
914 if (isSecondCalled) { in OnBackupExtensionDied()
1448 return [obj](const string &&bundleName, bool isSecondCalled) { in GetBackupInfoConnectDied()

Completed in 13 milliseconds