Searched refs:SetValueInt32Element (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_param_utils.cpp | 414 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 D | napi_param_utils.h | 147 static napi_status SetValueInt32Element(const napi_env &env, const std::string &fieldStr,
|