Home
last modified time | relevance | path

Searched refs:EVENT_TIME_SYNC_RESULT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_types.h150 EVENT_TIME_SYNC_RESULT = 10, enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp264 case EventType::EVENT_TIME_SYNC_RESULT: { in OnChannelEvent()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
H A Dav_trans_control_center_test.cpp360 event.type = EventType::EVENT_TIME_SYNC_RESULT;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp583 …listener->OnChannelEvent({EventType::EVENT_TIME_SYNC_RESULT, std::to_string(millisecond), targetDe… in OnSoftbusTimeSyncResult()