Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
Dcommon_event.h193 struct CommonEventPublishDataByjs { struct
194 std::string bundleName;
195 std::string data;
196 int32_t code = 0;
197 std::vector<std::string> subscriberPermissions;
198 bool isOrdered = false;
199 bool isSticky = false;
200 AAFwk::WantParams wantParams;
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
Dnapi_common_event.h209 struct CommonEventPublishDataByjs { struct
210 std::string bundleName;
211 std::string data;
212 int32_t code = 0;
213 std::vector<std::string> subscriberPermissions;
214 bool isOrdered = false;
215 bool isSticky = false;
216 AAFwk::WantParams wantParams;