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:EVENT_ID
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/auto_fill_manager_test/
H
A
D
auto_fill_manager_test.cpp
32
const int32_t
EVENT_ID
= 1;
member
135
manager.SetTimeOutEvent(
EVENT_ID
);
in HWTEST_F()
151
manager.SetTimeOutEvent(
EVENT_ID
);
in HWTEST_F()
153
manager.RemoveEvent(
EVENT_ID
);
in HWTEST_F()
169
manager.RemoveEvent(
EVENT_ID
);
in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H
A
D
formcachemgr_fuzzer.cpp
36
constexpr int64_t
EVENT_ID
= 2;
member
57
formEventHandler.ProcessEvent(EVENT_MSG,
EVENT_ID
);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H
A
D
form_supply_callback_test.cpp
306
constexpr int64_t
EVENT_ID
= 2;
in HWTEST_F()
local
308
formEventHandler.ProcessEvent(EVENT_MSG,
EVENT_ID
);
in HWTEST_F()
326
constexpr int64_t
EVENT_ID
= 2;
in HWTEST_F()
local
328
formEventHandler.ProcessEvent(EVENT_MSG,
EVENT_ID
);
in HWTEST_F()
348
constexpr int64_t
EVENT_ID
= 2;
in HWTEST_F()
local
350
formEventHandler.ProcessEvent(EVENT_MSG,
EVENT_ID
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/
H
A
D
app_mgr_service_event_handler_test.cpp
32
const int
EVENT_ID
= 10;
member
41
if (event.GetEventId() ==
EVENT_ID
) {
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
local_ability_manager_proxy_test.cpp
34
const std::string
EVENT_ID
= "eventId";
member
238
activeReason[
EVENT_ID
] = TEST_STRING;
in HWTEST_F()
271
idleReason[
EVENT_ID
] = TEST_STRING;
in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H
A
D
local_ability_manager_stub_test.cpp
39
constexpr const char*
EVENT_ID
= "eventId";
member
527
reasonJson[
EVENT_ID
] = 1;
in HWTEST_F()
531
onDemandStartReason.SetId(reasonJson[
EVENT_ID
]);
in HWTEST_F()
H
A
D
system_ability_test.cpp
35
const std::string
EVENT_ID
= "eventId";
member
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
local_ability_manager.cpp
73
constexpr const char*
EVENT_ID
= "eventId";
member
529
if (reasonJson.contains(
EVENT_ID
) && reasonJson[
EVENT_ID
].is_number()) {
in JsonToOnDemandReason()
530
onDemandStartReason.SetId(reasonJson[
EVENT_ID
]);
in JsonToOnDemandReason()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H
A
D
distributed_device_profile_service.cpp
51
const std::string
EVENT_ID
= "eventId";
member
/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H
A
D
fms_form_refresh_connection_test.cpp
535
constexpr int64_t
EVENT_ID
= 2;
in HWTEST_F()
local
537
formEventHandler->ProcessEvent(EVENT_MSG,
EVENT_ID
);
in HWTEST_F()
Completed in 12 milliseconds