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:mpty
(Results
1 - 22
of
22
) sorted by relevance
/base/telephony/cellular_call/interfaces/innerkits/satellite/
H
A
D
satellite_call_types.h
79
int32_t
mpty
= 0;
member
/base/telephony/call_manager/interfaces/innerkits/
H
A
D
call_manager_info.h
180
int32_t
mpty
= 0;
member
491
int32_t
mpty
= 0;
member
522
mpty
= temp.
mpty
;
in operator =()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
tel_ril_call_parcel.h
88
int32_t
mpty
= 0;
member
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_types.h
264
int32_t
mpty
= 0;
member
/base/telephony/cellular_call/services/common/include/
H
A
D
cellular_call_data_struct.h
248
<
mpty
>: integer type
284
bool
mpty
= false;
member
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
call_status_callback.cpp
61
detailInfo.
mpty
= info.
mpty
;
in UpdateCallReportInfo()
88
detailInfo.
mpty
= (*it).
mpty
;
in UpdateCallsReportInfo()
H
A
D
report_call_info_handler.cpp
75
callDetailInfo.
mpty
= (*iter).
mpty
;
in BuildCallDetailsInfo()
H
A
D
call_status_callback_stub.cpp
201
parcelPtr.
mpty
= data.ReadInt32();
in BuildCallReportInfo()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H
A
D
telephonyinteraction_fuzzer.cpp
78
callReportInfo.
mpty
= static_cast<int32_t>(size % MULTI_PARTY_NUM);
in UpdateCallReportInfo()
92
dataParcel.WriteInt32(callReportInfo.
mpty
);
in UpdateCallReportInfo()
121
info.
mpty
= static_cast<int32_t>(size % MULTI_PARTY_NUM);
in UpdateCallsReportInfo()
136
dataParcel.WriteInt32(info.
mpty
);
in UpdateCallsReportInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H
A
D
hril_vendor_call_defs.h
54
int32_t
mpty
;
member
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H
A
D
satellite_call_callback_proxy.cpp
109
!in.WriteInt32(call.mode) || !in.WriteInt32(call.
mpty
) || !in.WriteInt32(call.voiceDomain) ||
in GetSatelliteCallsDataResponse()
H
A
D
satellite_call_callback_stub.cpp
160
call.
mpty
= data.ReadInt32();
in OnGetSatelliteCallsDataResponseInner()
/base/telephony/cellular_call/services/control/src/
H
A
D
satellite_control.cpp
274
callReportInfo.
mpty
= callInfo.
mpty
;
in EncapsulationCallReportInfo()
H
A
D
cs_control.cpp
551
callReportInfo.
mpty
= callInfo.
mpty
;
in EncapsulationCallReportInfo()
H
A
D
ims_control.cpp
520
callReportInfo.
mpty
= callInfo.
mpty
;
in EncapsulationCallReportInfo()
/base/telephony/call_manager/services/call/src/
H
A
D
call_status_manager.cpp
199
if (it.state != it1.state || it.
mpty
!= it1.
mpty
|| it.callType != it1.callType
in HandleCallsReportInfo()
707
if (info.
mpty
== 1 && conferenceCallList.size() > 1) {
in ActiveHandle()
783
if (info.
mpty
== 1) {
in HoldingHandle()
909
if (it.
mpty
== 1) {
in GetConferenceCallList()
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_status_callback_proxy.cpp
45
dataParcel.WriteInt32(info.
mpty
);
in UpdateCallReportInfo()
89
dataParcel.WriteInt32(it.
mpty
);
in UpdateCallsReportInfo()
/base/telephony/core_service/services/tel_ril/src/
H
A
D
tel_ril_call.cpp
693
call.
mpty
= info.
mpty
;
in BuildCallInfoList()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_callback_proxy.cpp
164
!in.WriteInt32(call.mode) || !in.WriteInt32(call.
mpty
) || !in.WriteInt32(call.voiceDomain) ||
in GetImsCallsDataResponse()
H
A
D
ims_call_callback_stub.cpp
346
call.
mpty
= data.ReadInt32();
in OnGetImsCallsDataResponseInner()
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_call.cpp
426
callInfo.
mpty
= curPtr->
mpty
;
in BuildICallList()
/base/telephony/ril_adapter/services/vendor/src/
H
A
D
at_call.c
99
if (NextInt(&pLine, &outCall->
mpty
) < 0) {
in CallCmdCLCC()
Completed in 26 milliseconds