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:deviceList
(Results
1 - 9
of
9
) sorted by relevance
/test/xts/dcts/communication/dsoftbus/rpc/src/main/js/test/
H
A
D
testService.js
22
var
deviceList
;
variable
29
deviceList
= deviceManager.getAvailableDeviceListSync();
30
console.info("getDeviceList success,
deviceList
id: " + JSON.stringify(
deviceList
));
42
let networkId =
deviceList
[0].networkId;
44
console.info("RpcClient: online
deviceList
id: " + JSON.stringify(
deviceList
));
74
let networkId =
deviceList
[0].networkId;
76
console.info("RpcClient: online
deviceList
id: " + JSON.stringify(
deviceList
));
[all...]
/test/xts/dcts/communication/dsoftbus_request/rpc/src/main/js/test/
H
A
D
testService.js
21
var
deviceList
;
variable
30
deviceList
= deviceManager.getAvailableDeviceListSync();
31
console.info("getDeviceList success,
deviceList
id: " + JSON.stringify(
deviceList
))
43
let networkId =
deviceList
[0].networkId
45
console.info("RpcClient: online
deviceList
id: " + JSON.stringify(
deviceList
))
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/
H
A
D
testService.js
21
var
deviceList
;
variable
29
deviceList
= dmInstance.getAvailableDeviceListSync();
30
console.info("getDeviceList success,
deviceList
id: " + JSON.stringify(
deviceList
))
40
let networkId =
deviceList
[0].networkId
42
console.info("fileioClient: online
deviceList
id: " + JSON.stringify(
deviceList
))
/test/xts/dcts/multimedia/avsession/src/main/js/test/
H
A
D
testService.js
23
var
deviceList
;
variable
33
deviceList
= dmInstance.getAvailableDeviceListSync();
34
console.info("getDeviceList success,
deviceList
id: " + JSON.stringify(
deviceList
));
45
let networkId =
deviceList
[0].networkId
47
console.info("avsessionClient: online
deviceList
id: " + JSON.stringify(
deviceList
))
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/test/
H
A
D
testService.js
24
var
deviceList
;
variable
33
deviceList
= dmInstance.getTrustedDeviceListSync();
34
console.info("getDeviceList success,
deviceList
id: " + JSON.stringify(
deviceList
));
50
let deviceId =
deviceList
[0].networkId;
52
console.info("dmsClient: online
deviceList
id: " + JSON.stringify(
deviceList
));
/test/xts/dcts/filemanagement/fileio/client/src/main/cpp/
H
A
D
devicemanager.cpp
34
std::vector<OHOS::DistributedHardware::DmDeviceInfo>
deviceList
;
in DeviceOpenP2PConnection()
local
35
deviceManager.GetTrustedDeviceList("com.acts.fileio.test.server", "",
deviceList
);
in DeviceOpenP2PConnection()
37
int32_t ret = dfsmanager.OpenP2PConnection(
deviceList
[0]);
in DeviceOpenP2PConnection()
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/
H
A
D
RdbStoreSyncCustomDir.test.js
44
let
deviceList
= undefined;
89
deviceList
= dmInstance.getAvailableDeviceListSync();
90
deviceId =
deviceList
[0].networkId;
H
A
D
RdbStoreSyncFirstLevelJsunit.test.js
43
let
deviceList
= undefined;
88
deviceList
= dmInstance.getAvailableDeviceListSync();
89
deviceId =
deviceList
[0].networkId;
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H
A
D
KvStoreSecurityLevelS1Jsunit.test.js
37
let
deviceList
= undefined;
118
deviceList
= dmInstance.getAvailableDeviceListSync();
119
deviceId =
deviceList
[0].networkId;
Completed in 12 milliseconds