Home
last modified time | relevance | path

Searched refs:SetEventId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp65 bean->SetEventId(eventId);
74 bean->SetEventId(eventId1);
75 bean->SetEventId(eventId2);
84 bean->SetEventId(eventId2);
85 bean->SetEventId(eventId1);
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_notify_event_req.h32 void SetEventId(const int32_t eventId) in SetEventId() function
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Devent_info.h47 inline void SetEventId(const int32_t& eventId) in SetEventId() function
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Devent_hub.cpp66 eventInfoEx->SetEventId(g_actionMap[action]); in OnReceiveEvent()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dability_running_record.h188 void SetEventId(const int64_t eventId);
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h59 void SetEventId(const EventId &eId);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dability_running_record.cpp127 void AbilityRunningRecord::SetEventId(const int64_t eventId) in SetEventId() function in OHOS::AppExecFwk::AbilityRunningRecord
H A Dmodule_running_record.cpp289 abilityRecord->SetEventId(AppRunningRecord::appEventId_); in SendEvent()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityrunningrecord_fuzzer/
H A Dabilityrunningrecord_fuzzer.cpp82 abilityRecord.SetEventId(eventId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp178 void EventBean::SetEventId(const EventId &eId) in SetEventId() function in OHOS::Media::MediaMonitor::EventBean
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/
H A Dability_running_record_test.cpp367 record->SetEventId(eventId);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_register.cpp393 req->SetEventId(eventId);
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp1080 req->SetEventId(eventId); in NotifyEvent()