Home
last modified time | relevance | path

Searched refs:GetInterruptEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/
H A Dmultiple_audio_capturer_unit_test.cpp76 EXPECT_EQ(INTERRUPT_HINT_STOP, cb2->GetInterruptEvent().hintType); in TestUnitFunc()
80 EXPECT_EQ(INTERRUPT_HINT_STOP, cb1->GetInterruptEvent().hintType); in TestUnitFunc()
91 EXPECT_EQ(INTERRUPT_HINT_STOP, cb3->GetInterruptEvent().hintType); in TestUnitFunc()
95 EXPECT_EQ(INTERRUPT_HINT_STOP, cb1->GetInterruptEvent().hintType); in TestUnitFunc()
99 EXPECT_EQ(INTERRUPT_HINT_STOP, cb2->GetInterruptEvent().hintType); in TestUnitFunc()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/include/
H A Dmultiple_audio_capturer_unit_test.h41 InterruptEvent GetInterruptEvent() const in GetInterruptEvent() function