Searched refs:deviceTypeId_ (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | device_profile.cpp | 49 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 D | ipc_credential_auth_status_req.h | 54 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 D | device_profile.h | 30 deviceTypeId_(0), in DeviceProfile() 73 int32_t deviceTypeId_; variable
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_dumper.h | 46 static std::map<int32_t, std::string> deviceTypeId_; variable
|
H A D | avsession_dumper.cpp | 55 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()
|