Home
last modified time | relevance | path

Searched refs:IAppTimer (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppTimer.h23 class IAppTimer : public IStrKeyTimer { class
25 virtual ~IAppTimer() = default;
/base/hiviewdfx/hiview/plugins/performance/timer/
H A DAppTimerAdapter.h22 #include "IAppTimer.h"
27 class AppTimerAdapter : public IAppTimer, public ISceneTimerInfrastructure::ICb {
36 void SetCb(IAppTimer::ICb* cb);
40 IAppTimer::ICb* cb{nullptr};
H A DAppTimerAdapter.cpp61 void AppTimerAdapter::SetCb(IAppTimer::ICb* cb) in SetCb()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h24 #include "IAppTimer.h"
43 class AppLaunchSceneDataProcessor : public IAppLaunchSceneDataProcessor, public IAppTimer::ICb, public ITimeoutHandler,
48 IAppTimer* timer);
49 AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec, IAppTimer* timer);
58 IAppTimer* timer;
H A DAppLaunchSceneDataProcessor.cpp41 IAppTimer* timer) in AppLaunchSceneDataProcessor()
50 IAppTimer* timer) in AppLaunchSceneDataProcessor()

Completed in 3 milliseconds