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:ori
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_hfp_ag.cpp
119
std::vector<BluetoothRawAddress>
ori
;
in GetConnectedDevices()
local
120
int32_t ret = proxy->GetConnectDevices(
ori
);
in GetConnectedDevices()
125
for (auto it =
ori
.begin(); it !=
ori
.end(); it++) {
in GetConnectedDevices()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_test.cpp
314
Orientation
ori
= Orientation::UNSPECIFIED;
in HWTEST_F()
local
315
scensession->SetRequestedOrientation(
ori
);
in HWTEST_F()
317
ASSERT_EQ(
ori
, ret);
in HWTEST_F()
357
Orientation
ori
= Orientation::HORIZONTAL;
in HWTEST_F()
local
358
scensession->SetRequestedOrientation(
ori
);
in HWTEST_F()
360
ASSERT_EQ(
ori
, ret);
in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_session_impl_test.cpp
1025
Orientation
ori
= Orientation::VERTICAL;
in HWTEST_F()
local
1026
window->SetRequestedOrientation(
ori
);
in HWTEST_F()
1028
ASSERT_EQ(ret,
ori
);
in HWTEST_F()
1081
Orientation
ori
= Orientation::HORIZONTAL;
in HWTEST_F()
local
1082
window->SetRequestedOrientation(
ori
);
in HWTEST_F()
1084
ASSERT_EQ(ret,
ori
);
in HWTEST_F()
H
A
D
window_test.cpp
1545
Orientation
ori
= Orientation::UNSPECIFIED;
in HWTEST_F()
local
1546
window->SetRequestedOrientation(
ori
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_input_modify_test.cpp
1169
std::string
ori
= "12345";
in HWTEST_F()
local
1170
std::wstring value = StringUtils::ToWstring(
ori
);
in HWTEST_F()
1172
EXPECT_EQ(
ori
, StringUtils::ToString(value));
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_edit_testone_ng.cpp
174
std::string
ori
= "12345";
in HWTEST_F()
local
175
std::wstring value = StringUtils::ToWstring(
ori
);
in HWTEST_F()
Completed in 16 milliseconds