Home
last modified time | relevance | path

Searched refs:GetCommonEventData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.h25 int32_t GetCommonEventData(const CommonEventData &data, CCommonEventData &cData);
H A Dsubscriber.cpp73 int32_t code = GetCommonEventData(data, cData); in OnReceiveEvent()
H A Dparameter_parse.cpp502 int32_t GetCommonEventData(const CommonEventData &data, CCommonEventData &cData) in GetCommonEventData() function
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h37 int32_t GetCommonEventData(const CommonEventData &data, CommonEvent_RcvData* cData);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h88 std::string GetCommonEventData(const NotifyType &type);
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent_wrapper.cpp41 int32_t code = OHOS::EventFwk::GetCommonEventData(data, cData); in OnReceiveEvent()
H A Doh_commonevent_parameters_parse.cpp241 int32_t GetCommonEventData(const EventFwk::CommonEventData &data, CommonEvent_RcvData *cData) in GetCommonEventData() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp132 std::string eventData = GetCommonEventData(installResult.type); in SetNotifyWant()
212 std::string BundleCommonEventMgr::GetCommonEventData(const NotifyType &type) in GetCommonEventData() function in OHOS::AppExecFwk::BundleCommonEventMgr