Home
last modified time | relevance | path

Searched refs:SaveOnDemandReasonExtraData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dcommon_event_collect_test.cpp323 int64_t ret = commonEventCollect->SaveOnDemandReasonExtraData(eventData);
363 int64_t extraDataId = commonEventCollect->SaveOnDemandReasonExtraData(eventData);
386 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
422 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
H A Ddevice_status_collect_manager_test.cpp770 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
H A Dsystem_ability_mgr_new_test.cpp429 commonEventCollect->SaveOnDemandReasonExtraData(eventData);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Dcommon_event_collect.h43 int64_t SaveOnDemandReasonExtraData(const EventFwk::CommonEventData& data);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp340 int64_t CommonEventCollect::SaveOnDemandReasonExtraData(const EventFwk::CommonEventData& data) in SaveOnDemandReasonExtraData() function in OHOS::CommonEventCollect
618 int64_t extraDataId = collect->SaveOnDemandReasonExtraData(data); in OnReceiveEvent()