Home
last modified time | relevance | path

Searched refs:KEY_DATATYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h149 constexpr const char *KEY_DATATYPE = "dataType"; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/
H A Ddaudio_handler.cpp142 cJSON_AddStringToObject(infoJson, KEY_DATATYPE, dataType.c_str()); in RealQuery()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp68 …std::map<std::string, JsonTypeCheckFunc>::value_type(KEY_DATATYPE, &DistributedHardware::IsString),
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddaudio_source_dev.cpp114 if (!CJsonParamCheck(jParam, { KEY_DATATYPE })) { in SetRegDataType()
119 cJSON *dataType = cJSON_GetObjectItem(jParam, KEY_DATATYPE); in SetRegDataType()