Home
last modified time | relevance | path

Searched refs:dhTypeStr (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp145 std::string dhTypeStr = "UNKNOWN"; in ShowAllLoadedComps() local
148 dhTypeStr = it->second; in ShowAllLoadedComps()
155 result.append("\n{\n DHType : ").append(dhTypeStr); in ShowAllLoadedComps()
166 std::string dhTypeStr = "UNKNOWN"; in ShowAllLoadedComps() local
169 dhTypeStr = it->second; in ShowAllLoadedComps()
176 result.append("\n{\n DHType : ").append(dhTypeStr); in ShowAllLoadedComps()
198 std::string dhTypeStr = "UNKNOWN"; in ShowAllEnabledComps() local
201 dhTypeStr = it->second; in ShowAllEnabledComps()
207 result.append(dhTypeStr); in ShowAllEnabledComps()
231 std::string dhTypeStr in ShowAllTaskInfos() local
275 std::string dhTypeStr = "UNKNOWN"; ShowAllCapabilityInfos() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_hitrace.cpp28 std::string dhTypeStr = "UNKNOWN"; in DHQueryTraceStart() local
31 dhTypeStr = it->second; in DHQueryTraceStart()
33 StartTrace(DHFWK_HITRACE_LABEL, dhTypeStr + "_" + DH_QUERY_START); in DHQueryTraceStart()
H A Ddh_utils_hisysevent.cpp54 std::string dhTypeStr = "UNKNOWN"; in HiSysEventWriteReleaseMsg() local
57 dhTypeStr = it->second; in HiSysEventWriteReleaseMsg()
64 "DHTYPE", dhTypeStr.c_str(), in HiSysEventWriteReleaseMsg()

Completed in 3 milliseconds