Home
last modified time | relevance | path

Searched refs:servName (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdf_operate.cpp91 int32_t DaudioHdfOperate::WaitLoadService(const std::string& servName) in WaitLoadService() argument
94 if (servName == AUDIO_SERVICE_NAME) { in WaitLoadService()
95 DHLOGD("WaitLoadService start service %s, status %hu", servName.c_str(), this->audioServStatus_.load()); in WaitLoadService()
101 DHLOGE("Wait load service %{public}s failed, status %{public}hu", servName.c_str(), in WaitLoadService()
107 if (servName == AUDIOEXT_SERVICE_NAME) { in WaitLoadService()
108 DHLOGD("WaitLoadService start service %s, status %hu", servName.c_str(), this->audioextServStatus_.load()); in WaitLoadService()
114 DHLOGE("Wait load service %{public}s failed, status %{public}hu", servName.c_str(), in WaitLoadService()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdf_operate.h49 int32_t WaitLoadService(const std::string& servName);

Completed in 1 milliseconds