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:impu
(Results
1 - 5
of
5
) sorted by relevance
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_interface.h
571
* @brief Get
impu
which come form network
575
* @param
impu
the result of
impu
578
virtual int32_t GetUtImpuFromNetwork(int32_t slotId, std::string &
impu
) = 0;
H
A
D
ims_call_client.h
611
* @brief Get
impu
which come form network
615
* @param
impu
the result of
impu
618
int32_t GetUtImpuFromNetwork(int32_t slotId, std::string &
impu
);
H
A
D
ims_call_proxy.h
94
int32_t GetUtImpuFromNetwork(int32_t slotId, std::string &
impu
) override;
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_client.cpp
788
int32_t ImsCallClient::GetUtImpuFromNetwork(int32_t slotId, std::string &
impu
)
in GetUtImpuFromNetwork()
argument
795
return imsCallProxy_->GetUtImpuFromNetwork(slotId,
impu
);
in GetUtImpuFromNetwork()
H
A
D
ims_call_proxy.cpp
1002
int32_t ImsCallProxy::GetUtImpuFromNetwork(int32_t slotId, std::string &
impu
)
in GetUtImpuFromNetwork()
argument
1009
if (!in.WriteString(
impu
)) {
in GetUtImpuFromNetwork()
1010
TELEPHONY_LOGE("[slot%{public}d]Write
impu
fail!", slotId);
in GetUtImpuFromNetwork()
Completed in 5 milliseconds