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:SetRilCallback
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_base.cpp
161
void HRilBase::
SetRilCallback
(const sptr<HDI::Ril::V1_3::IRilCallback> &callback)
in SetRilCallback()
function in OHOS::Telephony::HRilBase
H
A
D
hril_manager.cpp
372
void HRilManager::
SetRilCallback
(sptr<OHOS::HDI::Ril::V1_3::IRilCallback> callback)
in SetRilCallback()
function in OHOS::Telephony::HRilManager
374
TELEPHONY_LOGD("
SetRilCallback
");
in SetRilCallback()
376
hrilCall_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
377
hrilModem_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
378
hrilNetwork_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
379
hrilSim_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
380
hrilSms_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
381
hrilData_[slotId]->
SetRilCallback
(callback);
in SetRilCallback()
/base/telephony/ril_adapter/services/hril/include/
H
A
D
hril_base.h
51
void
SetRilCallback
(const sptr<HDI::Ril::V1_3::IRilCallback> &callback);
H
A
D
hril_manager.h
69
void
SetRilCallback
(const sptr<OHOS::HDI::Ril::V1_3::IRilCallback> callback);
Completed in 5 milliseconds