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:getType
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/acts/communication/nfc_Controller/entry/src/ohosTest/js/test/
H
A
D
MifareUltralightTag.test.js
196
let
getType
= MifareUltralightTag.
getType
();
197
console.info("[NFC_test] mifareUltralight5
getType
: " +
getType
);
198
expect(
getType
).assertEqual(MifareUltralightType.TYPE_UNKOWN);
H
A
D
MifareClassicTag.test.js
541
* @tc.desc Test
getType
api.
550
let
getType
= MifareClassicTag.
getType
();
551
console.info("[NFC_test] MifareClassicTag17
getType
: " +
getType
);
552
expect(
getType
>= -1).assertTrue();
554
console.info('[NFC_test] MifareClassicTag17
getType
error' + error)
/test/testfwk/arkxtest/jsunit/src/module/assert/
H
A
D
isPromiseLike.js
25
return
getType
(value) === '[object ' + typeName + ']';
28
function
getType
(value) {
function
/test/testfwk/arkxtest/jsunit/src/module/assert/deepEquals/
H
A
D
DeepTypeUtils.js
17
static
getType
(value) {
21
return this.
getType
(value) === '[object ' + typeName + ']';
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/
H
A
D
publicCertificateCallback.js
540
case "
getType
":
541
let type = gInstance.
getType
();
H
A
D
publicCertificatePromise.js
484
case "
getType
":
485
let type = gInstance.
getType
();
Completed in 4 milliseconds