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:commonEventData
(Results
1 - 9
of
9
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedcommonevent_fuzzer/
H
A
D
resschedcommonevent_fuzzer.cpp
152
EventFwk::CommonEventData
commonEventData
;
in ResSchedCommonEventSwitchFuzzTest()
local
154
commonEventData
.SetWant(want);
in ResSchedCommonEventSwitchFuzzTest()
159
commonEventData
.SetWant(eventWant);
in ResSchedCommonEventSwitchFuzzTest()
162
eventController->OnReceiveEvent(
commonEventData
);
in ResSchedCommonEventSwitchFuzzTest()
189
EventFwk::CommonEventData
commonEventData
;
in ResSchedCommonReceiveEventFuzzTest()
local
192
commonEventData
.SetWant(want);
in ResSchedCommonReceiveEventFuzzTest()
193
commonEventData
.SetData(eventData);
in ResSchedCommonReceiveEventFuzzTest()
194
commonEventData
.SetCode(code);
in ResSchedCommonReceiveEventFuzzTest()
197
eventController->OnReceiveEvent(
commonEventData
);
in ResSchedCommonReceiveEventFuzzTest()
226
EventFwk::CommonEventData
commonEventData
;
in ResSchedPkgCommonEventFuzzTest()
local
260
EventFwk::CommonEventData
commonEventData
;
ResSchedPkgOtherCommonEventFuzzTest()
local
[all...]
/foundation/window/window_manager/window_scene/session_manager/src/publish/
H
A
D
scb_dump_subscriber.cpp
52
EventFwk::CommonEventData
commonEventData
;
in Publish()
local
53
commonEventData
.SetWant(want);
in Publish()
54
commonEventData
.SetCode(0);
in Publish()
55
commonEventData
.SetData(cmd);
in Publish()
62
bool ret = EventFwk::CommonEventManager::PublishCommonEvent(
commonEventData
, publishInfo, nullptr);
in Publish()
/foundation/resourceschedule/device_standby/services/notification/src/
H
A
D
standby_state_subscriber.cpp
125
EventFwk::CommonEventData
commonEventData
;
in NotifyIdleModeByCommonEvent()
local
126
commonEventData
.SetWant(want);
in NotifyIdleModeByCommonEvent()
127
if (!EventFwk::CommonEventManager::PublishCommonEvent(
commonEventData
)) {
in NotifyIdleModeByCommonEvent()
183
EventFwk::CommonEventData
commonEventData
;
in NotifyAllowChangedByCommonEvent()
local
184
commonEventData
.SetWant(want);
in NotifyAllowChangedByCommonEvent()
185
if (!EventFwk::CommonEventManager::PublishCommonEvent(
commonEventData
)) {
in NotifyAllowChangedByCommonEvent()
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_common_event_data.cpp
78
CommonEventData*
commonEventData
= new CommonEventData();
in Unmarshalling()
local
80
return
commonEventData
;
in Unmarshalling()
H
A
D
mock_common_event_manager.cpp
63
bool CommonEventManager::GetStickyCommonEvent(const std::string& event, CommonEventData&
commonEventData
)
in GetStickyCommonEvent()
argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/broadcaster/src/
H
A
D
broadcast_sender_impl.cpp
52
CommonEventData
commonEventData
(want);
in SendEvent()
58
result = CommonEventManager::PublishCommonEvent(
commonEventData
);
in SendEvent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/moduletest/
H
A
D
distributeddata_account_event_test.cpp
85
CommonEventData
commonEventData
(want);
in HarmonyAccountLogin()
97
CommonEventData
commonEventData
(want);
in HarmonyAccountLogout()
109
CommonEventData
commonEventData
(want);
in HarmonyAccountDelete()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_service.cpp
510
EventFwk::CommonEventData
commonEventData
{ want };
in NotifyBundleScanStatus()
511
if (!EventFwk::CommonEventManager::PublishCommonEvent(
commonEventData
)) {
in NotifyBundleScanStatus()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_pair.cpp
54
EventFwk::CommonEventData
commonEventData
;
in SendSplitScreenCommonEvent()
local
55
commonEventData
.SetWant(want);
in SendSplitScreenCommonEvent()
56
EventFwk::CommonEventManager::PublishCommonEvent(
commonEventData
);
in SendSplitScreenCommonEvent()
Completed in 5 milliseconds