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:information
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H
A
D
subscribe.cpp
95
static CommonEvent_SubscribeInfo*
information
= nullptr;
variable
124
information
= OH_CommonEvent_CreateSubscribeInfo(nullptr, 0);
in CreateSubscribeInfo()
125
if (
information
== nullptr) {
in CreateSubscribeInfo()
154
information
= OH_CommonEvent_CreateSubscribeInfo(events, length);
in CreateSubscribeInfo()
155
if (
information
== nullptr) {
in CreateSubscribeInfo()
184
int32_t ret = OH_CommonEvent_SetPublisherPermission(
information
, str);
in SetPublisherPermission()
210
int32_t ret = OH_CommonEvent_SetPublisherBundleName(
information
, str);
in SetPublisherBundleName()
218
OH_CommonEvent_DestroySubscribeInfo(
information
);
in DestroySubscribeInfo()
219
information
= nullptr;
in DestroySubscribeInfo()
228
subscriber = OH_CommonEvent_CreateSubscriber(
information
, OnReceiv
in CreateSubscriber()
[all...]
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/
H
A
D
SecurityHuksHmacBasicPromiseJsunit.test.js
36
console.error("test generateKey err
information
: " + JSON.stringify(err));
90
"test generateKey err
information
: " + JSON.stringify(err)
98
"test generateKey err
information
:: " + JSON.stringify(e)
112
"test isKeyExist err
information
: " + JSON.stringify(err)
119
console.error("test isKeyExist err
information
: " + JSON.stringify(e));
178
console.log("test finish err
information
: " + err);
189
console.log("test abort err
information
: " + err);
204
console.log("test deleteKey err
information
: " + JSON.stringify(err));
229
console.log("test update err
information
: " + err);
Completed in 2 milliseconds