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:GetScoState
(Results
1 - 25
of
32
) sorted by relevance
1
2
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_hfp_hf.h
34
static napi_value
GetScoState
(napi_env env, napi_callback_info info);
H
A
D
napi_bluetooth_hfp_ag.h
37
static napi_value
GetScoState
(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_hfp_ag.h
36
virtual int
GetScoState
(const BluetoothRawAddress &device) = 0;
H
A
D
i_bluetooth_hfp_hf.h
34
virtual int
GetScoState
(const BluetoothRawAddress &device) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_hfp_ag_server.h
37
int
GetScoState
(const BluetoothRawAddress &device) override;
H
A
D
bluetooth_hfp_hf_server.h
36
int
GetScoState
(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_profile_hfp_ag.h
165
virtual int
GetScoState
(const RawAddress &device) = 0;
H
A
D
interface_profile_hfp_hf.h
226
virtual int
GetScoState
(const RawAddress &device) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_hfp_hf_proxy.h
32
int
GetScoState
(const BluetoothRawAddress &device) override;
H
A
D
bluetooth_hfp_ag_proxy.h
33
int
GetScoState
(const BluetoothRawAddress &device) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H
A
D
napi_bluetooth_hfp_ag.cpp
48
DECLARE_NAPI_FUNCTION("getScoState",
GetScoState
),
in DefineHandsFreeAudioGatewayJSClass()
173
napi_value NapiHandsFreeAudioGateway::
GetScoState
(napi_env env, napi_callback_info info)
in GetScoState()
function in OHOS::Bluetooth::NapiHandsFreeAudioGateway
197
int state = profile->
GetScoState
(device);
in GetScoState()
H
A
D
napi_bluetooth_hfp_hf.cpp
39
DECLARE_NAPI_FUNCTION("getScoState",
GetScoState
),
in DefineHandsFreeUnitJSClass()
133
napi_value NapiHandsFreeUnit::
GetScoState
(napi_env env, napi_callback_info info)
in GetScoState()
function in OHOS::Bluetooth::NapiHandsFreeUnit
157
int state = profile->
GetScoState
(device);
in GetScoState()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_hfp_hf.h
224
int
GetScoState
(const BluetoothRemoteDevice &device) const;
H
A
D
bluetooth_hfp_ag.h
192
int
GetScoState
(const BluetoothRemoteDevice &device) const;
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
117
std::to_string(HandsFreeUnit::GetProfile()->
GetScoState
(devices[i])).c_str());
in AddDevicesToArray()
120
std::to_string(HandsFreeAudioGateway::GetProfile()->
GetScoState
(devices[i])).c_str());
in AddDevicesToArray()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_service.h
194
int
GetScoState
(const RawAddress &device) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hfp_ag.cpp
186
int
GetScoState
(const BluetoothRemoteDevice &device)
in GetScoState()
function
191
return proxy->
GetScoState
(BluetoothRawAddress(device.GetDeviceAddr()));
in GetScoState()
510
int HandsFreeAudioGateway::
GetScoState
(const BluetoothRemoteDevice &device) const
in GetScoState()
function in OHOS::Bluetooth::HandsFreeAudioGateway
521
return pimpl->
GetScoState
(device);
in GetScoState()
H
A
D
bluetooth_hfp_hf.cpp
209
int
GetScoState
(const BluetoothRemoteDevice &device)
in GetScoState()
function
214
return proxy->
GetScoState
(BluetoothRawAddress(device.GetDeviceAddr()));
in GetScoState()
541
int HandsFreeUnit::
GetScoState
(const BluetoothRemoteDevice &device) const
in GetScoState()
function in OHOS::Bluetooth::HandsFreeUnit
551
return pimpl->
GetScoState
(device);
in GetScoState()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_hfp_ag_server.cpp
256
int BluetoothHfpAgServer::
GetScoState
(const BluetoothRawAddress &device)
in GetScoState()
function in OHOS::Bluetooth::BluetoothHfpAgServer
261
return pimpl->HfpAgService_->
GetScoState
(addr);
in GetScoState()
H
A
D
bluetooth_hfp_hf_server.cpp
249
int BluetoothHfpHfServer::
GetScoState
(const BluetoothRawAddress &device) {
in GetScoState()
function in OHOS::Bluetooth::BluetoothHfpHfServer
253
return pimpl->HfpHfService_->
GetScoState
(addr);
in GetScoState()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_service.h
198
int
GetScoState
(const RawAddress &device) override;
/foundation/communication/bluetooth_service/test/unittest/hfp/
H
A
D
hfp_hf_test.cpp
170
* @tc.name:
GetScoState
179
EXPECT_EQ(profile_->
GetScoState
(device), 0);
in HWTEST_F()
H
A
D
hfp_ag_test.cpp
187
* @tc.name:
GetScoState
196
int state = profile_->
GetScoState
(device);
in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_device_manager.h
75
bool
GetScoState
();
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_hfp_ag_proxy.cpp
125
int BluetoothHfpAgProxy::
GetScoState
(const BluetoothRawAddress &device)
in GetScoState()
function in OHOS::Bluetooth::BluetoothHfpAgProxy
Completed in 25 milliseconds
1
2