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:IProfile
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_socket.h
47
class IProfileSocket : public
IProfile
{
75
using
IProfile
::Connect;
H
A
D
interface_profile_gatt_server.h
160
class IProfileGattServer : public
IProfile
{
277
using
IProfile
::Connect;
278
using
IProfile
::Disconnect;
H
A
D
interface_profile_gatt_client.h
144
class IProfileGattClient : public
IProfile
{
274
using
IProfile
::Connect;
275
using
IProfile
::Disconnect;
H
A
D
interface_profile.h
84
class
IProfile
{
class
87
* @brief A destructor used to delete the <b>
IProfile
</b> instance.
91
virtual ~
IProfile
() = default;
H
A
D
interface_profile_manager.h
70
virtual
IProfile
*GetProfileService(const std::string &name) const = 0;
H
A
D
interface_profile_pan.h
58
class IProfilePan : public
IProfile
{
H
A
D
interface_profile_hid_host.h
58
class IProfileHidHost : public
IProfile
{
H
A
D
interface_profile_hfp_ag.h
131
class IProfileHfpAg : public
IProfile
{
H
A
D
interface_profile_a2dp_src.h
140
class IProfileA2dp : public
IProfile
{
H
A
D
interface_profile_hfp_hf.h
174
class IProfileHfpHf : public
IProfile
{
H
A
D
interface_profile_avrcp_tg.h
40
class IProfileAvrcpTg : public
IProfile
{
H
A
D
interface_profile_avrcp_ct.h
39
class IProfileAvrcpCt : public
IProfile
{
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
profile_service_manager.cpp
95
ProfilesList<
IProfile
*> startedProfiles_ = {};
130
IProfile
*profile = ClassCreator<
IProfile
>::NewInstance(sp.name_);
in CreateClassicProfileServices()
150
IProfile
*bredrProfile = nullptr;
in CreateBleProfileServices()
159
IProfile
*newProfile = ClassCreator<
IProfile
>::NewInstance(sp.name_);
in CreateBleProfileServices()
178
IProfile
*profile = nullptr;
in Stop()
196
IProfile
*ProfileServiceManager::GetProfileService(const std::string &name) const
in GetProfileService()
198
IProfile
*profile = nullptr;
in GetProfileService()
289
IProfile
*profil
in EnableProfiles()
[all...]
H
A
D
profile_service_manager.h
83
IProfile
*GetProfileService(const std::string &name) const override;
Completed in 6 milliseconds