Home
last modified time | relevance | path

Searched defs:CommonEventDataWorker (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h202 struct CommonEventDataWorker { struct
203 napi_env env = nullptr;
204 napi_ref ref = nullptr;
205 std::shared_ptr<bool> valid;
206 Want want;
207 int32_t code = 0;
208 std::string data;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h217 struct CommonEventDataWorker { struct
218 napi_env env = nullptr;
219 napi_ref ref = nullptr;
220 std::shared_ptr<bool> valid;
221 Want want;
222 int32_t code = 0;
223 std::string data;