Home
last modified time | relevance | path

Searched refs:SetValueInt32Element (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.cpp414 napi_status NapiParamUtils::SetValueInt32Element(const napi_env &env, const std::string &fieldStr, in SetValueInt32Element() function in OHOS::AudioStandard::NapiParamUtils
473 SetValueInt32Element(env, "channelMasks", channelMasks_, result); in SetDeviceDescriptor()
477 SetValueInt32Element(env, "channelIndexMasks", channelIndexMasks_, result); in SetDeviceDescriptor()
481 SetValueInt32Element(env, "encodingTypes", encoding, result); in SetDeviceDescriptor()
H A Dnapi_param_utils.h147 static napi_status SetValueInt32Element(const napi_env &env, const std::string &fieldStr,