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:IProfileAvrcpTg
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_service.cpp
54
IProfileAvrcpTg
*service = GetService();
in OnSetAddressedPlayer()
67
IProfileAvrcpTg
*service = GetService();
in OnSetBrowsedPlayer()
79
IProfileAvrcpTg
*service = GetService();
in OnGetPlayerAppSettingAttributes()
91
IProfileAvrcpTg
*service = GetService();
in OnGetPlayerAppSettingValues()
103
IProfileAvrcpTg
*service = GetService();
in OnGetPlayerAppSettingCurrentValue()
114
IProfileAvrcpTg
*service = GetService();
in OnSetPlayerAppSettingCurrentValue()
126
IProfileAvrcpTg
*service = GetService();
in OnGetPlayerAppSettingAttributeText()
138
IProfileAvrcpTg
*service = GetService();
in OnGetPlayerAppSettingValueText()
150
IProfileAvrcpTg
*service = GetService();
in OnGetElementAttributes()
162
IProfileAvrcpTg
*servic
in OnGetPlayStatus()
[all...]
H
A
D
avrcp_tg_service.h
51
class AvrcpTgService : public
IProfileAvrcpTg
, public utility::Context {
340
IProfileAvrcpTg
*GetService(void);
362
IProfileAvrcpTg
*GetService(void);
387
IProfileAvrcpTg
*GetService(void);
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_avrcp_tg_server.cpp
47
class ObserverImpl : public
IProfileAvrcpTg
::IObserver {
66
service_ = static_cast<
IProfileAvrcpTg
*>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG));
in impl()
81
service_ = static_cast<
IProfileAvrcpTg
*>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG));
in ~impl()
97
service_ = static_cast<
IProfileAvrcpTg
*>(servManager->GetProfileService(PROFILE_NAME_AVRCP_TG));
in IsEnabled()
111
service_ = static_cast<
IProfileAvrcpTg
*>(svManager->GetProfileService(PROFILE_NAME_AVRCP_TG));
in OnSystemStateChange()
142
IProfileAvrcpTg
*service_;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_avrcp_tg.h
40
class
IProfileAvrcpTg
: public IProfile {
class
43
* @brief This abstract class declares a set of methods for observing the class of the <b>
IProfileAvrcpTg
</b>.
50
* @brief A constructor used to create an <b>
IProfileAvrcpTg
::IObserver</b> instance.
57
* @brief A destructor used to delete the <b>
IProfileAvrcpTg
::IObserver</b> instance.
Completed in 6 milliseconds