Home
last modified time | relevance | path

Searched defs:vendorName (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp44 std::string VendorManager::GetGlobalVendorName(const std::string &vendorName) in GetGlobalVendorName()
151 bool VendorManager::UnloadVendorDriver(const std::string &vendorName) in UnloadVendorDriver()
245 int32_t VendorManager::AddPrinterToDiscovery(const std::string &vendorName, const PrinterInfo &prin… in AddPrinterToDiscovery()
328 int32_t VendorManager::RemovePrinterFromCups(const std::string &vendorName, const std::string &prin… in RemovePrinterFromCups()
345 bool VendorManager::OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId, in OnPrinterPpdQueried()
371 bool VendorManager::OnPrinterStatusChanged(const std::string &vendorName, const std::string &printe… in OnPrinterStatusChanged()
385 std::string vendorName = ExtractVendorName(globalVendorName); in FindDriverByPrinterId() local
393 …::shared_ptr<VendorDriverBase> VendorManager::FindDriverByVendorName(const std::string &vendorName) in FindDriverByVendorName()
471 bool VendorManager::IsPrivatePpdDriver(const std::string &vendorName) in IsPrivatePpdDriver()
484 std::string vendorName = ExtractVendorName(globalVendorName); in MonitorPrinterStatus() local
[all …]
H A Dvendor_driver_group.cpp21 int32_t VendorDriverGroup::OnPrinterDiscovered(const std::string &vendorName, const PrinterInfo &pr… in OnPrinterDiscovered()
26 int32_t VendorDriverGroup::OnPrinterRemoved(const std::string &vendorName, const std::string &print… in OnPrinterRemoved()
H A Dvendor_wlan_group.cpp107 int32_t VendorWlanGroup::OnPrinterDiscovered(const std::string &vendorName, const PrinterInfo &prin… in OnPrinterDiscovered()
116 int32_t VendorWlanGroup::OnUpdatePrinterToDiscovery(const std::string &vendorName, const PrinterInf… in OnUpdatePrinterToDiscovery()
125 int32_t VendorWlanGroup::OnPrinterRemoved(const std::string &vendorName, const std::string &printer… in OnPrinterRemoved()
161 bool VendorWlanGroup::OnPrinterPpdQueried(const std::string &vendorName, const std::string &printer… in OnPrinterPpdQueried()
185 bool VendorWlanGroup::ConvertGroupDriver(std::string &printerId, std::string &vendorName) in ConvertGroupDriver()
H A Dvendor_driver_base.cpp66 int32_t VendorDriverBase::OnPrinterDiscovered(const std::string &vendorName, const PrinterInfo &pri… in OnPrinterDiscovered()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/device_manager/
H A Ddevice_manager_test.cpp37 const std::string& deviceName, const std::string& vendorName) in MockInit()
125 std::string vendorName = "MockVendor"; variable
161 std::string vendorName = "MockVendor"; variable
183 std::string vendorName = "MockVendor"; variable
205 std::string vendorName = "MockVendorA"; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp59 std::string vendorName = "test.vendor"; variable
120 std::string vendorName = vendorIppEverywhere->GetVendorName(); variable
181 std::string vendorName = "test"; variable
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dutils.cpp21 const std::string& deviceName, const std::string& vendorName, const std::string& version) in GenUniqueName()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dregister_hdi_device_v1_0.cpp29 std::string vendorName; in HDIDeviceV1_0Creator() local
H A Dregister_hdi_device_v2_0.cpp30 std::string vendorName; in HDIDeviceV2_0Creator() local
H A Dnnbackend.cpp58 std::string vendorName; in GetBackendName() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_device_info_v10.md92 ### vendorName subsection
H A D_input_device_info.md92 ### vendorName subsection
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_dfx_utils.h26 std::string vendorName; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/sensor/
H A D_hdf_sensor_information_v10.md132 ### vendorName subsection
H A D_hdf_sensor_information_v11.md158 ### vendorName subsection
H A D_hdf_sensor_information_v20.md184 ### vendorName subsection
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp31 char vendorName[] = {0}; in InputGetVendorNameFuzzTest() local
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_extension_info_helper.cpp50 …std::string vendorName = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_EXTINFO_VENDOR_… in BuildFromJs() local
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp527 std::string vendorName; variable
553 std::string vendorName; variable
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_extension_info.cpp55 void PrintExtensionInfo::SetVendorName(const std::string &vendorName) in SetVendorName()
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp591 char vendorName[NAME_MAX_LEN] = {0}; variable
614 char vendorName[NAME_MAX_LEN] = {0}; variable
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp753 char vendorName[TEST_LEN1] = {0}; variable
774 char vendorName[TEST_LEN1] = {0}; variable
795 char vendorName[TEST_LEN1] = {0}; variable
/ohos5.0/drivers/peripheral/sensor/hal/include/
H A Dsensor_controller.h44 char vendorName[SENSOR_NAME_MAX_LEN]; /* Sensor vendor */ member
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp52 const std::string vendorName(sensorInfos[i].vendorName); in GetSensorList() local
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp51 const std::string vendorName(sensorInfos[i].vendorName); in GetSensorList() local

123