Searched refs:OnDisableDAudio (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | daudio_source_mgr_callback.cpp | 31 return DAudioSourceManager::GetInstance().OnDisableDAudio(devId, dhId, result); in OnDisableAudioResult()
|
H A D | daudio_source_manager.cpp | 282 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 D | daudio_source_mgr_test.cpp | 267 * @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 D | daudio_source_manager.h | 47 int32_t OnDisableDAudio(const std::string &devId, const std::string &dhId, const int32_t result);
|
Completed in 3 milliseconds