Home
last modified time | relevance | path

Searched refs:HandleTimeoutInMainThr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DITimeoutExecutor.h26 virtual void HandleTimeoutInMainThr(std::string name) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp59 evtProcessor->HandleTimeoutInMainThr(this->name); in Run()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h51 void HandleTimeoutInMainThr(std::string name) override;
H A DAppLaunchSceneDataProcessor.cpp105 void AppLaunchSceneDataProcessor::HandleTimeoutInMainThr(std::string name) in HandleTimeoutInMainThr() function in AppLaunchSceneDataProcessor