Home
last modified time | relevance | path

Searched refs:GetManufacturer (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_accessory_manager.cpp428 } else if (compare(this->accessory.GetManufacturer(), access.GetManufacturer()) && in GetAccessorySerialNumber()
431 compare(this->accessory.GetManufacturer(), access.GetManufacturer()) && in GetAccessorySerialNumber()
435 …serialValue = access.GetManufacturer() + access.GetProduct() + access.GetVersion() + access.GetSer… in GetAccessorySerialNumber()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp52 … NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_TCP_MANUFACTURER, info.GetManufacturer()); in MakeJsObject()
68 NapiScanUtils::SetStringPropertyUtf8(env, jsObj, PARAM_MANUFACTURER, info.GetManufacturer()); in MakeJsObject()
H A Dscanner_info.cpp132 const std::string& ScanDeviceInfoTCP::GetManufacturer() const in GetManufacturer() function in OHOS::Scan::ScanDeviceInfoTCP
186 parcel.WriteString(GetManufacturer()); in Marshalling()
267 const std::string& ScanDeviceInfo::GetManufacturer() const in GetManufacturer() function in OHOS::Scan::ScanDeviceInfo
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_accessory.h122 std::string GetManufacturer() const in GetManufacturer() function
174 return (compare(manufacturer_, obj.GetManufacturer()) &&
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h53 [[nodiscard]] const std::string &GetManufacturer() const;
111 [[nodiscard]] const std::string &GetManufacturer() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/plugin_adapter/
H A Dplugin_bridge.cpp27 tmp = SystemProperties::GetManufacturer(); in ProcessSystemParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h216 static const std::string& GetManufacturer() in GetManufacturer() function
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp366 manufacturer = scanDevInfoTcp.GetManufacturer(); in TestTCPSetManufacturer()
431 manufacturer = deviceInfo.GetManufacturer(); in TestUSBSetManufacturer()
/ohos5.0/base/print/print_fwk/frameworks/ohscan/src/
H A Dohscan.cpp99 device->manufacturer = infos[i].GetManufacturer().c_str(); in __anona93dad690102()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp856 …WRITE_PARCEL_WITH_RET(data, String, accessoryInfo.GetManufacturer(), UEC_SERVICE_WRITE_PARCEL_ERRO… in SetAccessoryMessageParcel()
H A Dusb_srv_proxy.cpp1416 …WRITE_PARCEL_WITH_RET(data, String, accessoryInfo.GetManufacturer(), UEC_SERVICE_WRITE_PARCEL_ERRO… in SetAccessoryMessageParcel()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp186 NapiUtil::SetValueUtf8String(env, "manufacturer", accessory.GetManufacturer(), obj); in CtoJSUSBAccessory()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp741 infoList->Put("manufacturer", SystemProperties::GetManufacturer().c_str()); in GetDeviceInfo()