Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/hidumphelper/
H A Dhidump_helper.cpp148 dhTypeStr = it->second; in ShowAllLoadedComps()
169 dhTypeStr = it->second; 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 = "UNKNOWN"; in ShowAllTaskInfos() local
234 dhTypeStr = it->second; in ShowAllTaskInfos()
242 result.append(dhTypeStr); in ShowAllTaskInfos()
275 std::string dhTypeStr = "UNKNOWN"; in ShowAllCapabilityInfos() local
278 dhTypeStr = it->second; in ShowAllCapabilityInfos()
[all …]
/ohos5.0/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()