Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsRemote
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimodalinput/input/service/device_manager/include/
H
A
D
input_device_manager.h
71
bool
IsRemote
(struct libinput_device *inputDevice) const;
72
bool
IsRemote
(int32_t id) const;
/foundation/multimodalinput/input/intention/services/device_manager/src/
H
A
D
device_manager.cpp
414
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
D
i_device.h
82
virtual bool
IsRemote
() const = 0;
/foundation/multimodalinput/input/test/fuzztest/inputdevicemanager_fuzzer/
H
A
D
inputdevicemanager_fuzzer.cpp
69
INPUT_DEV_MGR->
IsRemote
(id);
in InputDeviceManagerFuzzTest()
/foundation/multimodalinput/input/intention/services/device_manager/include/
H
A
D
device.h
94
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
D
paste_data.h
106
bool
IsRemote
();
/foundation/multimodalinput/input/service/device_manager/src/
H
A
D
input_device_manager.cpp
459
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
D
pasteboard_service.cpp
585
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
D
producer_surface.h
232
bool
IsRemote
();
/foundation/multimodalinput/input/service/device_manager/test/
H
A
D
input_device_manager_test.cpp
1234
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
D
pasteboardclient_fuzzer.cpp
161
pasteData2.
IsRemote
();
in FuzzPastedata()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
paste_data_test.cpp
574
bool result = pasteData->
IsRemote
();
in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H
A
D
hiview_adapter.cpp
507
auto isRemote = pastData.
IsRemote
();
in ReportUseBehaviour()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
paste_data.cpp
346
bool PasteData::
IsRemote
()
in IsRemote()
function in OHOS::MiscServices::PasteData
/foundation/graphic/graphic_surface/surface/src/
H
A
D
producer_surface.cpp
717
bool ProducerSurface::
IsRemote
()
Completed in 16 milliseconds