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:GetPowerMode
(Results
1 - 18
of
18
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
power_manager.h
35
*
GetPowerMode
().
115
virtual BTPowerMode
GetPowerMode
(const RawAddress &addr) const = 0;
199
BTPowerMode
GetPowerMode
(const RawAddress &addr) const override;
H
A
D
power_device.h
91
BTPowerMode
GetPowerMode
() const;
H
A
D
adapter_manager.h
233
int
GetPowerMode
(const std::string &address) const override;
H
A
D
power_manager.cpp
148
BTPowerMode PowerManager::
GetPowerMode
(const RawAddress &addr) const
in GetPowerMode()
function in OHOS::bluetooth::PowerManager
153
return iter->second->
GetPowerMode
();
in GetPowerMode()
H
A
D
adapter_manager.cpp
805
int AdapterManager::
GetPowerMode
(const std::string &address) const
in GetPowerMode()
function in OHOS::bluetooth::AdapterManager
811
return static_cast<int>(IPowerManager::GetInstance().
GetPowerMode
(addr));
in GetPowerMode()
H
A
D
power_device.cpp
122
BTPowerMode PowerDevice::
GetPowerMode
() const
in GetPowerMode()
function in OHOS::bluetooth::PowerDevice
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_adapter_manager.h
307
virtual int
GetPowerMode
(const std::string &address) const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_remote_device.h
110
int
GetPowerMode
(void) const;
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_remote_device.cpp
106
int BluetoothRemoteDevice::
GetPowerMode
(void) const
in GetPowerMode()
function in OHOS::Bluetooth::BluetoothRemoteDevice
112
return hostProxy->
GetPowerMode
(address_);
in GetPowerMode()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H
A
D
hal_device_manage_test.h
71
virtual int32_t
GetPowerMode
(int32_t& powerMode)
in GetPowerMode()
function in OHOS::Wifi::IChipIfaceTest
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
100
virtual int32_t
GetPowerMode
(const std::string &address) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
95
int32_t
GetPowerMode
(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
75
int32_t
GetPowerMode
(const std::string &address) override;
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
467
EXPECT_GE(device_.
GetPowerMode
(), 0);
in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
1323
int32_t BluetoothHostServer::
GetPowerMode
(const std::string &address)
in GetPowerMode()
function in OHOS::Bluetooth::BluetoothHostServer
1326
return IAdapterManager::GetInstance()->
GetPowerMode
(address);
in GetPowerMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
892
int32_t BluetoothHostProxy::
GetPowerMode
(const std::string &address)
in GetPowerMode()
function in OHOS::Bluetooth::BluetoothHostProxy
896
HILOGE("BluetoothHostProxy::
GetPowerMode
WriteInterfaceToken error");
in GetPowerMode()
900
HILOGE("BluetoothHostProxy::
GetPowerMode
address error");
in GetPowerMode()
907
HILOGE("BluetoothHostProxy::
GetPowerMode
done fail, error: %{public}d", error);
in GetPowerMode()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
703
HILOGE("BluetoothHostStub::
GetPowerMode
address failed");
in GetPowerModeInner()
706
int result =
GetPowerMode
(address);
in GetPowerModeInner()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H
A
D
hal_device_manage.cpp
671
int32_t ret = iface->
GetPowerMode
(model);
in GetPowerModel()
673
LOGE("GetPowerModel, call
GetPowerMode
failed! ret:%{public}d", ret);
in GetPowerModel()
Completed in 19 milliseconds