Home
last modified time | relevance | path

Searched refs:futureResult (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp131 std::future<std::map<std::string, std::string>> futureResult; in AsyncCollectRam() local
134 futureResult = std::async(std::launch::async, []() { in AsyncCollectRam()
139 return futureResult; in AsyncCollectRam()
144 std::future<std::map<std::string, std::string>> futureResult; in AsyncCollectFps() local
147 futureResult = std::async(std::launch::async, []() { in AsyncCollectFps()
152 return futureResult; in AsyncCollectFps()
Dcontrol_call_cmd.cpp95 … std::future<std::string> futureResult = std::async(std::launch::async, SPUtils::GetRadarResponse); in TimeDelay() local
98 std::string str = futureResult.get(); in TimeDelay()
140 … std::future<std::string> futureResult = std::async(std::launch::async, SPUtils::GetRadarResponse); in SlideList() local
142 std::string str = futureResult.get(); in SlideList()
320 std::future<std::string> futureResult = std::async(std::launch::async, SPUtils::GetRadar); in GetAppStartTime() local
322 std::string str = futureResult.get(); in GetAppStartTime()