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:TimeWaitHelper
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/services/spam_call/src/
H
A
D
time_wait_helper.cpp
23
TimeWaitHelper
::
TimeWaitHelper
(int16_t waitTime)
in TimeWaitHelper()
function in OHOS::Telephony::TimeWaitHelper
28
TimeWaitHelper
::~
TimeWaitHelper
()
in ~TimeWaitHelper()
30
TELEPHONY_LOGI("~
TimeWaitHelper
: %{public}d", waitTime_);
in ~TimeWaitHelper()
33
void
TimeWaitHelper
::NotifyAll()
in NotifyAll()
36
TELEPHONY_LOGI("
TimeWaitHelper
: %{public}d NotifyAll", waitTime_);
in NotifyAll()
41
bool
TimeWaitHelper
::WaitForResult()
in WaitForResult()
48
TELEPHONY_LOGE("
TimeWaitHelper
: %{public}d time out", waitTime_);
in WaitForResult()
54
TELEPHONY_LOGE("
TimeWaitHelper
in WaitForResult()
[all...]
H
A
D
spam_call_adapter.cpp
44
timeWaitHelper_ = std::make_unique<
TimeWaitHelper
>(WAIT_TIME_FIVE_SECOND);
in SpamCallAdapter()
/base/telephony/call_manager/services/spam_call/include/
H
A
D
time_wait_helper.h
25
class
TimeWaitHelper
{
class
27
TimeWaitHelper
(int16_t waitTime);
28
~
TimeWaitHelper
();
H
A
D
spam_call_adapter.h
57
std::unique_ptr<
TimeWaitHelper
> timeWaitHelper_ {nullptr};
/base/telephony/call_manager/services/call/include/
H
A
D
call_status_manager.h
128
std::unique_ptr<
TimeWaitHelper
> timeWaitHelper_ {nullptr};
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch2_test.cpp
176
TimeWaitHelper
timeWaitHelper(10);
in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H
A
D
call_status_manager.cpp
1488
timeWaitHelper_ = std::make_unique<
TimeWaitHelper
>(WAIT_TIME_THREE_SECOND);
in IsRingOnceCall()
Completed in 5 milliseconds