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:GetColr
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/cellular_call/interfaces/innerkits/ims/
H
A
D
ims_call_interface.h
521
* @brief
GetColr
IMS
GetColr
interface
528
virtual int32_t
GetColr
(int32_t slotId, int32_t index) = 0;
H
A
D
ims_call_client.h
569
* @brief
GetColr
IMS
GetColr
interface
576
int32_t
GetColr
(int32_t slotId, int32_t index);
H
A
D
ims_call_proxy.h
88
int32_t
GetColr
(int32_t slotId, int32_t index) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H
A
D
ims_call.h
451
* IMS
GetColr
interface
456
int32_t
GetColr
(int32_t slotId) override;
/base/telephony/cellular_call/services/common/src/
H
A
D
supplement_request_ims.cpp
168
return imsCallClient->
GetColr
(slotId, index);
in GetColrRequest()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H
A
D
ims_call_client.cpp
682
int32_t ImsCallClient::
GetColr
(int32_t slotId, int32_t index)
in GetColr()
function in OHOS::Telephony::ImsCallClient
689
return imsCallProxy_->
GetColr
(slotId, index);
in GetColr()
H
A
D
ims_call_proxy.cpp
910
int32_t ImsCallProxy::
GetColr
(int32_t slotId, int32_t index)
in GetColr()
function in OHOS::Telephony::ImsCallProxy
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H
A
D
imsclient_fuzzer.cpp
171
imsCallClient->
GetColr
(slotId, index);
in TestImsCallClientWithSettingFunction()
346
proxy->
GetColr
(slotId, index);
in TestImsCallProxyWithSettingFunction()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H
A
D
ims_call.cpp
716
int32_t ImsCall::
GetColr
(int32_t slotId)
in GetColr()
function in OHOS::Telephony::ImsCall
H
A
D
ims_call_stub.cpp
605
reply.WriteInt32(
GetColr
(slotId));
in OnGetColr()
Completed in 11 milliseconds