Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_mgr_callback.cpp25 return DAudioSourceManager::GetInstance().OnEnableDAudio(devId, dhId, result); in OnEnableAudioResult()
H A Ddaudio_source_manager.cpp224 return OnEnableDAudio(devId, dhId, result); in DoEnableDAudio()
349 int32_t DAudioSourceManager::OnEnableDAudio(const std::string &devId, const std::string &dhId, const int32_t result) in OnEnableDAudio() function in OHOS::DistributedHardware::DAudioSourceManager
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcemanager/src/
H A Ddaudio_source_mgr_test.cpp217 * @tc.desc: Verify the OnEnableDAudio function.
223 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceMgr.OnEnableDAudio(DEV_ID, DH_ID_SPK, DH_SUCCESS)); in HWTEST_F()
228 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, sourceMgr.OnEnableDAudio(DEV_ID, DH_ID_SPK, DH_SUCCESS)); in HWTEST_F()
234 * @tc.desc: Verify the OnEnableDAudio function.
245 EXPECT_EQ(ERR_DH_AUDIO_FAILED, sourceMgr.OnEnableDAudio(DEV_ID, DH_ID_SPK, DH_SUCCESS)); in HWTEST_F()
251 * @tc.desc: Verify the OnEnableDAudio function.
261 EXPECT_EQ(DH_SUCCESS, sourceMgr.OnEnableDAudio(DEV_ID, DH_ID_SPK, DH_SUCCESS)); in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h46 int32_t OnEnableDAudio(const std::string &devId, const std::string &dhId, const int32_t result);

Completed in 3 milliseconds