Home
last modified time | relevance | path

Searched refs:IsRemote (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h71 bool IsRemote(struct libinput_device *inputDevice) const;
72 bool IsRemote(int32_t id) const;
/foundation/multimodalinput/input/intention/services/device_manager/src/
H A Ddevice_manager.cpp414 return (dev->IsPointerDevice() && !dev->IsRemote()); in HasLocalPointerDevice()
422 return (dev->IsKeyboard() && !dev->IsRemote()); in HasLocalKeyboardDevice()
432 return (dev->IsKeyboard() && !dev->IsRemote() &&
441 if (dev.second->IsKeyboard() && !dev.second->IsRemote() &&
/foundation/multimodalinput/input/intention/prototype/include/
H A Di_device.h82 virtual bool IsRemote() const = 0;
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H A Dinputdevicemanager_fuzzer.cpp69 INPUT_DEV_MGR->IsRemote(id); in InputDeviceManagerFuzzTest()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H A Ddevice.h94 bool IsRemote() const override;
285 inline bool Device::IsRemote() const in IsRemote() function in OHOS::Msdp::DeviceStatus::Device
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data.h106 bool IsRemote();
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp459 info.isRemote = IsRemote(inputDevice); in MakeDeviceInfo()
652 bool InputDeviceManager::IsRemote(struct libinput_device *inputDevice) const in IsRemote() function in OHOS::MMI::InputDeviceManager
670 bool InputDeviceManager::IsRemote(int32_t id) const in IsRemote() function in OHOS::MMI::InputDeviceManager
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp585 DMAdapter::GetInstance().GetLocalDeviceType(), UeReporter::CROSS_FLAG, data.IsRemote()); in GetPasteData()
646 static_cast<int>(data.IsRemote())); in GetData()
647 if (data.IsRemote() && fileSize > 0) { in GetData()
850 SetLocalPasteFlag(data.IsRemote(), appInfo.tokenId, data); in GetLocalData()
1056 if (item == nullptr || (!data.IsRemote() && targetBundleName.compare(data.GetOrginAuthority()) == 0)) { in CheckUriPermission()
1418 return it.second->IsRemote(); in IsRemoteData()
1432 if (data->IsRemote()) { in GetDataSource()
1948 if (pasteData.IsRemote()) { in GetPasteDataDot()
1957 if (pasteData.IsRemote()) { in GetPasteDataDot()
/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h232 bool IsRemote();
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1234 ASSERT_FALSE(inputDevice.IsRemote(id)); in HWTEST_F()
1251 ASSERT_TRUE(inputDevice.IsRemote(id)); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp161 pasteData2.IsRemote(); in FuzzPastedata()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp574 bool result = pasteData->IsRemote(); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.cpp507 auto isRemote = pastData.IsRemote(); in ReportUseBehaviour()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp346 bool PasteData::IsRemote() in IsRemote() function in OHOS::MiscServices::PasteData
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp717 bool ProducerSurface::IsRemote()

Completed in 16 milliseconds