Home
last modified time | relevance | path

Searched refs:OnDisableDAudio (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_mgr_callback.cpp31 return DAudioSourceManager::GetInstance().OnDisableDAudio(devId, dhId, result); in OnDisableAudioResult()
H A Ddaudio_source_manager.cpp282 return OnDisableDAudio(devId, dhId, result); in DoDisableDAudio()
383 int32_t DAudioSourceManager::OnDisableDAudio(const std::string &devId, const std::string &dhId, const int32_t result) in OnDisableDAudio() function in OHOS::DistributedHardware::DAudioSourceManager
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp267 * @tc.desc: Verify the OnDisableDAudio function.
273 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceMgr.OnDisableDAudio(DEV_ID, DH_ID_SPK, DH_SUCCESS)); in HWTEST_F()
279 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceMgr.OnDisableDAudio(DEV_ID, DH_ID_SPK, ret)); in HWTEST_F()
285 * @tc.desc: Verify the OnDisableDAudio function.
296 EXPECT_EQ(DH_SUCCESS, sourceMgr.OnDisableDAudio(DEV_ID, DH_ID_SPK, ret)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h47 int32_t OnDisableDAudio(const std::string &devId, const std::string &dhId, const int32_t result);

Completed in 3 milliseconds