Home
last modified time | relevance | path

Searched refs:CheckpointInterface (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd_checkpoint.h27 class CheckpointInterface {
29 virtual ~CheckpointInterface() {} in ~CheckpointInterface()
Dapexd.h58 class CheckpointInterface; variable
123 void InitializeVold(CheckpointInterface* checkpoint_service);
126 void Initialize(CheckpointInterface* checkpoint_service);
Dapexd_checkpoint_vold.h36 class VoldCheckpointInterface : public CheckpointInterface {
Dapexd.cpp126 CheckpointInterface* gVoldService;
2415 void InitializeVold(CheckpointInterface* checkpoint_service) { in InitializeVold()
2438 void Initialize(CheckpointInterface* checkpoint_service) { in Initialize()
Dapexd_test.cpp78 class MockCheckpointInterface : public CheckpointInterface {