Home
last modified time | relevance | path

Searched defs:isSecondCalled (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/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()
H A Dservice_test.cpp584 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in __anon672bd33f0202()
726 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in __anon672bd33f0402()
1593 auto callDied = [](const string &&bundleName, bool isSecondCalled) {}; in __anon672bd33f0a02()
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp126 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) {} in OnBackupExtensionDied()
H A Dsvc_session_manager_mock.cpp105 auto callDied = [](const string &&bundleName, bool isSecondCalled = false) {}; in GetExtConnection()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1030 void Service::OnBackupExtensionDied(const string &&bundleName, bool isSecondCalled) in OnBackupExtensionDied()
1556 return [obj](const string &&bundleName, bool isSecondCalled) { in GetBackupInfoConnectDied()
H A Dsvc_session_manager.cpp283 auto callDied = [revPtr {reversePtr_}](const string &&bundleName, bool isSecondCalled = false) { in GetBackupAbilityExt()