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:newName
(Results
1 - 4
of
4
) sorted by relevance
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H
A
D
BtSetLocalName.test.js
203
let
newName
= 'my bluetooth';
204
let result = bluetooth.setLocalName(
newName
);
209
expect(true).assertEqual(
newName
== getNewName);
222
let
newName
= 'bluetooth1234ABCDEFGH';
223
let result = bluetooth.setLocalName(
newName
);
228
expect(true).assertEqual(
newName
== getNewName);
241
let
newName
= '蓝牙设备bluetooth';
242
let result = bluetooth.setLocalName(
newName
);
247
expect(true).assertEqual(
newName
== getNewName);
314
let
newName
[all...]
/test/xts/hats/hdf/bluetooth/hdiService/
H
A
D
bluetooth_hci_services_test.cpp
205
char
newName
[] = "John Jacob Jingleheimer Schmidt ___________________0";
in HWTEST_F()
local
206
size_t newNameLength = strlen(
newName
);
in HWTEST_F()
208
writeName.push_back(static_cast<uint8_t>(
newName
[i]));
in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
stdiondk.cpp
437
char
newName
[] = "/data/storage/el2/base/files/testRenameNew.txt";
in Rename()
local
438
int resultValue = rename(oldName,
newName
);
in Rename()
/test/xts/acts/communication/btmanager_switchoff/entry/src/ohosTest/ets/test/
H
A
D
btManagerSwitchOff003.test.js
281
let
newName
= 'my bluetooth';
282
bluetoothManager.setLocalName(
newName
);
Completed in 4 milliseconds