/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | disk_test.cpp | 57 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 D | fa_app_info.h | 38 const std::string& GetVendor() const;
|
H A D | fa_app_info.cpp | 62 const std::string& FaAppInfo::GetVendor() const in GetVendor() function in OHOS::Ace::FaAppInfo
|
/foundation/filemanagement/storage_service/test/fuzztest/disk_fuzzer/ |
H A D | disk_fuzzer.cpp | 32 disk.GetVendor(); in FileUtilFuzzTest()
|
/foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native/ |
H A D | disk.h | 35 std::string GetVendor();
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | virtual_input_device_test.cpp | 92 one->GetProduct() == other->GetProduct() && one->GetVendor() == other->GetVendor() && in CmpInputDevice()
|
H A D | input_manager_test.cpp | 1124 ASSERT_EQ(inputDevice->GetVendor(), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_app_info.cpp | 61 const std::string& StageAppInfo::GetVendor() const in GetVendor() function in OHOS::Ace::StageAppInfo
|
H A D | stage_app_info.h | 38 const std::string& GetVendor() const;
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/ |
H A D | disk.cpp | 40 std::string Disk::GetVendor() in GetVendor() function in OHOS::StorageManager::Disk
|
/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | input_device_mgr.cpp | 219 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 D | i_device.h | 76 virtual int32_t GetVendor() const = 0;
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | input_device.h | 73 int32_t GetVendor() const;
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device.h | 88 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 D | input_device.cpp | 90 int32_t InputDevice::GetVendor() const in GetVendor() function in OHOS::MMI::InputDevice
|
/foundation/multimodalinput/input/libudev/test/ |
H A D | e2e_udev_test.cpp | 111 EXPECT_EQ(dev->GetVendor(), TestDevice::TEST_VENDOR); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_manager/disk/test/ |
H A D | disk_manager_service_test.cpp | 336 GTEST_LOG_(INFO) << result[0].GetVendor(); in HWTEST_F()
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 620 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 D | js_util.cpp | 98 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 D | device.cpp | 356 ss << GetVendor() << "_" << GetProduct() << "_" << GetVersion() << "_" << GetName(); in MakeConfigFileName()
|
H A D | device_manager.cpp | 248 FI_HILOGI(" vendor: %{public}04x", dev->GetVendor()); in OnDeviceAdded()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 855 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 D | inner_bundle_info.h | 690 std::string GetVendor() const in GetVendor() function in OHOS::AppExecFwk::InnerBundleInfo
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 2329 (*deviceInfo)->vendor = device->GetVendor(); in OH_Input_GetDevice()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 1125 WRITEINT32(reply, inputDevice->GetVendor(), IPC_STUB_WRITE_PARCEL_ERR); in StubGetDevice()
|