Home
last modified time | relevance | path

Searched refs:deviceTypeId_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddevice_profile.cpp49 return deviceTypeId_; in GetDeviceTypeId()
54 deviceTypeId_ = deviceTypeId; in SetDeviceTypeId()
141 WRITE_HELPER_RET(parcel, Int32, deviceTypeId_, false); in Marshalling()
157 READ_HELPER_RET(parcel, Int32, deviceTypeId_, false); in UnMarshalling()
172 …|| deviceTypeId_ != deviceProfile.GetDeviceTypeId() || deviceName_ != deviceProfile.GetDeviceName(… in operator !=()
193 cJSON_AddNumberToObject(json, DEVICE_TYPE_ID.c_str(), deviceTypeId_); in dump()
223 cJSON_AddNumberToObject(json, DEVICE_TYPE_ID.c_str(), deviceTypeId_); in AnnoymizeDump()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_credential_auth_status_req.h54 return deviceTypeId_; in GetDeviceTypeId()
64 deviceTypeId_ = deviceTypeId; in SetDeviceTypeId()
89 uint16_t deviceTypeId_ = 0; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddevice_profile.h30 deviceTypeId_(0), in DeviceProfile()
73 int32_t deviceTypeId_; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_dumper.h46 static std::map<int32_t, std::string> deviceTypeId_; variable
H A Davsession_dumper.cpp55 std::map<int32_t, std::string> AVSessionDumper::deviceTypeId_ = { member in OHOS::AVSession::AVSessionDumper
141 …result.append("\n device type id : " + deviceTypeId_.find(device.deviceTypeId)->sec… in ShowTrustedDevicesInfo()