Searched refs:EVENT_UNKNOWN (Results 1 - 17 of 17) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_event.h | 24 EVENT_UNKNOWN = 0, enumerator 107 AudioEventType type = EVENT_UNKNOWN;
|
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | profile_event.h | 24 EVENT_UNKNOWN = 0,
|
H A D | subscribe_info.h | 31 ProfileEvent profileEvent {ProfileEvent::EVENT_UNKNOWN};
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | subscribe_info_checker_test.cpp | 71 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 D | subscribe_info.cpp | 48 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in Unmarshalling()
|
/foundation/deviceprofile/device_info_manager/old/common/src/ |
H A D | device_profile_utils.cpp | 53 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in ReadProfileEvents()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/ |
H A D | dspeaker_client_test.cpp | 93 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 D | dspeaker_dev_test.cpp | 168 event.type = EVENT_UNKNOWN; in HWTEST_F() 435 event = EVENT_UNKNOWN; in HWTEST_F()
|
H A D | dmic_dev_test.cpp | 169 event.type = EVENT_UNKNOWN; in HWTEST_F() 378 event = EVENT_UNKNOWN; in HWTEST_F()
|
H A D | daudio_source_dev_test.cpp | 184 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 D | dmic_client_test.cpp | 227 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, micClient_->SendMessage(EVENT_UNKNOWN, content, dstDevId)); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_manager_callback.cpp | 129 AudioEvent newEvent(AudioEventType::EVENT_UNKNOWN, event.content); in NotifyEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_defs.h | 218 EVENT_UNKNOWN = 0, enumerator
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 313 if (profileEvent >= EVENT_PROFILE_END || profileEvent == EVENT_UNKNOWN) { in UnsubscribeProfileEventInner()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 72 std::make_pair(EVENT_UNKNOWN, "EVENT_UNKNOWN"), 129 return "EVENT_UNKNOWN"; in GetEventNameByType()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 329 AudioEvent event(AudioEventType::EVENT_UNKNOWN, args);
in TaskSetParameter()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_dev.cpp | 197 AudioEvent event(AudioEventType::EVENT_UNKNOWN, std::string(data)); in DisableDAudio()
|
Completed in 15 milliseconds