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:serviceInstance
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_handler.cpp
337
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
in ReportCsCallsData()
local
338
if (
serviceInstance
== nullptr) {
in ReportCsCallsData()
339
TELEPHONY_LOGE("[slot%{public}d]
serviceInstance
is null", slotId_);
in ReportCsCallsData()
349
auto csControl =
serviceInstance
->GetCsControl(slotId_);
in ReportCsCallsData()
364
serviceInstance
->SetCsControl(slotId_, nullptr);
in ReportCsCallsData()
374
serviceInstance
->SetCsControl(slotId_, csControl);
in ReportCsCallsData()
389
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
in ReportImsCallsData()
local
390
if (
serviceInstance
== nullptr) {
in ReportImsCallsData()
391
TELEPHONY_LOGE("[slot%{public}d]
serviceInstance
is null", slotId_);
in ReportImsCallsData()
401
auto imsControl =
serviceInstance
in ReportImsCallsData()
580
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
ReportSatelliteCallsData()
local
710
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
ExecutePostDial()
local
1682
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
UpdateRsrvccStateReport()
local
1767
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
OnRilAdapterHostDied()
local
1801
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
StartCallManagerService()
local
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H
A
D
ims2_test.cpp
756
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
in HWTEST_F()
local
757
if (
serviceInstance
!= nullptr) {
in HWTEST_F()
759
serviceInstance
->SetCsControl(slotId, csControl);
in HWTEST_F()
761
serviceInstance
->SetImsControl(slotId, imsControl);
in HWTEST_F()
763
ASSERT_TRUE(
serviceInstance
->GetCsControl(slotId) == nullptr);
in HWTEST_F()
764
ASSERT_TRUE(
serviceInstance
->GetCsControl(slotId) == nullptr);
in HWTEST_F()
823
auto
serviceInstance
= DelayedSingleton<CellularCallService>::GetInstance();
in HWTEST_F()
local
824
if (
serviceInstance
!= nullptr) {
in HWTEST_F()
826
serviceInstance
->SetCsControl(slotId, csControl);
in HWTEST_F()
828
serviceInstance
in HWTEST_F()
[all...]
/base/security/device_auth/frameworks/inc/lite/
H
A
D
ipc_adapt.h
75
int32_t AddDevAuthServiceToManager(uintptr_t
serviceInstance
);
/base/security/device_auth/frameworks/inc/standard/
H
A
D
ipc_adapt.h
67
int32_t AddDevAuthServiceToManager(uintptr_t
serviceInstance
);
/base/security/device_auth/frameworks/src/
H
A
D
ipc_service.c
1372
uintptr_t
serviceInstance
= 0x0;
in main()
local
1373
ret = CreateServiceInstance(&
serviceInstance
);
in main()
1380
(void)AddMethodMap(
serviceInstance
);
in main()
1381
ret = AddDevAuthServiceToManager(
serviceInstance
);
in main()
1383
DestroyServiceInstance(
serviceInstance
);
in main()
/base/security/device_auth/frameworks/src/lite/
H
A
D
ipc_adapt.c
1453
int32_t AddDevAuthServiceToManager(uintptr_t
serviceInstance
)
in AddDevAuthServiceToManager()
argument
1455
(void)
serviceInstance
;
in AddDevAuthServiceToManager()
/base/security/device_auth/frameworks/src/standard/
H
A
D
ipc_adapt.cpp
1348
int32_t AddDevAuthServiceToManager(uintptr_t
serviceInstance
)
in AddDevAuthServiceToManager()
argument
1360
ServiceDevAuth *servicePtr = reinterpret_cast<ServiceDevAuth *>(
serviceInstance
);
in AddDevAuthServiceToManager()
Completed in 12 milliseconds