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:Opp
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_opp.cpp
80
struct
Opp
::impl {
245
Opp
::
Opp
()
in Opp()
function in OHOS::Bluetooth::Opp
250
Opp
::~
Opp
()
in ~Opp()
253
Opp
*
Opp
::GetProfile()
in GetProfile()
256
static BluetoothNoDestructor<
Opp
> instance;
in GetProfile()
259
static
Opp
instance;
in GetProfile()
264
int32_t
Opp
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H
A
D
napi_bluetooth_opp.cpp
75
Opp
*profile =
Opp
::GetProfile();
in CreateOppServerProfile()
140
Opp
*profile =
Opp
::GetProfile();
in SendFile()
161
Opp
*profile =
Opp
::GetProfile();
in SetIncomingFileConfirmation()
181
Opp
*profile =
Opp
::GetProfile();
in GetCurrentTransferInformation()
202
Opp
*profile =
Opp
in CancelTransfer()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_opp.h
45
* @brief Bluetooth
Opp
Transfer Information.
272
* @brief Class for
Opp
Host observer functions.
302
* @brief Class for
Opp
API.
305
class BLUETOOTH_API
Opp
{
class
308
* @brief Get the instance of
Opp
object.
310
* @return Returns the pointer to the
Opp
instance.
312
static
Opp
*GetProfile();
362
* @brief Register
Opp
observer instance.
364
* @param observer
Opp
observer instance.
369
* @brief Deregister
Opp
observe
[all...]
/foundation/communication/bluetooth_service/test/unittest/opp/
H
A
D
opp_test.cpp
39
static Bluetooth::
Opp
*profile_;
128
profile_ =
Opp
::GetProfile();
in HWTEST_F()
151
profile_ =
Opp
::GetProfile();
in HWTEST_F()
171
profile_ =
Opp
::GetProfile();
in HWTEST_F()
189
profile_ =
Opp
::GetProfile();
in HWTEST_F()
206
profile_ =
Opp
::GetProfile();
in HWTEST_F()
225
profile_ =
Opp
::GetProfile();
in HWTEST_F()
242
profile_ =
Opp
::GetProfile();
in HWTEST_F()
259
profile_ =
Opp
::GetProfile();
in HWTEST_F()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H
A
D
bt_statistic.cpp
229
Opp
::GetProfile()->GetDevicesByStates(connectState_, devices);
in GetOppDeviceInfo()
Completed in 4 milliseconds