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:mouseLocation_
(Results
1 - 4
of
4
) sorted by relevance
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H
A
D
cooperate_plugin_test.cpp
255
g_contextOne->
mouseLocation_
.AddListener(registerEventListenerEvent);
in HWTEST_F()
256
g_contextOne->
mouseLocation_
.RemoveListener(registerEventListenerEvent);
in HWTEST_F()
258
g_contextOne->
mouseLocation_
.OnSubscribeMouseLocation(dSoftbusSubscribeMouseLocation);
in HWTEST_F()
259
g_contextOne->
mouseLocation_
.OnUnSubscribeMouseLocation(dSoftbusSubscribeMouseLocation);
in HWTEST_F()
261
g_context->
mouseLocation_
.AddListener(registerEventListenerEvent);
in HWTEST_F()
262
g_context->
mouseLocation_
.RemoveListener(registerEventListenerEvent);
in HWTEST_F()
265
g_context->
mouseLocation_
.AddListener(registerEventListenerEvent1);
in HWTEST_F()
266
g_context->
mouseLocation_
.ProcessData(MMI::PointerEvent::Create());
in HWTEST_F()
267
g_context->
mouseLocation_
.RemoveListener(registerEventListenerEvent1);
in HWTEST_F()
271
g_context->
mouseLocation_
in HWTEST_F()
[all...]
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
331
context.
mouseLocation_
.OnClientDied(notice);
in OnProcessClientDied()
338
context.
mouseLocation_
.AddListener(notice);
in RegisterEventListener()
344
context.
mouseLocation_
.RemoveListener(notice);
in UnregisterEventListener()
396
context.
mouseLocation_
.OnSoftbusSessionClosed(notice);
in OnSoftbusSessionClosed()
437
context.
mouseLocation_
.OnSubscribeMouseLocation(notice);
in OnSoftbusSubscribeMouseLocation()
444
context.
mouseLocation_
.OnUnSubscribeMouseLocation(notice);
in OnSoftbusUnSubscribeMouseLocation()
451
context.
mouseLocation_
.OnReplySubscribeMouseLocation(notice);
in OnSoftbusReplySubscribeMouseLocation()
458
context.
mouseLocation_
.OnReplyUnSubscribeMouseLocation(notice);
in OnSoftbusReplyUnSubscribeMouseLocation()
465
context.
mouseLocation_
.OnRemoteMouseLocation(notice);
in OnSoftbusMouseLocation()
632
context.
mouseLocation_
in AddMonitor()
[all...]
H
A
D
cooperate_context.cpp
105
: dsoftbus_(env), eventMgr_(env), hotArea_(env),
mouseLocation_
(env), inputDevMgr_(env),
in Context()
/base/msdp/device_status/intention/cooperate/plugin/include/
H
A
D
cooperate_context.h
97
MouseLocation
mouseLocation_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
Completed in 5 milliseconds