Searched refs:GetValueUInt32 (Results 1 – 4 of 4) sorted by relevance
104 static napi_status GetValueUInt32(const napi_env &env, uint32_t &value, napi_value in);
74 napi_status NapiParamUtils::GetValueUInt32(const napi_env &env, uint32_t &value, napi_value in) in GetValueUInt32() function in OHOS::AudioStandard::NapiParamUtils
459 context->status = NapiParamUtils::GetValueUInt32(env, context->userSize, argv[PARAM0]); in Read()
416 … context->status = NapiParamUtils::GetValueUInt32(env, context->rendererSampleRate, argv[PARAM0]); in SetRendererSamplingRate()