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:eventContent_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H
A
D
dcamera_event_cmd.cpp
44
cJSON_AddStringToObject(event, "EventContent", value_->
eventContent_
.c_str());
in Marshal()
102
event->
eventContent_
= eventContent->valuestring;
in Unmarshal()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H
A
D
dcamera_event_cmd.h
28
std::string
eventContent_
;
member in OHOS::DistributedHardware::DCameraEvent
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/include/
H
A
D
dscreen_sink_stub_test.h
47
std::string
eventContent_
;
member in OHOS::DistributedHardware::DScreenSinkStubTest::TestDScreenSinkStub
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/include/
H
A
D
dscreen_source_stub_test.h
54
std::string
eventContent_
;
member in OHOS::DistributedHardware::DScreenSourceStubTest::TestDScreenSourceStub
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H
A
D
image_source_encoder.cpp
92
eventContent_
.clear();
in ConsumeSurface()
93
eventContent_
= imageSetDirtyPtr_->GetDamage();
in ConsumeSurface()
95
std::vector<OHOS::Rect> damages = VecToDamage(
eventContent_
);
in ConsumeSurface()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H
A
D
image_source_encoder.h
90
std::vector<std::vector<int32_t>>
eventContent_
;
member in OHOS::DistributedHardware::ImageSourceEncoder
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/dscreenservice/src/
H
A
D
dscreen_sink_stub_test.cpp
72
eventContent_
= eventContent;
in DScreenNotify()
185
EXPECT_STREQ(eventContent.c_str(), ((sptr<TestDScreenSinkStub> &)sinkStubPtr)->
eventContent_
.c_str());
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H
A
D
dscreen_source_stub_test.cpp
89
eventContent_
= eventContent;
in DScreenNotify()
274
EXPECT_STREQ(eventContent.c_str(), ((sptr<TestDScreenSourceStub> &)sourceStubPtr)->
eventContent_
.c_str());
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H
A
D
dcamera_source_controller.cpp
226
hdiEvent.content_ = events->
eventContent_
;
in DCameraNotify()
230
events->eventType_, events->eventResult_, events->
eventContent_
.c_str());
in DCameraNotify()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_source_controller_test.cpp
360
events->
eventContent_
= "controllerTest012";
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_controller.cpp
660
event->
eventContent_
= reason;
in DCameraNotifyInner()
Completed in 7 milliseconds