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:IsPaired
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_remote_device.h
160
bool
IsPaired
() const;
H
A
D
classic_remote_device.cpp
298
bool ClassicRemoteDevice::
IsPaired
() const
in IsPaired()
function in OHOS::bluetooth::ClassicRemoteDevice
H
A
D
classic_adapter_properties.cpp
509
bool pairFlag = remote->
IsPaired
();
in SavePairedDeviceInfo()
H
A
D
classic_adapter.cpp
261
if (device.second->
IsPaired
()) {
in SavePairedDevices()
1796
if ((device.second != nullptr) && (device.second->
IsPaired
() == true)) {
in GetPairedDevices()
1869
if ((it == devices_.end()) || (it->second->
IsPaired
() == false)) {
in RemovePair()
1896
if (it->second->
IsPaired
() == true) {
in RemoveAllPairs()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_pair.h
91
bool
IsPaired
() const;
/foundation/window/window_manager/wmserver/src/
H
A
D
window_pair.cpp
96
bool WindowPair::
IsPaired
() const
in IsPaired()
function in OHOS::Rosen::WindowPair
154
if (!
IsPaired
()) {
in IsDockSliceInExitSplitModeArea()
172
if (!
IsPaired
()) {
in ExitSplitMode()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_pair_test.cpp
103
* @tc.name:
IsPaired
111
ASSERT_EQ(false, windowPair->
IsPaired
());
in HWTEST_F()
114
ASSERT_EQ(false, windowPair->
IsPaired
());
in HWTEST_F()
118
* @tc.name:
IsPaired
135
ASSERT_EQ(true, windowPair->
IsPaired
());
in HWTEST_F()
139
* @tc.name:
IsPaired
156
ASSERT_EQ(false, windowPair->
IsPaired
());
in HWTEST_F()
367
ASSERT_EQ(true, windowPair->
IsPaired
());
in HWTEST_F()
395
ASSERT_EQ(true, windowPair->
IsPaired
());
in HWTEST_F()
Completed in 10 milliseconds