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:ProcessCallEnded
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_data/services/include/state_machine/
H
A
D
incall_data_state_machine.h
84
bool
ProcessCallEnded
(const AppExecFwk::InnerEvent::Pointer &event);
94
[this](const AppExecFwk::InnerEvent::Pointer &data) { return
ProcessCallEnded
(data); } },
115
bool
ProcessCallEnded
(const AppExecFwk::InnerEvent::Pointer &event);
125
[this](const AppExecFwk::InnerEvent::Pointer &data) { return
ProcessCallEnded
(data); } },
/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
H
A
D
updateincalldatamachine_fuzzer.cpp
63
idleState->
ProcessCallEnded
(event);
in IdleStateMachineFuzz()
104
secondaryActiveState->
ProcessCallEnded
(event);
in ActivatingSecondaryStateMachineFuzz()
146
secondaryActiveState->
ProcessCallEnded
(event);
in ActivatedSecondaryStateMachineFuzz()
189
idleState->
ProcessCallEnded
(event);
in DeactivatingSecondaryStateMachineFuzz()
/base/telephony/cellular_data/services/src/state_machine/
H
A
D
incall_data_state_machine.cpp
219
bool IdleState::
ProcessCallEnded
(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessCallEnded()
function in OHOS::Telephony::IdleState
315
bool SecondaryActiveState::
ProcessCallEnded
(const AppExecFwk::InnerEvent::Pointer &event)
in ProcessCallEnded()
function in OHOS::Telephony::SecondaryActiveState
/base/telephony/cellular_data/test/
H
A
D
cellular_state_machine_test.cpp
254
result = idleState->
ProcessCallEnded
(event);
in HWTEST_F()
487
bool result = secondaryActiveState->
ProcessCallEnded
(event);
in HWTEST_F()
508
bool result = secondaryActiveState->
ProcessCallEnded
(event);
in HWTEST_F()
511
result = secondaryActiveState->
ProcessCallEnded
(event);
in HWTEST_F()
532
bool result = secondaryActiveState->
ProcessCallEnded
(event);
in HWTEST_F()
H
A
D
zero_branch_test.cpp
1547
ASSERT_TRUE(idleState->
ProcessCallEnded
(event));
in HWTEST_F()
1576
ASSERT_TRUE(secondaryActiveState->
ProcessCallEnded
(event));
in HWTEST_F()
1606
ASSERT_TRUE(secondaryActiveState->
ProcessCallEnded
(event));
in HWTEST_F()
Completed in 9 milliseconds