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:servManager
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_avrcp_tg_server.cpp
96
auto
servManager
= IProfileManager::GetInstance();
in IsEnabled()
local
97
service_ = static_cast<IProfileAvrcpTg *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_TG));
in IsEnabled()
H
A
D
bluetooth_avrcp_ct_server.cpp
275
auto
servManager
= IProfileManager::GetInstance();
in IsEnabled()
local
276
service_ = static_cast<IProfileAvrcpCt *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_CT));
in IsEnabled()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_service.cpp
39
auto
servManager
= IProfileManager::GetInstance();
in GetService()
local
40
return static_cast<HidHostService *>(
servManager
->GetProfileService(PROFILE_NAME_HID_HOST));
in GetService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_service.cpp
502
auto
servManager
= IProfileManager::GetInstance();
in FindTgServiceCallback()
local
503
auto service = static_cast<AvrcpCtService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_CT));
in FindTgServiceCallback()
2185
auto
servManager
= IProfileManager::GetInstance();
in ChannelEventCallback()
local
2186
auto service = static_cast<AvrcpCtService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_CT));
in ChannelEventCallback()
2215
auto
servManager
= IProfileManager::GetInstance();
in ChannelMessageCallback()
local
2216
auto service = static_cast<AvrcpCtService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_CT));
in ChannelMessageCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_service.cpp
38
auto
servManager
= IProfileManager::GetInstance();
in GetService()
local
39
return static_cast<PanService *>(
servManager
->GetProfileService(PROFILE_NAME_PAN));
in GetService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_service.cpp
969
auto
servManager
= IProfileManager::GetInstance();
in FindCtServiceCallback()
local
970
auto service = static_cast<AvrcpTgService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_TG));
in FindCtServiceCallback()
2635
auto
servManager
= IProfileManager::GetInstance();
in GetPlayStatus()
local
2636
auto service = static_cast<AvrcpTgService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_TG));
in GetPlayStatus()
2664
auto
servManager
= IProfileManager::GetInstance();
in GetPlayStatus()
local
2665
auto service = static_cast<AvrcpTgService *>(
servManager
->GetProfileService(PROFILE_NAME_AVRCP_TG));
in GetPlayStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_service.cpp
1235
IProfileManager *
servManager
= IProfileManager::GetInstance();
in GetServiceInstance()
local
1239
service = static_cast<A2dpService *>(
servManager
->GetProfileService(PROFILE_NAME_A2DP_SRC));
in GetServiceInstance()
1241
service = static_cast<A2dpService *>(
servManager
->GetProfileService(PROFILE_NAME_A2DP_SINK));
in GetServiceInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_service.cpp
67
auto
servManager
= IProfileManager::GetInstance();
in GetService()
local
68
return static_cast<HfpHfService *>(
servManager
->GetProfileService(PROFILE_NAME_HFP_HF));
in GetService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_service.cpp
47
auto
servManager
= IProfileManager::GetInstance();
in GetService()
local
48
return static_cast<HfpAgService *>(
servManager
->GetProfileService(PROFILE_NAME_HFP_AG));
in GetService()
Completed in 16 milliseconds