Home
last modified time | relevance | path

Searched refs:HIDUMPER_CMD_MAP (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
H A DDubai.cpp26 std::string dumpBubaiB = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_DUBAI_B); in DumpDubaiBegin()
33 std::string dumpBubaiF = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_DUBAI_F); in DumpDubaiFinish()
H A Dnavigation.cpp53 std::string cmd = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_NAV) + winId + " -navigation'"; in GetNavResult()
85 const std::string cmd = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_A_A); in GetWinId()
H A Dprofiler_fps.cpp268 std::string dumperSurface = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_SURFACE); in GetSurface()
434 std::string dumperSurface = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_SURFACE); in GetGameLayer()
H A DRAM.cpp152 std::string cmd = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_MEM) + processId; in GetRamInfo()
H A Dsp_utils.cpp224 std::string cmd = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_HEAD); in GetTopPkgName()
242 std::string cmd = HIDUMPER_CMD_MAP.at(HidumperCmd::DUMPER_SCREEN); in GetScreen()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dcommon.h258 const std::unordered_map<HidumperCmd, std::string> HIDUMPER_CMD_MAP = { member

Completed in 5 milliseconds