Searched refs:isSecondCalled (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_backup_connection_test.cpp | 44 static void CallDied(const std::string &&name, bool isSecondCalled) in CallDied() argument
|
H A D | service_test.cpp | 584 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 D | service_incremental_test.cpp | 130 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() argument
|
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_mock.cpp | 126 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied() argument
|
H A D | svc_session_manager_mock.cpp | 105 auto callDied = [](const string &&bundleName, bool isSecondCalled = false) {}; in GetExtConnection()
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 123 void OnBackupExtensionDied(const std::string &&bundleName, bool isSecondCalled = false);
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_session_manager.cpp | 276 auto callDied = [revPtr {reversePtr_}](const string &&bundleName, bool isSecondCalled = false) { in GetBackupAbilityExt() 283 revPtrStrong->OnBackupExtensionDied(move(bundleName), isSecondCalled); in GetBackupAbilityExt()
|
H A D | service.cpp | 911 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 16 milliseconds