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:SetTimeout
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/common_event_service/services/include/
H
A
D
common_event_control_manager.h
154
bool
SetTimeout
();
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
event_runner.h
271
void
SetTimeout
(int64_t distributeTimeout)
in SetTimeout()
function in OHOS::AppExecFwk::final
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_event_runner_test.cpp
396
runner->
SetTimeout
(timeout);
in HWTEST_F()
/base/telephony/sms_mms/services/mms/
H
A
D
mms_network_client.cpp
260
httpReq.
SetTimeout
(HTTP_TIME_MICRO_SECOND);
in HttpRequest()
/base/notification/common_event_service/services/src/
H
A
D
common_event_control_manager.cpp
637
SetTimeout
();
in SetTime()
641
bool CommonEventControlManager::
SetTimeout
()
in SetTimeout()
function in OHOS::EventFwk::CommonEventControlManager
694
SetTimeout
();
in CurrentOrderedEventTimeout()
/base/notification/common_event_service/services/test/unittest/
H
A
D
common_event_control_manager_test.cpp
164
* @tc.desc: test
SetTimeout
function.
172
EXPECT_EQ(true, commonEventControlManager.
SetTimeout
());
in HWTEST_F()
Completed in 6 milliseconds