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:ConnectService
(Results
1 - 14
of
14
) sorted by relevance
/base/time/time_service/interfaces/inner_api/src/
H
A
D
time_service_client.cpp
116
bool TimeServiceClient::
ConnectService
()
in ConnectService()
function in OHOS::MiscServices::TimeServiceClient
165
if (!
ConnectService
()) {
in SetTime()
177
if (!
ConnectService
()) {
in SetTime()
192
if (!
ConnectService
()) {
in SetTimeV9()
204
if (!
ConnectService
()) {
in SetTimeZone()
216
if (!
ConnectService
()) {
in SetTimeZone()
232
if (!
ConnectService
()) {
in SetTimeZoneV9()
263
if (!
ConnectService
()) {
in CreateTimerV9()
315
if (!
ConnectService
()) {
in StartTimerV9()
347
if (!
ConnectService
()) {
in StopTimerV9()
[all...]
/base/time/time_service/interfaces/inner_api/include/
H
A
D
time_service_client.h
452
TimeServiceClient::GetInstance()->
ConnectService
();
476
bool
ConnectService
();
/base/location/services/location_geocode/geocode/include/
H
A
D
geo_convert_service.h
87
bool
ConnectService
();
/base/location/test/location_geocode/source/
H
A
D
geo_convert_service_test.cpp
390
service_->
ConnectService
();
in HWTEST_F()
400
service_->
ConnectService
();
in HWTEST_F()
412
service_->
ConnectService
();
in HWTEST_F()
/base/telephony/call_manager/services/telephony_interaction/include/
H
A
D
cellular_call_connection.h
547
int32_t
ConnectService
();
/base/telephony/core_service/services/sim/include/
H
A
D
sim_state_handle.h
127
bool
ConnectService
();
/base/location/services/location_geocode/geocode/source/
H
A
D
geo_convert_service.cpp
123
bool GeoConvertService::
ConnectService
()
in ConnectService()
function in OHOS::Location::GeoConvertService
125
LBSLOGD(GEO_CONVERT, "start
ConnectService
");
in ConnectService()
279
} else if (!
ConnectService
()) {
in GetService()
/base/telephony/call_manager/services/telephony_interaction/src/
H
A
D
cellular_call_connection.cpp
53
ConnectService
();
in Init()
91
int32_t CellularCallConnection::
ConnectService
()
in ConnectService()
function in OHOS::Telephony::CellularCallConnection
150
int32_t result =
ConnectService
();
in ReConnectService()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager_connect.cpp
156
int32_t result =
ConnectService
();
in Init()
593
int32_t CallManagerConnect::
ConnectService
()
in ConnectService()
function in OHOS::Telephony::CallManagerConnect
/base/telephony/call_manager/frameworks/native/include/
H
A
D
call_manager_proxy.h
127
int32_t
ConnectService
();
/base/telephony/call_manager/frameworks/native/src/
H
A
D
call_manager_proxy.cpp
89
int32_t result =
ConnectService
();
in Init()
111
int32_t result = proxy->
ConnectService
();
in OnReceiveEvent()
207
int32_t CallManagerProxy::
ConnectService
()
in ConnectService()
function in OHOS::Telephony::CallManagerProxy
267
int32_t result =
ConnectService
();
in ReConnectService()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H
A
D
call_manager_connect.h
500
int32_t
ConnectService
();
/base/telephony/core_service/services/sim/src/
H
A
D
sim_state_handle.cpp
106
ConnectService
();
in Init()
734
bool SimStateHandle::
ConnectService
()
in ConnectService()
function in OHOS::Telephony::SimStateHandle
738
TELEPHONY_LOGE("SimStateHandle::
ConnectService
() GetSystemAbilityManager null");
in ConnectService()
743
TELEPHONY_LOGE("SimStateHandle::
ConnectService
faild");
in ConnectService()
746
TELEPHONY_LOGI("SimStateHandle::
ConnectService
success");
in ConnectService()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H
A
D
zero_branch1_test.cpp
536
ASSERT_NE(cellularCallConnection->
ConnectService
(), TELEPHONY_ERR_SUCCESS);
in HWTEST_F()
Completed in 14 milliseconds