Home
last modified time | relevance | path

Searched refs:EVENT_UNKNOWN (Results 1 - 17 of 17) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_event.h24 EVENT_UNKNOWN = 0, enumerator
107 AudioEventType type = EVENT_UNKNOWN;
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Dprofile_event.h24 EVENT_UNKNOWN = 0,
H A Dsubscribe_info.h31 ProfileEvent profileEvent {ProfileEvent::EVENT_UNKNOWN};
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_info_checker_test.cpp71 subInfo.profileEvent = ProfileEvent::EVENT_UNKNOWN; in HWTEST_F()
250 subInfo.profileEvent = ProfileEvent::EVENT_UNKNOWN; in HWTEST_F()
277 auto result = ProfileEventHandlerFactory::GetInstance().GetHandler(ProfileEvent::EVENT_UNKNOWN); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_info.cpp48 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in Unmarshalling()
/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp53 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in ReadProfileEvents()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/
H A Ddspeaker_client_test.cpp93 EXPECT_EQ(ERR_DH_AUDIO_NOT_SUPPORT, speakerClient_->OnStateChange(AudioEventType::EVENT_UNKNOWN)); in HWTEST_F()
239 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, speakerClient_->SendMessage(EVENT_UNKNOWN, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddspeaker_dev_test.cpp168 event.type = EVENT_UNKNOWN; in HWTEST_F()
435 event = EVENT_UNKNOWN; in HWTEST_F()
H A Ddmic_dev_test.cpp169 event.type = EVENT_UNKNOWN; in HWTEST_F()
378 event = EVENT_UNKNOWN; in HWTEST_F()
H A Ddaudio_source_dev_test.cpp184 AudioEvent event = AudioEvent(EVENT_UNKNOWN, ""); in HWTEST_F()
1018 AudioEventType type = EVENT_UNKNOWN; in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp227 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, micClient_->SendMessage(EVENT_UNKNOWN, content, dstDevId)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp129 AudioEvent newEvent(AudioEventType::EVENT_UNKNOWN, event.content); in NotifyEvent()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h218 EVENT_UNKNOWN = 0, enumerator
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp313 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in UnsubscribeProfileEventInner()
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp72 std::make_pair(EVENT_UNKNOWN, "EVENT_UNKNOWN"),
129 return "EVENT_UNKNOWN"; in GetEventNameByType()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp329 AudioEvent event(AudioEventType::EVENT_UNKNOWN, args); in TaskSetParameter()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp197 AudioEvent event(AudioEventType::EVENT_UNKNOWN, std::string(data)); in DisableDAudio()

Completed in 15 milliseconds