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:logTag
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/test/
H
A
D
KvStoreSecurityLevelS1Jsunit.test.js
29
let
logTag
= 'RpcClient: ';
91
console.info(
logTag
+ '-----------------beforeAll begin-----------------');
98
console.info(
logTag
+ 'the value of the deviceinfo osReleaseType is :' + osReleaseTypeInfo);
100
console.info(
logTag
+ 'the value of the deviceinfo osFullName is :' + osFullNameInfo);
103
console.info(
logTag
+ "localOSVersion is: " + localOSVersion);
107
console.info(
logTag
+ "flag_41 is: " + flag_41);
110
console.info(
logTag
+ "flag_41 is: " + flag_41);
120
console.info(
logTag
+ "deviceId is: " + deviceId);
124
console.info(
logTag
+ "deviceId: " + deviceId);
133
console.info(
logTag
[all...]
/test/xts/dcts/testtools/disjsTest/server/
H
A
D
testApi.js
26
let
logTag
= "[[RpcServer_TestApi: ]]";
39
console.log(
logTag
+"_methodName is add");
43
console.log(
logTag
+"_methodName is sub");
48
console.info(
logTag
+ "_methodName is createKvManager");
51
console.info(
logTag
+ "context=" + context);
57
console.log(
logTag
+ "createKvManager22 success, kvManager=" + kvManager);
59
console.error(
logTag
+ "createKvManager22 error.code=" + error.code + "error.message=" + error.message);
61
console.info(
logTag
+ "createKvManager22 end");
65
console.info(
logTag
+ "_methodName is getKvStore, storeId=" + storeId + " SecurityLevel=" + SecurityLevel + " encrypt="+ encrypt);
66
console.info(
logTag
[all...]
H
A
D
ReflectCallApi.js
19
var
logTag
= "[RpcServer_Call: ]";
variable
23
console.log(
logTag
+ 'getModuleObj ' );
28
console.log(
logTag
+ 'call begin ' );
31
console.info(
logTag
+ ' _methodName: [%s].', request._methodName);
32
console.info(
logTag
+ ' _parameters: [%s].', request._parameters);
39
console.info(
logTag
+ 'funcList: [%s].', funcList);
41
console.info(
logTag
+ ' ERROR: function: [%s] does not exist.', request._methodName);
45
console.info(
logTag
+ ' reflect call %s, return: %s.', request._methodName, rtn);
47
console.log(
logTag
+ 'ERROR: catch error= ' + error);
51
console.log(
logTag
[all...]
/test/xts/dcts/distributeddatamgr/jstest/distributed_rdb_store/client/hap/src/main/js/test/
H
A
D
RdbStoreSyncFirstLevelJsunit.test.js
37
let
logTag
= 'rdbSyncFirstLevelTest: ';
81
console.info(
logTag
+ '-----------------beforeAll begin-----------------');
90
console.info(
logTag
+ "deviceId is: " + deviceId);
96
console.info(
logTag
+ "toConnectAbility data is" + data);
100
console.info(
logTag
+ "create RemoteRdb.db success");
102
console.info(
logTag
+ "create remote RemoteRdb.db success");
127
console.info(
logTag
+ '-----------------beforeAll end-----------------');
132
console.info(
logTag
+ "-----------------beforeEach 0 -----------------");
137
console.info(
logTag
+ '-----------------afterEach begin-----------------');
141
console.info(
logTag
[all...]
H
A
D
RdbStoreSyncCustomDir.test.js
38
let
logTag
= 'CustomClient: ';
82
console.info(
logTag
+ '-----------------beforeAll begin-----------------');
91
console.info(
logTag
+ "deviceId is: " + deviceId);
97
console.info(
logTag
+ "toConnectAbility data is" + data);
101
console.info(
logTag
+ "create RemoteRdb.db success");
103
console.info(
logTag
+ "create remote RemoteRdb.db success");
128
console.info(
logTag
+ '-----------------beforeAll end-----------------');
133
console.info(
logTag
+ "-----------------beforeEach 0 -----------------");
138
console.info(
logTag
+ '-----------------afterEach begin-----------------');
142
console.info(
logTag
[all...]
/test/xts/dcts/distributeddatamgr/jstest/distributed_kv_store/client/hap/src/main/js/MainAbility/pages/index/
H
A
D
index.js
20
var
logTag
= 'RpcClient';
variable
Completed in 33 milliseconds