Home
last modified time | relevance | path

Searched refs:GetMemParaCurSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp258 int32_t SvcSessionManager::GetMemParaCurSize() in GetMemParaCurSize() function in OHOS::FileManagement::Backup::SvcSessionManager
260 return BackupSvcSessionManager::session->GetMemParaCurSize(); in GetMemParaCurSize()
H A Dsvc_session_manager_throw_mock.h77 virtual int32_t GetMemParaCurSize() = 0;
146 MOCK_METHOD(int32_t, GetMemParaCurSize, ());
H A Dsvc_session_manager_mock.cpp387 int32_t SvcSessionManager::GetMemParaCurSize() in GetMemParaCurSize() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h492 int32_t GetMemParaCurSize();
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_session_manager.cpp924 int32_t SvcSessionManager::GetMemParaCurSize() in GetMemParaCurSize() function in OHOS::FileManagement::Backup::SvcSessionManager
H A Dservice.cpp258 oldMemoryParaSize = session_->GetMemParaCurSize(); in OnStop()