Home
last modified time | relevance | path

Searched refs:GetVendor (Results 1 - 25 of 27) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Ddisk_test.cpp57 auto result4 = disk.GetVendor(); in HWTEST_F()
122 EXPECT_EQ(result->GetVendor(), vendor); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_app_info.h38 const std::string& GetVendor() const;
H A Dfa_app_info.cpp62 const std::string& FaAppInfo::GetVendor() const in GetVendor() function in OHOS::Ace::FaAppInfo
/foundation/filemanagement/storage_service/test/fuzztest/disk_fuzzer/
H A Ddisk_fuzzer.cpp32 disk.GetVendor(); in FileUtilFuzzTest()
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/
H A Ddisk.h35 std::string GetVendor();
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dvirtual_input_device_test.cpp92 one->GetProduct() == other->GetProduct() && one->GetVendor() == other->GetVendor() && in CmpInputDevice()
H A Dinput_manager_test.cpp1124 ASSERT_EQ(inputDevice->GetVendor(), 0); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_app_info.cpp61 const std::string& StageAppInfo::GetVendor() const in GetVendor() function in OHOS::Ace::StageAppInfo
H A Dstage_app_info.h38 const std::string& GetVendor() const;
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Ddisk.cpp40 std::string Disk::GetVendor() in GetVendor() function in OHOS::StorageManager::Disk
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dinput_device_mgr.cpp219 FI_HILOGI(" vendor: %{public}04x", device->GetVendor()); in DispDeviceInfo()
247 device->GetVendor() << device->GetProduct() << device->GetVersion() << device->GetName() << in SerializeDevice()
267 inputDevice->SetVendor(device->GetVendor()); in Transform()
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h76 virtual int32_t GetVendor() const = 0;
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_device.h73 int32_t GetVendor() const;
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h88 int32_t GetVendor() const override;
255 inline int32_t Device::GetVendor() const in GetVendor() function in OHOS::Msdp::DeviceStatus::Device
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_device.cpp90 int32_t InputDevice::GetVendor() const in GetVendor() function in OHOS::MMI::InputDevice
/foundation/multimodalinput/input/libudev/test/
H A De2e_udev_test.cpp111 EXPECT_EQ(dev->GetVendor(), TestDevice::TEST_VENDOR); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_manager/disk/test/
H A Ddisk_manager_service_test.cpp336 GTEST_LOG_(INFO) << result[0].GetVendor(); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp620 inputDevice->GetVersion(), inputDevice->GetProduct(), inputDevice->GetVendor(), in Dump()
648 inputDevice->GetVersion(), inputDevice->GetProduct(), inputDevice->GetVendor()); in DumpDeviceList()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp98 CHKRP(napi_create_int32(cb->env, cb->data.device->GetVendor(), &vendor), CREATE_INT32); in GetDeviceInfo()
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice.cpp356 ss << GetVendor() << "_" << GetProduct() << "_" << GetVersion() << "_" << GetName(); in MakeConfigFileName()
H A Ddevice_manager.cpp248 FI_HILOGI(" vendor: %{public}04x", dev->GetVendor()); in OnDeviceAdded()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp855 static napi_value GetVendor(napi_env env, napi_callback_info info) in GetVendor() function
1790 NVal::DeclareNapiGetter("VENDOR", GetVendor), in GetRenderingContextBasePropertyDesc()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h690 std::string GetVendor() const in GetVendor() function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp2329 (*deviceInfo)->vendor = device->GetVendor(); in OH_Input_GetDevice()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_stub.cpp1125 WRITEINT32(reply, inputDevice->GetVendor(), IPC_STUB_WRITE_PARCEL_ERR); in StubGetDevice()

Completed in 27 milliseconds

12