Home
last modified time | relevance | path

Searched refs:GetEventName (Results 1 - 25 of 38) sorted by relevance

12

/foundation/multimedia/media_foundation/test/unittest/
H A DTestCommon.cpp85 ASSERT_STREQ(GetEventName(eventType), "EVENT_READY"); in HWTEST()
87 ASSERT_STREQ(GetEventName(eventType), "EVENT_AUDIO_PROGRESS"); in HWTEST()
89 ASSERT_STREQ(GetEventName(eventType), "EVENT_VIDEO_PROGRESS"); in HWTEST()
91 ASSERT_STREQ(GetEventName(eventType), "EVENT_COMPLETE"); in HWTEST()
93 ASSERT_STREQ(GetEventName(eventType), "EVENT_ERROR"); in HWTEST()
95 ASSERT_STREQ(GetEventName(eventType), "EVENT_PLUGIN_ERROR"); in HWTEST()
97 ASSERT_STREQ(GetEventName(eventType), "EVENT_PLUGIN_EVENT"); in HWTEST()
99 ASSERT_STREQ(GetEventName(eventType), "EVENT_BUFFERING"); in HWTEST()
101 ASSERT_STREQ(GetEventName(eventType), "EVENT_BUFFER_PROGRESS"); in HWTEST()
103 ASSERT_STREQ(GetEventName(eventTyp in HWTEST()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_statemachine.cpp68 PanStateMachine::GetEventName(event.what_).c_str()); in ProcessL2capConnectionEvent()
102 __FUNCTION__, PanStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
132 PanStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
170 PanStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
206 PanStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
321 std::string PanStateMachine::GetEventName(int what) in GetEventName() function in OHOS::bluetooth::PanStateMachine
H A Dpan_bnep.h100 static std::string GetEventName(int what);
H A Dpan_statemachine.h93 static std::string GetEventName(int what);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_statemachine.cpp170 __FUNCTION__, HidHostStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
206 __FUNCTION__, HidHostStateMachine::GetEventName(event.what_).c_str()); in DispatchBle()
260 HidHostStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
301 HidHostStateMachine::GetEventName(event.what_).c_str()); in DispatchBle()
357 HidHostStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
393 HidHostStateMachine::GetEventName(event.what_).c_str()); in DispatchBle()
449 HidHostStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
489 HidHostStateMachine::GetEventName(event.what_).c_str()); in DispatchBle()
735 std::string HidHostStateMachine::GetEventName(int what) in GetEventName() function in OHOS::bluetooth::HidHostStateMachine
H A Dhid_host_hogp.h53 static std::string GetEventName(int what);
H A Dhid_host_l2cap_connection.h105 static std::string GetEventName(int what);
H A Dhid_host_statemachine.h98 static std::string GetEventName(int what);
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Devent.h48 const char* GetEventName(EventType type);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_connector.h54 virtual BASE_NS::string GetEventName() const = 0;
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Devent.cpp36 const char* GetEventName(EventType type) in GetEventName() function
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Devent.h65 const char* GetEventName(EventType type);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_statemachine.cpp228 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
330 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
368 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
556 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
613 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
653 HfpAgStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
702 std::string HfpAgStateMachine::GetEventName(int what) in GetEventName() function in OHOS::bluetooth::HfpAgStateMachine
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp81 __FUNCTION__, HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
115 __FUNCTION__, HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
188 HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
222 __FUNCTION__, HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
333 HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
384 HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
423 HfpHfStateMachine::GetEventName(event.what_).c_str()); in Dispatch()
1003 std::string HfpHfStateMachine::GetEventName(int what) in GetEventName() function in OHOS::bluetooth::HfpHfStateMachine
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dconnector.h69 if (v->GetSource() == source && v->GetEventName() == event && v->GetFunctionName() == func) { in Disconnect()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dconnector.h33 BASE_NS::string GetEventName() const override;
H A Dconnector.cpp74 BASE_NS::string Connector::GetEventName() const in GetEventName() function in Connector
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_handler.cpp254 std::string eventName = GetEventName(event); in DeliveryTimeAction()
282 std::string eventName = GetEventName(event); in DistributeTimeAction()
364 std::string EventHandler::GetEventName(const InnerEvent::Pointer &event) in GetEventName() function in OHOS::AppExecFwk::EventHandler
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_event_handler.cpp83 std::string EventHandler::GetEventName(const InnerEvent::Pointer &event) in GetEventName() function in OHOS::AppExecFwk::EventHandler
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dkey_session_impl.h104 std::string GetEventName(DrmEventType event);
H A Dmedia_key_system_impl.h92 std::string GetEventName(DrmEventType event);
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp409 std::string MediaKeySystemCallback::GetEventName(DrmEventType event) in GetEventName() function in OHOS::DrmStandard::MediaKeySystemCallback
411 DRM_INFO_LOG("MediaKeySystemCallback GetEventName"); in GetEventName()
424 std::string eventName = GetEventName(event); in SendEvent()
H A Dkey_session_impl.cpp330 std::string MediaKeySessionServiceCallback::GetEventName(DrmEventType event) in GetEventName() function in OHOS::DrmStandard::MediaKeySessionServiceCallback
332 DRM_INFO_LOG("GetEventName enter"); in GetEventName()
345 std::string eventName = GetEventName(event); in SendEvent()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_profile.cpp1981 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEvent()
2016 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventConnectIndEvt()
2052 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventConnectCfmEvt()
2083 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventDisconnectIndEvt()
2098 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventDisconnectCfmEvt()
2125 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventBrConnectIndEvt()
2149 GetEventName(event).c_str(), connectId, result, GET_ENCRYPT_AVRCP_ADDR(rawAddr)); in ProcessChannelEventBrConnectCfmEvt()
2290 std::string AvrcCtProfile::GetEventName(uint8_t event) in GetEventName() function in OHOS::bluetooth::AvrcCtProfile
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_packet_tools.h96 static const std::string &GetEventName(uint16_t code);

Completed in 15 milliseconds

12