Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h87 static napi_value IsAbsoluteVolumeEnabled(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp121 DECLARE_NAPI_FUNCTION("isAbsoluteVolumeEnabled", IsAbsoluteVolumeEnabled), in DefineA2dpSourceJSClass()
484 napi_value NapiA2dpSource::IsAbsoluteVolumeEnabled(napi_env env, napi_callback_info info) in IsAbsoluteVolumeEnabled() function in OHOS::Bluetooth::NapiA2dpSource