Home
last modified time | relevance | path

Searched refs:dhItem (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp51 bool DAudioHandler::AddItemsToObject(DHItem &dhItem, cJSON* infoJson, const int32_t &dhId) in AddItemsToObject() argument
56 dhItem.subtype = "mic"; in AddItemsToObject()
78 dhItem.subtype = "speaker"; in AddItemsToObject()
135 DHItem dhItem; in RealQuery() local
136 if (!AddItemsToObject(dhItem, infoJson, dhId)) { in RealQuery()
143 dhItem.dhId = std::to_string(dhId); in RealQuery()
150 dhItem.attrs = jsonInfo; in RealQuery()
151 dhItemVec.push_back(dhItem); in RealQuery()
153 dhId, dhItem.subtype.c_str(), jsonInfo); in RealQuery()
155 dhItem in RealQuery()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/localhardwaremanager/
H A Dlocal_hardware_manager.cpp138 for (auto dhItem : dhItems) { in AddLocalCapabilityInfo()
140 dhItem.dhId, deviceId, devName, devType, dhType, dhItem.attrs, dhItem.subtype); in AddLocalCapabilityInfo()
156 for (auto dhItem : dhItems) { in AddLocalMetaCapInfo()
158 dhItem.dhId, deviceId, devName, devType, dhType, dhItem.attrs, dhItem.subtype, udidHash, in AddLocalMetaCapInfo()
181 for (auto dhItem : dhItems) { in CheckNonExistCapabilityInfo()
182 DHLOGI("This data key is: %{public}s, dhItem in CheckNonExistCapabilityInfo()
[all...]
/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/
H A Ddaudio_hidumper.cpp156 for (DHItem dhItem : abilityInfo) { in GetAbilityInfo()
157 if (dhItem.dhId == DEFAULT_SPK_DHID) { in GetAbilityInfo()
158 result.append("spkAbilityInfo:").append(dhItem.attrs).append(" "); in GetAbilityInfo()
160 if (dhItem.dhId == DEFAULT_MIC_DHID) { in GetAbilityInfo()
161 result.append("micAbilityInfo:").append(dhItem.attrs).append(" "); in GetAbilityInfo()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp179 DHItem dhItem; in RealQuery() local
180 dhItem.dhId = dhId; in RealQuery()
181 dhItem.subtype = "screen"; in RealQuery()
182 dhItem.attrs = attrJson.dump(); in RealQuery()
183 dhItemVec.push_back(dhItem); in RealQuery()
/foundation/distributedhardware/distributed_audio/audiohandler/include/
H A Ddaudio_handler.h54 bool AddItemsToObject(DHItem &dhItem, cJSON *infoJson, const int32_t &dhId);

Completed in 3 milliseconds