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:event6
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_socket_thread_test/src/
H
A
D
audio_socket_thread_test.cpp
104
AudioEvent
event6
;
in HWTEST_F()
local
105
event6
.eventType = 1;
in HWTEST_F()
106
event6
.deviceType = 1;
in HWTEST_F()
107
event6
.name = "Device1";
in HWTEST_F()
108
event6
.address = "Address1";
in HWTEST_F()
109
event6
.anahsName = "AnahsName2";
in HWTEST_F()
111
EXPECT_EQ(audioSocketThread_.IsUpdatePnpDeviceState(&
event6
), true);
in HWTEST_F()
168
AudioEvent
event6
;
in HWTEST_F()
local
169
event6
.eventType = 1;
in HWTEST_F()
170
event6
in HWTEST_F()
230
AudioEvent
event6
;
HWTEST_F()
local
292
AudioEvent
event6
;
HWTEST_F()
local
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_mouse_key_test.cpp
378
std::shared_ptr<MMI::KeyEvent>
event6
= MMI::KeyEvent::Create();
in HWTEST_F()
local
379
if (!
event6
) {
in HWTEST_F()
382
event6
->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_DIVIDE);
in HWTEST_F()
383
event6
->SetKeyAction(MMI::KeyEvent::KEY_ACTION_DOWN);
in HWTEST_F()
387
event6
->AddKeyItem(item1);
in HWTEST_F()
388
mouseKey_->OnKeyEvent(*
event6
);
in HWTEST_F()
H
A
D
accessibility_gesture_recognizer_test.cpp
354
std::shared_ptr<MMI::KeyEvent>
event6
= MMI::KeyEvent::Create();
in HWTEST_F()
local
355
if (!
event6
) {
in HWTEST_F()
358
event6
->SetKeyCode(MMI::KeyEvent::KEYCODE_NUMPAD_DIVIDE);
in HWTEST_F()
359
event6
->SetKeyAction(MMI::KeyEvent::KEY_ACTION_DOWN);
in HWTEST_F()
363
event6
->AddKeyItem(item1);
in HWTEST_F()
364
mouseKey_->OnPointerEvent(*
event6
);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_source_state_machine_test.cpp
276
DCameraSourceEvent
event6
(DCAMERA_EVENT_START_CAPTURE, g_captureInfoSnap);
in HWTEST_F()
293
ret = stateMachine_ ->Execute(DCAMERA_EVENT_START_CAPTURE,
event6
);
in HWTEST_F()
327
DCameraSourceEvent
event6
(DCAMERA_EVENT_START_CAPTURE, g_captureInfoSnap);
in HWTEST_F()
342
ret = stateMachine_ ->Execute(DCAMERA_EVENT_START_CAPTURE,
event6
);
in HWTEST_F()
Completed in 4 milliseconds