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:remoteNetworkId_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
i_cooperate_state.cpp
89
return
remoteNetworkId_
;
in Peer()
99
return (networkId ==
remoteNetworkId_
);
in IsPeer()
104
remoteNetworkId_
= event.remoteNetworkId;
in StartCooperate()
110
remoteNetworkId_
= event.networkId;
in RemoteStart()
115
remoteNetworkId_
= event.targetNetworkId;
in RelayCooperate()
H
A
D
cooperate_context.cpp
239
remoteNetworkId_
= event.remoteNetworkId;
in StartCooperate()
254
remoteNetworkId_
= event.originNetworkId;
in RemoteStartSuccess()
261
remoteNetworkId_
= event.targetNetworkId;
in RelayCooperate()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_builder.cpp
60
remoteNetworkId_
= context.Peer();
in Enable()
78
remoteNetworkId_
= context.Peer();
in Update()
79
FI_HILOGI("Update peer to \'%{public}s\'", Utility::Anonymize(
remoteNetworkId_
).c_str());
in Update()
90
FI_HILOGI("Freeze remote input from '%{public}s'", Utility::Anonymize(
remoteNetworkId_
).c_str());
in Freeze()
99
FI_HILOGI("Thaw remote input from '%{public}s'", Utility::Anonymize(
remoteNetworkId_
).c_str());
in Thaw()
104
if (networkId !=
remoteNetworkId_
) {
in OnPacket()
212
FI_HILOGI("Remote input from '%{public}s' is freezing", Utility::Anonymize(
remoteNetworkId_
).c_str());
in IsActive()
H
A
D
input_event_interceptor.cpp
59
remoteNetworkId_
= context.Peer();
in Enable()
80
remoteNetworkId_
= context.Peer();
in Update()
81
FI_HILOGI("Update peer to \'%{public}s\'", Utility::Anonymize(
remoteNetworkId_
).c_str());
in Update()
116
env_->GetDSoftbus().SendPacket(
remoteNetworkId_
, packet);
in OnPointerEvent()
136
env_->GetDSoftbus().SendPacket(
remoteNetworkId_
, packet);
in OnKeyEvent()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
117
std::string
remoteNetworkId_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
149
return
remoteNetworkId_
;
in Peer()
174
return (networkId ==
remoteNetworkId_
);
in IsPeer()
H
A
D
i_cooperate_state.h
89
std::string
remoteNetworkId_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::ICooperateState::final
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_interceptor.h
49
std::string
remoteNetworkId_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
H
A
D
input_event_builder.h
90
std::string
remoteNetworkId_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
Completed in 4 milliseconds