Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp308 bool GetSysPara(const char *key, T &value) in GetSysPara() function
315 DHLOGI("GetSysPara key:%{public}s value:%{public}s", key, paraValue); in GetSysPara()
322 template bool GetSysPara(const char *key, int32_t &value);
323 template bool GetSysPara(const char *key, uint32_t &value);
324 template bool GetSysPara(const char *key, int64_t &value);
325 template bool GetSysPara(const char *key, std::string &value);
331 if (GetSysPara(key.c_str(), policyFlag) && policyFlag == 1) { in IsParamEnabled()
346 bool res = GetSysPara(para.c_str(), dumpPara); in OpenDumpFileInner()
388 bool res = GetSysPara(para.c_str(), dumpPara); in ChangeDumpFileState()
/drivers/peripheral/distributed_audio/hdi_service/common/utils/include/
H A Ddaudio_utils.h79 bool GetSysPara(const char *key, T &value);

Completed in 1 milliseconds