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:chld
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H
A
D
telephone_service.h
59
virtual void ProcessChld(int
chld
)
in ProcessChld()
argument
93
bool ProcessChld(int
chld
)
in ProcessChld()
argument
206
void NotifyProcessChld(int
chld
)
in NotifyProcessChld()
argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_system_interface.h
97
* @param
chld
The value of the
chld
.
100
bool HoldCall(int
chld
) const;
334
* @brief handle
chld
command
336
* @param
chld
chld
operation
340
bool HandleChld(int
chld
) const;
423
* @brief add for pts
chld
command
425
* @param
chld
chle operation
429
bool HandleChldMock(int
chld
) cons
[all...]
H
A
D
hfp_ag_command_processor.cpp
284
int
chld
= StoiTryCatch(dataConn, arg);
in ChldSetter()
local
285
LOG_INFO("[HFP AG] ChldSetter
chld
= %{public}d, arg = %{public}s",
chld
, arg.c_str());
in ChldSetter()
288
if (
chld
!= CHLD_RELEASE_ALL_HELD_CALLS &&
chld
!= CHLD_RELEASE_ACTIVE_ACCPET_OTHER &&
in ChldSetter()
289
chld
!= CHLD_RELEASE_HOLD_ACCPET_OTHER &&
chld
!= CHLD_ADD_CALL_TO_CONVERSATION &&
in ChldSetter()
290
chld
!= CHLD_CONNECT_TWO_CALL &&
chld
!= CHLD_RELEASE_INDEX_ONE &&
chld
!
in ChldSetter()
[all...]
H
A
D
hfp_ag_system_interface.cpp
180
bool HfpAgSystemInterface::HoldCall(int
chld
) const
in HoldCall()
183
return HandleChld(
chld
);
in HoldCall()
645
bool HfpAgSystemInterface::HandleChldMock(int
chld
) const
in HandleChldMock()
649
if (
chld
== ATCHLD_RELEASE_HOLD_ACCPET_OTHER) {
in HandleChldMock()
658
} else if (
chld
== ATCHLD_ADD_CALL_TO_CONVERSATION) {
in HandleChldMock()
916
bool HfpAgSystemInterface::HandleChld(int
chld
) const
in HandleChld()
920
return HandleChldMock(
chld
);
in HandleChld()
933
if (
chld
== ATCHLD_RELEASE_ALL_HELD_CALLS) {
in HandleChld()
938
} else if (
chld
== ATCHLD_RELEASE_ACTIVE_ACCPET_OTHER) {
in HandleChld()
947
} else if (
chld
in HandleChld()
[all...]
H
A
D
hfp_ag_system_event_processer.h
124
* @param
chld
The value of the CHLD command.
126
void ProcessHoldCallEvent(int
chld
) const;
H
A
D
hfp_ag_profile_event_sender.h
90
* @param
chld
Value of the CHLD.
92
void HoldCall(const std::string &device, int
chld
) const;
H
A
D
hfp_ag_profile_event_sender.cpp
99
void HfpAgProfileEventSender::HoldCall(const std::string &device, int
chld
) const
in HoldCall()
101
HfpAgMessage msg(HFP_AG_CONTROL_OTHER_MODULES_EVT,
chld
);
in HoldCall()
H
A
D
hfp_ag_system_event_processer.cpp
227
void HfpAgSystemEventProcesser::ProcessHoldCallEvent(int
chld
) const
in ProcessHoldCallEvent()
229
bool result = systemInterface_.HoldCall(
chld
);
in ProcessHoldCallEvent()
Completed in 6 milliseconds