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:serviceMgr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_sink_server.cpp
70
IProfileManager *
serviceMgr
= IProfileManager::GetInstance();
variable
78
if (
serviceMgr
!= nullptr) {
80
(IProfileA2dpSnk *)
serviceMgr
->GetProfileService(PROFILE_NAME_A2DP_SINK);
115
IProfileManager *
serviceMgr
= IProfileManager::GetInstance();
in BluetoothA2dpSinkServer()
local
116
if (
serviceMgr
!= nullptr) {
in BluetoothA2dpSinkServer()
117
pimpl->a2dpSnkService_ = (IProfileA2dpSnk *)
serviceMgr
->GetProfileService(PROFILE_NAME_A2DP_SINK);
in BluetoothA2dpSinkServer()
H
A
D
bluetooth_hfp_ag_server.cpp
105
IProfileManager*
serviceMgr
= IProfileManager::GetInstance();
variable
108
if (
serviceMgr
!= nullptr) {
109
pimpl_->HfpAgService_ = (IProfileHfpAg*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_AG);
116
if (
serviceMgr
!= nullptr) {
117
pimpl_->HfpAgService_ = (IProfileHfpAg*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_AG);
145
IProfileManager*
serviceMgr
= IProfileManager::GetInstance();
in BluetoothHfpAgServer()
local
146
if (
serviceMgr
!= nullptr) {
in BluetoothHfpAgServer()
147
pimpl->HfpAgService_ = (IProfileHfpAg*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_AG);
in BluetoothHfpAgServer()
H
A
D
bluetooth_hfp_hf_server.cpp
136
IProfileManager*
serviceMgr
= IProfileManager::GetInstance();
variable
139
if (
serviceMgr
!= nullptr) {
140
pimpl_->HfpHfService_ = (IProfileHfpHf*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_HF);
147
if (
serviceMgr
!= nullptr) {
148
pimpl_->HfpHfService_ = (IProfileHfpHf*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_HF);
175
IProfileManager*
serviceMgr
= IProfileManager::GetInstance();
in BluetoothHfpHfServer()
local
176
if (
serviceMgr
!= nullptr) {
in BluetoothHfpHfServer()
177
pimpl->HfpHfService_ = (IProfileHfpHf*)
serviceMgr
->GetProfileService(PROFILE_NAME_HFP_HF);
in BluetoothHfpHfServer()
H
A
D
bluetooth_a2dp_source_server.cpp
112
IProfileManager *
serviceMgr
= IProfileManager::GetInstance();
variable
120
if (
serviceMgr
!= nullptr) {
122
(IProfileA2dpSrc *)
serviceMgr
->GetProfileService(PROFILE_NAME_A2DP_SRC);
158
IProfileManager *
serviceMgr
= IProfileManager::GetInstance();
in BluetoothA2dpSourceServer()
local
159
if (
serviceMgr
!= nullptr) {
in BluetoothA2dpSourceServer()
160
pimpl->a2dpSrcService_ = (IProfileA2dpSrc *)
serviceMgr
->GetProfileService(PROFILE_NAME_A2DP_SRC);
in BluetoothA2dpSourceServer()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H
A
D
wifi_hdi_wpa_proxy.c
239
struct HDIServiceManager*
serviceMgr
= HDIServiceManagerGet();
in RegistHdfDeathCallBack()
local
240
if (
serviceMgr
== NULL) {
in RegistHdfDeathCallBack()
244
struct HdfRemoteService* remote =
serviceMgr
->GetService(
serviceMgr
, HDI_WPA_SERVICE_NAME);
in RegistHdfDeathCallBack()
245
HDIServiceManagerRelease(
serviceMgr
);
in RegistHdfDeathCallBack()
625
struct HDIServiceManager*
serviceMgr
= HDIServiceManagerGet();
in RegistHdfApDeathCallBack()
local
626
if (
serviceMgr
== NULL) {
in RegistHdfApDeathCallBack()
630
struct HdfRemoteService* remote =
serviceMgr
->GetService(
serviceMgr
, HDI_AP_SERVICE_NAME);
in RegistHdfApDeathCallBack()
631
HDIServiceManagerRelease(
serviceMgr
);
in RegistHdfApDeathCallBack()
[all...]
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H
A
D
app_mgr_client.h
189
void SetServiceManager(std::unique_ptr<AppServiceManager>
serviceMgr
);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H
A
D
hal_device_manage.cpp
1544
struct HDIServiceManager *
serviceMgr
= HDIServiceManagerGet();
in AddChipHdiDeathRecipient()
local
1545
if (
serviceMgr
== nullptr) {
in AddChipHdiDeathRecipient()
1550
g_chipHdiService =
serviceMgr
->GetService(
serviceMgr
, CHIP_SERVICE_NAME);
in AddChipHdiDeathRecipient()
1551
HDIServiceManagerRelease(
serviceMgr
);
in AddChipHdiDeathRecipient()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
app_mgr_client.cpp
40
void SetServiceManager(std::unique_ptr<AppServiceManager>
serviceMgr
)
in SetServiceManager()
argument
43
serviceManager_ = std::move(
serviceMgr
);
in SetServiceManager()
559
void AppMgrClient::SetServiceManager(std::unique_ptr<AppServiceManager>
serviceMgr
)
in SetServiceManager()
argument
564
mgrHolder_->SetServiceManager(std::move(
serviceMgr
));
in SetServiceManager()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H
A
D
app_mgr_client.h
895
void SetServiceManager(std::unique_ptr<AppServiceManager>
serviceMgr
);
Completed in 12 milliseconds