Home
last modified time | relevance | path

Searched defs:CommonEventPublishDataByjs (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.h192 struct CommonEventPublishDataByjs { struct
193 std::string bundleName;
194 std::string data;
195 int32_t code = 0;
196 std::vector<std::string> subscriberPermissions;
197 bool isOrdered = false;
198 bool isSticky = false;
199 AAFwk::WantParams wantParams;
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h207 struct CommonEventPublishDataByjs { struct
208 std::string bundleName;
209 std::string data;
210 int32_t code = 0;
211 std::vector<std::string> subscriberPermissions;
212 bool isOrdered = false;
213 bool isSticky = false;
214 AAFwk::WantParams wantParams;