Home
last modified time | relevance | path

Searched refs:information (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/notification/ces_standard/actsCommonEventSubscribeNDKTest/entry/src/main/cpp/
H A Dsubscribe.cpp95 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 DSecurityHuksHmacBasicPromiseJsunit.test.js36 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