Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/callback/
H A Dnapi_audio_rounting_available_devicechange_callback.cpp142 NapiParamUtils::SetValueDeviceChangeAction(env, event->deviceChangeAction, args[PARAM0]); in WorkAvailbleDeviceChangeDone()
H A Dnapi_audio_manager_callbacks.cpp297 NapiParamUtils::SetValueDeviceChangeAction(env, event->deviceChangeAction, args[PARAM0]); in WorkCallbackInterruptDone()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_param_utils.h192 …static napi_status SetValueDeviceChangeAction(const napi_env& env, const DeviceChangeAction &actio…
H A Dnapi_param_utils.cpp882 napi_status NapiParamUtils::SetValueDeviceChangeAction(const napi_env& env, const DeviceChangeActio… in SetValueDeviceChangeAction() function in OHOS::AudioStandard::NapiParamUtils