Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h88 static napi_value EnableAbsoluteVolume(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp122 DECLARE_NAPI_FUNCTION("enableAbsoluteVolume", EnableAbsoluteVolume), in DefineA2dpSourceJSClass()
506 napi_value NapiA2dpSource::EnableAbsoluteVolume(napi_env env, napi_callback_info info) in EnableAbsoluteVolume() function in OHOS::Bluetooth::NapiA2dpSource